Skip to content
Snippets Groups Projects
Commit 105ca93a authored by Karim Ahmed's avatar Karim Ahmed
Browse files

Merge branch 'feat/DEATLAB_as_instr' into 'master'

Feat/DETLAB as instr

See merge request detectors/pycalibration!135
parents 7068e573 d55a854f
No related branches found
No related tags found
1 merge request!135Feat/DETLAB as instr
......@@ -9,7 +9,7 @@ parser = argparse.ArgumentParser(
parser.add_argument('--proposal', type=str,
help='The proposal number, without leading p, but with leading zeros') # noqa
parser.add_argument('--instrument', type=str,
choices=["SPB", "MID", "FXE", "SCS", "SQS", "HED"],
choices=["SPB", "MID", "FXE", "SCS", "DETLAB", "SQS", "HED"],
help='The instrument')
parser.add_argument('--cycle', type=str, help='The facility cycle')
parser.add_argument('--run-high', type=str,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment