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 c8a4da0 commit a9e41b7Copy full SHA for a9e41b7
src/fmripost_rapidtide/cli/parser.py
@@ -41,8 +41,8 @@ def _build_parser(**kwargs):
41
from rapidtide.workflows.rapidtide_parser import (
42
DEFAULT_CORRWEIGHTING,
43
DEFAULT_DETREND_ORDER,
44
- DEFAULT_GLOBAL_PCACOMPONENTS,
45
DEFAULT_GLOBALSIGNAL_METHOD,
+ DEFAULT_INITREGRESSOR_PCACOMPONENTS,
46
DEFAULT_LAGMAX,
47
DEFAULT_LAGMAX_THRESH,
48
DEFAULT_LAGMIN,
@@ -356,7 +356,7 @@ def _bids_filter(value, parser):
356
'If VALUE is negative, the number of components will be to retain will be selected '
357
'automatically using the MLE method.'
358
),
359
- default=DEFAULT_GLOBAL_PCACOMPONENTS,
+ default=DEFAULT_INITREGRESSOR_PCACOMPONENTS,
360
)
361
preproc.add_argument(
362
'--numtozero',
0 commit comments