Skip to content

Commit

Permalink
mri_sclimbic_seg. #DOC better doc for --7T
Browse files Browse the repository at this point in the history
  • Loading branch information
Douglas Greve committed Nov 16, 2021
1 parent 445cbe6 commit 5bd99da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mri_sclimbic_seg/mri_sclimbic_seg
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ def main():
parser.add_argument('--debug', action='store_true', help='Enable debug logging.')
parser.add_argument('--vmp', action='store_true', help='Enable printing of vmpeak at the end.')
parser.add_argument('--threads', type=int, default=1, help='Number of threads to use. Default is 1.')
parser.add_argument('--7T', dest='sevenT', action='store_true', help='Preprocess 7T images.')
parser.add_argument('--7T', dest='sevenT', action='store_true', help='Preprocess 7T images (just sets percentile to 99.9).')
parser.add_argument('--percentile', type=float, help='Use intensity percentile threshold for normalization.')
parser.add_argument('--cuda-device', help='Cuda device for GPU support.')

Expand Down

0 comments on commit 5bd99da

Please sign in to comment.