File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -130,11 +130,13 @@ def _bids_filter(value):
130
130
a keyword designating a spatial reference, and may be followed by optional, \
131
131
colon-separated parameters. \
132
132
Non-standard spaces imply specific orientations and sampling grids. \
133
+ The default value of this flag (meaning, if the argument is not include in the command line) \
134
+ is ``--output-spaces run`` - the original space and sampling grid of the original DWI run. \
133
135
Important to note, the ``res-*`` modifier does not define the resolution used for \
134
- the spatial normalization. To generate no DWI outputs, use this option without specifying \
135
- any spatial references. For further details, please check out \
136
- https://www.nipreps.org/dmriprep/%s/spaces.html""" % (currentv .base_version
137
- if is_release else 'latest' ))
136
+ the spatial normalization. To generate no DWI outputs (if that is intended for some reason), \
137
+ use this option without specifying any spatial references. For further details, please check out \
138
+ https://www.nipreps.org/dmriprep/en/ %s/spaces.html""" % (currentv .base_version
139
+ if is_release else 'latest' ))
138
140
139
141
# ANTs options
140
142
g_ants = parser .add_argument_group ('Specific options for ANTs registrations' )
You can’t perform that action at this time.
0 commit comments