Skip to content

Commit 3e917f3

Browse files
author
Shoshana Berleant
committed
make in_plots mandatory for framewise displacement
1 parent ee9f405 commit 3e917f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nipype/algorithms/confounds.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ def _list_outputs(self):
192192

193193

194194
class FramewiseDisplacementInputSpec(BaseInterfaceInputSpec):
195-
in_plots = File(exists=True, desc='motion parameters as written by FSL MCFLIRT')
195+
in_plots = File(exists=True, mandatory=True, desc='motion parameters as written by FSL MCFLIRT')
196196
radius = traits.Float(50, usedefault=True,
197197
desc='radius in mm to calculate angular FDs, 50mm is the '
198198
'default since it is used in Power et al. 2012')

0 commit comments

Comments
 (0)