We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9363e42 + 3e917f3 commit 1ce3095Copy full SHA for 1ce3095
nipype/algorithms/confounds.py
@@ -192,7 +192,7 @@ def _list_outputs(self):
192
193
194
class FramewiseDisplacementInputSpec(BaseInterfaceInputSpec):
195
- in_plots = File(exists=True, desc='motion parameters as written by FSL MCFLIRT')
+ in_plots = File(exists=True, mandatory=True, desc='motion parameters as written by FSL MCFLIRT')
196
radius = traits.Float(50, usedefault=True,
197
desc='radius in mm to calculate angular FDs, 50mm is the '
198
'default since it is used in Power et al. 2012')
0 commit comments