File tree 1 file changed +6
-4
lines changed 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -46,12 +46,14 @@ class SliceTimingInputSpec(SPMCommandInputSpec):
46
46
desc = ('time of volume acquisition. usually'
47
47
'calculated as TR-(TR/num_slices)' ),
48
48
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' ),
52
52
mandatory = True )
53
53
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)' ,
55
57
mandatory = True )
56
58
out_prefix = traits .String ('a' , field = 'prefix' , usedefault = True ,
57
59
desc = 'slicetimed output prefix' )
You can’t perform that action at this time.
0 commit comments