Skip to content

Commit

Permalink
Describe 'auto' for TR options.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gab-D-G committed Oct 2, 2023
1 parent 78574c0 commit 7e12f9c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions rabies/parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,8 @@ def get_parser():
g_stc.add_argument(
'--TR', type=str, default='auto',
help=
"Specify repetition time (TR) in seconds. (e.g. --TR 1.2)\n"
"Specify repetition time (TR) in seconds. (e.g. --TR 1.2). 'auto' will read the TR from \n"
"the nifti header. \n"
"(default: %(default)s)\n"
"\n"
)
Expand Down Expand Up @@ -659,7 +660,8 @@ def get_parser():
confound_correction.add_argument(
'--TR', type=str, default='auto',
help=
"Specify repetition time (TR) in seconds. (e.g. --TR 1.2)\n"
"Specify repetition time (TR) in seconds. (e.g. --TR 1.2). 'auto' will read the TR from \n"
"the nifti header. \n"
"(default: %(default)s)\n"
"\n"
)
Expand Down

0 comments on commit 7e12f9c

Please sign in to comment.