@@ -120,31 +120,40 @@ def test_run_4d_realign_help(self):
120
120
Run FmriRealign4d
121
121
122
122
positional arguments:
123
- in_file File to realign
124
- tr TR in seconds
123
+ in_file (a list of items which are an existing file name) File
124
+ to realign
125
+ tr (a float) TR in seconds
125
126
126
127
optional arguments:
127
128
-h, --help show this help message and exit
128
129
--between_loops BETWEEN_LOOPS
129
- loops used to realign different runs
130
+ (a list of items which are an integer, nipype default
131
+ value: [5]) loops used to realign different runs
130
132
--ignore_exception IGNORE_EXCEPTION
131
- Print an error message instead of throwing an
132
- exception in case the interface fails to run
133
- --loops LOOPS loops within each run
133
+ (a boolean, nipype default value: False) Print an
134
+ error message instead of throwing an exception in case
135
+ the interface fails to run
136
+ --loops LOOPS (a list of items which are an integer, nipype default
137
+ value: [5]) loops within each run
134
138
--slice_order SLICE_ORDER
135
- 0 based slice order. This would be equivalent to
139
+ (a list of items which are an integer) 0 based slice
140
+ order. This would be equivalent to
136
141
enteringnp.argsort(spm_slice_order) for this field.
137
142
This effectsinterleaved acquisition. This field will
138
143
be deprecated infuture Nipy releases and be replaced
139
- by actual sliceacquisition times.
140
- --speedup SPEEDUP successive image sub-sampling factors for acceleration
141
- --start START time offset into TR to align slices to
144
+ by actual sliceacquisition times. requires:
145
+ time_interp
146
+ --speedup SPEEDUP (a list of items which are an integer, nipype default
147
+ value: [5]) successive image sub-sampling factors for
148
+ acceleration
149
+ --start START (a float, nipype default value: 0.0) time offset into
150
+ TR to align slices to
142
151
--time_interp TIME_INTERP
143
- Assume smooth changes across time e.g., fmri series.
144
- If you don't want slice timing correction set this to
145
- undefined
152
+ (True) Assume smooth changes across time e.g., fmri
153
+ series. If you don't want slice timing correction set
154
+ this to undefined requires: slice_order
146
155
--tr_slices TR_SLICES
147
- TR slices
156
+ (a float) TR slices requires: time_interp
148
157
""" )
149
158
150
159
0 commit comments