Skip to content

Commit a9e41b7

Browse files
committed
Update parser.py
1 parent c8a4da0 commit a9e41b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/fmripost_rapidtide/cli/parser.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ def _build_parser(**kwargs):
4141
from rapidtide.workflows.rapidtide_parser import (
4242
DEFAULT_CORRWEIGHTING,
4343
DEFAULT_DETREND_ORDER,
44-
DEFAULT_GLOBAL_PCACOMPONENTS,
4544
DEFAULT_GLOBALSIGNAL_METHOD,
45+
DEFAULT_INITREGRESSOR_PCACOMPONENTS,
4646
DEFAULT_LAGMAX,
4747
DEFAULT_LAGMAX_THRESH,
4848
DEFAULT_LAGMIN,
@@ -356,7 +356,7 @@ def _bids_filter(value, parser):
356356
'If VALUE is negative, the number of components will be to retain will be selected '
357357
'automatically using the MLE method.'
358358
),
359-
default=DEFAULT_GLOBAL_PCACOMPONENTS,
359+
default=DEFAULT_INITREGRESSOR_PCACOMPONENTS,
360360
)
361361
preproc.add_argument(
362362
'--numtozero',

0 commit comments

Comments
 (0)