From 44c827b2b366f5c3823dc18b70ff9aacd7c7d306 Mon Sep 17 00:00:00 2001 From: Alwin de Jong <jong@astron.nl> Date: Thu, 6 Dec 2012 11:02:11 +0000 Subject: [PATCH] Task #3878 additional switch key to use parmexportcal to transfer calibration solutions (bugfix) --- MAC/Deployment/data/OTDB/Calibration.comp | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/MAC/Deployment/data/OTDB/Calibration.comp b/MAC/Deployment/data/OTDB/Calibration.comp index 376a8ce1e4a..c29c0addb26 100644 --- a/MAC/Deployment/data/OTDB/Calibration.comp +++ b/MAC/Deployment/data/OTDB/Calibration.comp @@ -6,7 +6,8 @@ #-------------------------------------------------------------------------------------------------------- node Calibration 4.0.0 development 'node constraint' "Calibration pipeline" -# name dir. type unit prun. vm value constr. descr. +# name dir. type unit prun. vm value constr. descr. #-------------------------------------------------------------------------------------------------------- -par CalibratorSource I text - 100 0 '' - "Calibrator source for generation of instrument model" -par SkyModel I text - 100 0 '' - "User-supplied sky model for generic calibration pipeline" +par CalibratorSource I text - 100 0 '' - "Calibrator source for generation of instrument model" +par SkyModel I text - 100 0 '' - "User-supplied sky model for generic calibration pipeline" +par exportCalibrationParameters I bool - 100 0 'false' - "export the instrument model parameters using parmexportcal" -- GitLab