Skip to content

Commit df23a64

Browse files
committed
fixed parameters
1 parent 2282145 commit df23a64

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

examples/test_spm.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,10 @@
4545
gunzip.inputs.in_file = os.path.abspath(in_file)
4646

4747
stc = pe.Node(interface=spm.SliceTiming(), name='stc')
48-
stc.inputs.num_slices = 25
49-
stc.inputs.time_repetition = 3.0
48+
stc.inputs.num_slices = 21
49+
stc.inputs.time_repetition = 1.0
5050
stc.inputs.time_acquisition = 2. - 2./32
51-
stc.inputs.slice_order = range(25,0,-1)
51+
stc.inputs.slice_order = range(21,0,-1)
5252
stc.inputs.ref_slice = 10
5353

5454
realign_estimate = pe.Node(interface=spm.Realign(), name='realign_estimate')

0 commit comments

Comments
 (0)