Skip to content
Snippets Groups Projects

restore capability and workflow

Merged Charlotte Hausman requested to merge Restore_Capability into main
All threads resolved!
Files
3
@@ -69,13 +69,13 @@ def arg_parser() -> argparse.ArgumentParser:
"--restore",
required=False,
action="store_true",
help="run the restore measurement set CASA pipeline",
help="run the restore measurement set CASA pipeline, use in conjunction with '-c'",
)
parser.add_argument(
"--integrated",
required=False,
action="store_true",
help="run an integrated calibration-imaging pipeline",
help="run an integrated calibration-imaging pipeline, use in conjunction with '-i'",
)
return parser
Loading