File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -180,9 +180,9 @@ def get_parser():
180
180
181
181
# ANTs options
182
182
g_ants = parser .add_argument_group ('Specific options for ANTs registrations' )
183
- g_ants .add_argument ('--skull-strip-template' , action = 'store' , default = 'OASIS ' ,
184
- choices = ['OASIS ' , 'NKI' ],
185
- help = 'select ANTs skull-stripping template (default: OASIS ))' )
183
+ g_ants .add_argument ('--skull-strip-template' , action = 'store' , default = 'OASIS30ANTs ' ,
184
+ choices = ['OASIS30ANTs ' , 'NKI' ],
185
+ help = 'select ANTs skull-stripping template (default: OASIS30ANTs ))' )
186
186
g_ants .add_argument ('--skull-strip-fixed-seed' , action = 'store_true' ,
187
187
help = 'do not use a random seed for skull-stripping - will ensure '
188
188
'run-to-run replicability when used with --omp-nthreads 1' )
You can’t perform that action at this time.
0 commit comments