Skip to content
Snippets Groups Projects
Commit a1236595 authored by Auke Klazema's avatar Auke Klazema
Browse files

ROHD-2784: Add LC15_001 project to run dynspec automatically

parent 7e082b6a
No related branches found
No related tags found
1 merge request!300ROHD-2784: Add LC15_001 project to run dynspec automatically
...@@ -503,7 +503,7 @@ class RAtoOTDBTranslator(): ...@@ -503,7 +503,7 @@ class RAtoOTDBTranslator():
## control software, giving everyone a puzzled expression on their face and a big headache when figuring ## control software, giving everyone a puzzled expression on their face and a big headache when figuring
## out why the system was sometimes behaving so funny... ## out why the system was sometimes behaving so funny...
# FIXME: please find a better way to do this or remove this hack when not necessary any more! # FIXME: please find a better way to do this or remove this hack when not necessary any more!
if project_name in ['IPS_Commissioning', 'LC6_001', 'LC7_001', 'LC8_001', 'LC9_001', 'LT10_001', 'LT10_002', 'LT10_006', 'LC14_001']: if project_name in ['IPS_Commissioning', 'LC6_001', 'LC7_001', 'LC8_001', 'LC9_001', 'LT10_001', 'LT10_002', 'LT10_006', 'LC14_001', 'LC15_001']:
logging.info("CreateParset: Overwriting inspectionProgram parset key for dynspec") logging.info("CreateParset: Overwriting inspectionProgram parset key for dynspec")
parset[PREFIX+'ObservationControl.OnlineControl.inspectionProgram'] = '/data/home/lofarsys/dynspec/scripts/inspection-dynspec-observation.sh' parset[PREFIX+'ObservationControl.OnlineControl.inspectionProgram'] = '/data/home/lofarsys/dynspec/scripts/inspection-dynspec-observation.sh'
......
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