Skip to content

Commit

Permalink
ENH: add new parser input flag '--manual'
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastientourbier committed Jun 29, 2020
1 parent 1e4a897 commit 45d9f98
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pymialsrtk/parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ def get_parser():
p.add_argument('--param_file', help='Path to a JSON file containing subjects\' exams '
'information and super-resolution total variation parameters.',
default='/bids_dir/code/participants_param.json', type=str)
p.add_argument('--manual', help='Use manual brain masks found in '
'<output_dir>/manual_masks/ directory',
action='store_true')
p.add_argument('-v', '--version', action='version',
version='BIDS-App MIALSRTK version {}'.format(__version__))
return p

0 comments on commit 45d9f98

Please sign in to comment.