From ec4d93cf6e204a0374fcfc60b4e1803c5d2f8f72 Mon Sep 17 00:00:00 2001 From: Jorrit Schaap <schaap@astron.nl> Date: Tue, 29 Jan 2019 10:38:42 +0000 Subject: [PATCH] SW-561: removed setting/initializing of dipoleCalibrationDelay*. These are now filled in using python modules https://svn.astron.nl/LOFAR/branches/SW-488-Epic_TBB_ALERT/MAC/TBB/lib/tbb_caltables.py which are automagically called in the tbbservice after the datawriters finished --- RTCP/Cobalt/OutputProc/src/TBB_Dipole.cc | 3 --- 1 file changed, 3 deletions(-) diff --git a/RTCP/Cobalt/OutputProc/src/TBB_Dipole.cc b/RTCP/Cobalt/OutputProc/src/TBB_Dipole.cc index 01164abc563..591c1d98237 100644 --- a/RTCP/Cobalt/OutputProc/src/TBB_Dipole.cc +++ b/RTCP/Cobalt/OutputProc/src/TBB_Dipole.cc @@ -704,9 +704,6 @@ namespace LOFAR //TODO 20181127 initialize these from somewhere dipoleGroup->adc2voltage(); - dipoleGroup->dipoleCalibrationDelay(); - dipoleGroup->dipoleCalibrationDelayUnit(); - dipoleGroup->dipoleCalibrationGainCurve(); dipoleGroup->dispersionMeasure(); dipoleGroup->dispersionMeasureUnit(); dipoleGroup->nofSubbands(); -- GitLab