File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -221,12 +221,14 @@ class RegistrationInputSpec(ANTSCommandInputSpec):
221
221
desc = 'image to apply transformation to (generally a coregistered functional)' )
222
222
fixed_image_mask = InputMultiPath (
223
223
traits .Either ('NULL' , File (exists = True )),
224
- desc = 'mask used to limit metric sampling region of the fixed image' )
224
+ desc = 'mask used to limit metric sampling region of the fixed image '
225
+ '(Use "NULL" to omit a mask at a given stage)' )
225
226
moving_image = InputMultiPath (File (exists = True ), mandatory = True ,
226
227
desc = 'image to apply transformation to (generally a coregistered functional)' )
227
228
moving_image_mask = InputMultiPath (
228
229
traits .Either ('NULL' , File (exists = True )),
229
- desc = 'mask used to limit metric sampling region of the moving image' )
230
+ desc = 'mask used to limit metric sampling region of the moving image '
231
+ '(Use "NULL" to omit a mask at a given stage)' )
230
232
231
233
save_state = File (argstr = '--save-state %s' , exists = False ,
232
234
desc = 'Filename for saving the internal restorable state of the registration' )
You can’t perform that action at this time.
0 commit comments