From 721ad45759673b5bf4bbcd400dc10fd2a87ff446 Mon Sep 17 00:00:00 2001 From: Douglas Greve Date: Sat, 15 Jan 2022 13:15:00 -0500 Subject: [PATCH] mri_sclimbic_seg. #DOC. Added better docs for --ctab --- mri_sclimbic_seg/mri_sclimbic_seg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mri_sclimbic_seg/mri_sclimbic_seg b/mri_sclimbic_seg/mri_sclimbic_seg index f579b5fa8a5..ef74640a69a 100755 --- a/mri_sclimbic_seg/mri_sclimbic_seg +++ b/mri_sclimbic_seg/mri_sclimbic_seg @@ -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.')