Skip to content

Commit

Permalink
remove unused option
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacob Reinhold committed Feb 4, 2019
1 parent e49db32 commit dadb862
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions intensity_normalization/exec/gmm_normalize.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,6 @@ def arg_parser():
help='store the found WM peak, uses wm-peak as the name if true')
options.add_argument('--find-background-mask', action='store_true', default=False,
help='calculate a mask for the background (to zero it out)')
options.add_argument('--keep-bg', action='store_true', default=False,
help='if this flag is activated, then no background mask '
'is calculated or used')
options.add_argument('-v', '--verbosity', action="count", default=0,
help="increase output verbosity (e.g., -vv is more than -v)")
return parser
Expand Down

0 comments on commit dadb862

Please sign in to comment.