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.
1 parent e6626af commit a2f434fCopy full SHA for a2f434f
nipype/interfaces/spm/preprocess.py
@@ -34,7 +34,7 @@
34
class SliceTimingInputSpec(SPMCommandInputSpec):
35
in_files = InputMultiPath(traits.Either(traits.List(ImageFileSPM(
36
exists=True)),
37
- ImageFileSPM(exists=True),
+ ImageFileSPM(exists=True)),
38
field='scans',
39
desc='list of filenames to apply slice timing',
40
mandatory=True, copyfile=False)
0 commit comments