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.
2 parents 75b1ac6 + fe75352 commit 946b71eCopy full SHA for 946b71e
fmriprep/cli/parser.py
@@ -516,7 +516,13 @@ def _slice_time_ref(value, parser):
516
help='Disable Multimodal Surface Matching surface registration.',
517
)
518
519
- g_aroma = parser.add_argument_group('[DEPRECATED] Options for running ICA_AROMA')
+ g_aroma = parser.add_argument_group(
520
+ '[DEPRECATED] Options for running ICA_AROMA',
521
+ description=(
522
+ 'If you would like to apply ICA-AROMA to fMRIPrep derivatives, '
523
+ 'please consider using fMRIPost-AROMA (https://fmripost-aroma.readthedocs.io/)'
524
+ ),
525
+ )
526
g_aroma.add_argument(
527
'--use-aroma',
528
action=DeprecatedAction,
0 commit comments