From 974f71af2bfd1bb206acccd5ca06065b67f44076 Mon Sep 17 00:00:00 2001 From: Arthur Coolen <coolen@astron.nl> Date: Tue, 20 Mar 2012 15:00:34 +0000 Subject: [PATCH] Task #3134: added imaging pipeline component files --- MAC/Deployment/data/OTDB/PythonControl.comp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/MAC/Deployment/data/OTDB/PythonControl.comp b/MAC/Deployment/data/OTDB/PythonControl.comp index d696a620eda..1ae3b9e2d99 100644 --- a/MAC/Deployment/data/OTDB/PythonControl.comp +++ b/MAC/Deployment/data/OTDB/PythonControl.comp @@ -16,8 +16,7 @@ par resultDirectory I text - 100 0 'lexar001:/data/${MSNUMBER par workingDirectory I text - 100 0 '/data/scratch/${MSNUMBER}/work' - "Where to store temporarely files" par observationDirectory I text - 100 0 '/data/L${OBSID}' - "Subdirectory where the datafiles were stored by the online processes." par canCommunicate I bool - 10 0 'true' - "Temp flag to tell MAC if the current PythonController can respond to CONTROL_xxx messages" -par nrOfBBS I uint - 100 0 0 - "number of BBS instances" -par nrOfBDSM I uint - 100 0 0 - "number of BDSM instances" +par steps I vtext - 100 0 '[]' - "Steporder" uses DPPP 4.0.0 development 1 "DPcube" uses BBS 4.0.0 development 1 "Blackboard System" -- GitLab