File tree Expand file tree Collapse file tree 1 file changed +0
-13
lines changed Expand file tree Collapse file tree 1 file changed +0
-13
lines changed Original file line number Diff line number Diff line change @@ -495,13 +495,6 @@ def _bids_filter(value, parser):
495
495
help = 'Path to FreeSurfer license key file. Get it (for free) by registering'
496
496
' at https://surfer.nmr.mgh.harvard.edu/registration.html' ,
497
497
)
498
- # g_fs.add_argument(
499
- # '--fs-subjects-dir',
500
- # metavar='PATH',
501
- # type=Path,
502
- # help='Path to existing FreeSurfer subjects directory to reuse. '
503
- # '(default: OUTPUT_DIR/freesurfer)',
504
- # )
505
498
g_fs .add_argument (
506
499
'--no-submm-recon' ,
507
500
action = 'store_false' ,
@@ -522,12 +515,6 @@ def _bids_filter(value, parser):
522
515
dest = 'run_reconall' ,
523
516
help = 'Disable FreeSurfer surface preprocessing.' ,
524
517
)
525
- # g_fs.add_argument(
526
- # '--fs-no-reconall',
527
- # action='store_false',
528
- # dest='run_reconall',
529
- # help='Disable FreeSurfer surface preprocessing.',
530
- # )
531
518
g_fs .add_argument (
532
519
'--fs-no-resume' ,
533
520
action = 'store_true' ,
You can’t perform that action at this time.
0 commit comments