Skip to content

Commit f1cbe60

Browse files
authored
Removed out-dir and out-backup.
Removed out-dir and out-backup parameters from the Cubical parameter file as per review by @SpheMakh .
1 parent a798e34 commit f1cbe60

1 file changed

Lines changed: 0 additions & 12 deletions

File tree

stimela/cargo/cab/cubical/parameters.json

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -423,18 +423,6 @@
423423
"dtype": "bool",
424424
"default": true
425425
},
426-
{
427-
"name": "out-backup",
428-
"info": "Allow automatic backup of existing output directories. Automatic backup is only used when OUTDIR is used (i.e. OUTNAME doesn't contain any slashes),and it ends with .cc-out (implicitly or explicitly). In this case, existing output directories are renamed to .cc.out.0, .1, etc. ",
429-
"dtype": "bool",
430-
"default": true
431-
},
432-
{
433-
"name": "out-dir",
434-
"info": "Base name of directory for output files. The suffix .cc-out will be implicitly appended, unless OUTDIR ends with a slash. #metavar:OUTDIR #type:str",
435-
"dtype": "str",
436-
"default": "cubical"
437-
},
438426
{
439427
"info": "Operational mode.\n[so] solve only;\n[sc] solve and generate corrected visibilities;\n[sr] solve and generate corrected residuals;\n[ss] solve and generate uncorrected residuals;\n[ac] apply solutions, generate corrected visibilities;\n[ar] apply solutions, generate corrected residuals;\n[as] apply solutions, generate uncorrected residuals;",
440428
"dtype": "str",

0 commit comments

Comments
 (0)