Skip to content

Commit 1ce3095

Browse files
authored
Merge pull request #1668 from shoshber/minor
FIX make in_plots mandatory for framewise displacement
2 parents 9363e42 + 3e917f3 commit 1ce3095

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)