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 7c34113 commit 307c740Copy full SHA for 307c740
examples/fmri_spm.py
@@ -98,7 +98,7 @@
98
datasource.inputs.base_directory = data_dir
99
datasource.inputs.template = '%s/%s.nii'
100
datasource.inputs.template_args = info
101
-
+datasource.inputs.sort_filelist = True
102
103
"""Use :class:`nipype.interfaces.spm.Realign` for motion correction
104
and register all images to the mean image.
@@ -194,7 +194,7 @@ def subjectinfo(subject_id):
194
"""
195
196
modelspec = pe.Node(interface=model.SpecifySPMModel(), name= "modelspec")
197
-modelspec.inputs.concatenate_runs = True
+modelspec.inputs.concatenate_runs = False
198
modelspec.inputs.input_units = 'secs'
199
modelspec.inputs.output_units = 'secs'
200
modelspec.inputs.time_repetition = 3.
0 commit comments