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

add detlab in manual launch

parent afc49a86
No related branches found
No related tags found
1 merge request!165Back propagate/webservice serve overview template
......@@ -8,7 +8,7 @@ import zmq
parser = argparse.ArgumentParser(
description='Request dark characterization. Will wait on data transfers to complete first!')
parser.add_argument('--proposal', type=str, help='The proposal number, without leading p, but with leading zeros')
parser.add_argument('--instrument', type=str, choices=["SPB", "MID", "FXE", "SCS", "SQS", "HED"], help='The instrument')
parser.add_argument('--instrument', type=str, choices=["SPB", "MID", "FXE", "SCS", "SQS", "HED", "DETLAB"], help='The instrument')
parser.add_argument('--cycle', type=str, help='The facility cycle')
parser.add_argument('--run', type=int, help='Run number as an integer')
parser.add_argument('--mdc-id', type=int, help='Run id from MDC')
......
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