File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -136,14 +136,14 @@ def _drop_ses(value):
136
136
)
137
137
g_bids .add_argument (
138
138
'--subject-anatomical-reference' ,
139
- choices = ['first-alpha ' , 'unbiased' , 'sessionwise' ],
139
+ choices = ['first-lex ' , 'unbiased' , 'sessionwise' ],
140
140
default = 'first' ,
141
- help = 'Method to produce the reference anatomical space:'
142
- '\t "first-alpha " will use the first alphabetically sorted image '
141
+ help = 'Method to produce the reference anatomical space:\n '
142
+ '\t "first-lex " will use the first image in lexicographical order \n '
143
143
'\t "unbiased" will construct an unbiased template from all images '
144
- '(previously "--longitudinal")'
144
+ '(previously "--longitudinal")\n '
145
145
'\t "sessionwise" will independently process each session. If multiple runs are '
146
- 'found, the behavior will be similar to "first-alpha "' ,
146
+ 'found, the behavior will be similar to "first-lex "' ,
147
147
)
148
148
149
149
g_perfm = parser .add_argument_group ('Options to handle performance' )
You can’t perform that action at this time.
0 commit comments