@@ -418,7 +418,7 @@ def _fallback_trt(value, parser):
418
418
'--slice-time-ref' ,
419
419
required = False ,
420
420
action = 'store' ,
421
- default = None ,
421
+ default = 0.5 ,
422
422
type = SliceTimeRef ,
423
423
help = 'The time of the reference slice to correct BOLD values to, as a fraction '
424
424
'acquisition time. 0 indicates the start, 0.5 the midpoint, and 1 the end '
@@ -501,7 +501,6 @@ def _fallback_trt(value, parser):
501
501
)
502
502
g_conf .add_argument (
503
503
'--project-goodvoxels' ,
504
- required = False ,
505
504
action = 'store_true' ,
506
505
default = False ,
507
506
help = 'Exclude voxels whose timeseries have locally high coefficient of variation '
@@ -530,8 +529,7 @@ def _fallback_trt(value, parser):
530
529
action = BooleanOptionalAction ,
531
530
default = True ,
532
531
dest = 'run_msmsulc' ,
533
- help = 'Enable or disable Multimodal Surface Matching surface registration. '
534
- 'To disable, use `--no-msm`.' ,
532
+ help = 'Enable or disable Multimodal Surface Matching surface registration.' ,
535
533
)
536
534
537
535
g_confounds = parser .add_argument_group ('Options relating to confounds' )
@@ -645,8 +643,7 @@ def _fallback_trt(value, parser):
645
643
action = BooleanOptionalAction ,
646
644
default = True ,
647
645
dest = 'hires' ,
648
- help = 'Enable or disable sub-millimeter (hi-res) reconstruction. '
649
- 'To disable, use `--no-submm-recon`.' ,
646
+ help = 'Enable or disable sub-millimeter (hi-res) reconstruction.' ,
650
647
)
651
648
g_fs .add_argument (
652
649
'--fs-no-reconall' ,
@@ -665,6 +662,7 @@ def _fallback_trt(value, parser):
665
662
g_carbon = parser .add_argument_group ('Options for carbon usage tracking' )
666
663
g_carbon .add_argument (
667
664
'--track-carbon' ,
665
+ default = False ,
668
666
action = 'store_true' ,
669
667
help = 'Tracks power draws using CodeCarbon package' ,
670
668
)
0 commit comments