Skip to content

Commit

Permalink
update brkrecon -f help info
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim committed Mar 26, 2024
1 parent 50ba544 commit 6bfd95f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion brkraw/scripts/brkrecon.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def main():
"the position variable can be defiend as <BodyPart>_<Side>, " + \
"available BodyParts are (Head, Foot, Tail) and sides are (Supine, Prone, Left, Right). (e.g. Head_Supine)", type=str, default=None)

nii.add_argument("-f", "--formatting", help="FID processing" + \
nii.add_argument("-f", "--formatting", help="FID processing methods" + \
"available processing are (CKdata, image)", type=str, default='image')

nii.add_argument("--ignore-slope", help='remove slope value from header', action='store_true')
Expand Down

0 comments on commit 6bfd95f

Please sign in to comment.