Skip to content

Commit

Permalink
Address #175
Browse files Browse the repository at this point in the history
  • Loading branch information
bbfrederick committed Oct 29, 2024
1 parent 3a3b8e3 commit 7d0df50
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rapidtide/workflows/rapidtide_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -461,7 +461,7 @@ def _get_parser():
default=None,
)
preproc.add_argument(
"--motderiv",
"--nomotderiv",
dest="mot_deriv",
action="store_false",
help=("Toggle whether derivatives will be used in motion regression. Default is True."),
Expand Down Expand Up @@ -490,7 +490,7 @@ def _get_parser():
default=1,
)
preproc.add_argument(
"--confoundderiv",
"--noconfoundderiv",
dest="confound_deriv",
action="store_false",
help=(
Expand Down

0 comments on commit 7d0df50

Please sign in to comment.