We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3393b9 commit 8b2cf7dCopy full SHA for 8b2cf7d
fmriprep/cli/parser.py
@@ -349,7 +349,10 @@ def _slice_time_ref(value, parser):
349
default=[],
350
choices=['bbr', 'no-bbr', 'syn-sdc'],
351
help='Force selected processing choices, overriding automatic selections '
352
- '(a space delimited list)',
+ '(a space delimited list).\n'
353
+ ' * [no-]bbr: Use/disable boundary-based registration for BOLD-to-T1w coregistration\n'
354
+ ' (No goodness-of-fit checks)\n'
355
+ ' * syn-sdc: Calculate SyN-SDC correction *in addition* to other fieldmaps\n',
356
)
357
g_conf.add_argument(
358
'--output-spaces',
0 commit comments