File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed
Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -46,12 +46,14 @@ class SliceTimingInputSpec(SPMCommandInputSpec):
4646 desc = ('time of volume acquisition. usually'
4747 'calculated as TR-(TR/num_slices)' ),
4848 mandatory = True )
49- slice_order = traits .List (traits .Int (), field = 'so' ,
50- desc = ('1-based order in which slices are '
51- 'acquired' ),
49+ slice_order = traits .List (traits .Float (), field = 'so' ,
50+ desc = ('1-based order or onset ( in ms) in which '
51+ 'slices are acquired' ),
5252 mandatory = True )
5353 ref_slice = traits .Int (field = 'refslice' ,
54- desc = '1-based Number of the reference slice' ,
54+ desc = '1-based Number of the reference slice or '
55+ 'reference time point if slice_order is in '
56+ 'onsets (ms)' ,
5557 mandatory = True )
5658 out_prefix = traits .String ('a' , field = 'prefix' , usedefault = True ,
5759 desc = 'slicetimed output prefix' )
You can’t perform that action at this time.
0 commit comments