Skip to content
Snippets Groups Projects
Commit 830b699c authored by Jan David Mol's avatar Jan David Mol
Browse files

L2SS-1444: Added comment

parent b141b622
No related branches found
No related tags found
1 merge request!1131L2SS-1444: Also send the observation parset to COBALT when starting an observation
......@@ -159,6 +159,8 @@ class L2TMSSObservationControlMessageHandler(TMSSEventMessageHandler):
# kickstart the observation on COBALT to start and stop at the
# times as provided in the parset.
# first 3 parameters are historical and ignored
# NB: This command returns "immediately", that is, COBALT will start the actual observation in the
# background.
_system(f"ssh {COBALT_HEADNODE} {COBALT_START_SCRIPT} 1 2 3 {COBALT_PARSET_DIR}/{PARSET_FILENAME} {subtask_id}")
......
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