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 2282145 commit df23a64Copy full SHA for df23a64
examples/test_spm.py
@@ -45,10 +45,10 @@
45
gunzip.inputs.in_file = os.path.abspath(in_file)
46
47
stc = pe.Node(interface=spm.SliceTiming(), name='stc')
48
-stc.inputs.num_slices = 25
49
-stc.inputs.time_repetition = 3.0
+stc.inputs.num_slices = 21
+stc.inputs.time_repetition = 1.0
50
stc.inputs.time_acquisition = 2. - 2./32
51
-stc.inputs.slice_order = range(25,0,-1)
+stc.inputs.slice_order = range(21,0,-1)
52
stc.inputs.ref_slice = 10
53
54
realign_estimate = pe.Node(interface=spm.Realign(), name='realign_estimate')
0 commit comments