Skip to content

Commit

Permalink
mri_sclimbic_seg. #DOC. Added better docs for --ctab
Browse files Browse the repository at this point in the history
  • Loading branch information
Douglas Greve committed Jan 15, 2022
1 parent 1556fac commit 721ad45
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 @@ -72,7 +72,7 @@ def main():
parser.add_argument('--keep_ac', action='store_true', help='Explicitly keep anterior commissure in the volume/qa files.')
parser.add_argument('--vox-count-volumes', action='store_true', help='Use discrete voxel count for label volumes.')
parser.add_argument('--model', help='Alternative model weights to load.')
parser.add_argument('--ctab', help='Alternative color lookup table to embed in segmentation. Must be minimal and sorted.')
parser.add_argument('--ctab', help='Alternative color lookup table to embed in segmentation. Must be minimal, including 0, and sorted.')
parser.add_argument('--population-stats', help='Alternative population volume stats for QA output.')
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.')
Expand Down

0 comments on commit 721ad45

Please sign in to comment.