Skip to content

Commit

Permalink
Updated project files
Browse files Browse the repository at this point in the history
  • Loading branch information
Arman committed Sep 25, 2024
1 parent 9fe79f8 commit 76dce6c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions images_register.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@
'the transformation matrix. The fixed, moving, and registered moving images '
'are all in NIfTI format.',
formatter_class=ArgumentDefaultsHelpFormatter)
parser.add_argument('-V', '--version', action='version',
version=f'%(prog)s {__version__}')
# parser.add_argument('-V', '--version', action='version',
# version=f'%(prog)s {__version__}')

parser.add_argument('--fixed_image', type=str, default='fixed_image.nii.gz',
help='relative path to the fixed image in relation to input folder')
Expand Down

0 comments on commit 76dce6c

Please sign in to comment.