Skip to content

Commit

Permalink
Fix verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
karp2601 authored and karp2601 committed Feb 20, 2024
1 parent 04770cc commit 1008f29
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/scil_mti_adjust_B1_header.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
import nibabel as nib

from scilpy.io.utils import (add_overwrite_arg,
add_verbose_arg,
assert_inputs_exist,
assert_outputs_exist)
from scilpy.reconst.mti import (adjust_B1_map_header)
Expand All @@ -27,6 +28,7 @@ def _build_arg_parser():
p.add_argument('in_B1_json',
help='Json file of the B1 map.')

add_verbose_arg(p)
add_overwrite_arg(p)

return p
Expand Down

0 comments on commit 1008f29

Please sign in to comment.