From ae0ff1cd25dcbba3e4b2d2fe8a719ab863f9199c Mon Sep 17 00:00:00 2001
From: Sarod Yatawatta <yatawatta@astron.nl>
Date: Thu, 5 Nov 2020 16:07:18 +0000
Subject: [PATCH] COB-153: add variable clockMHz

---
 RTCP/Cobalt/GPUProc/src/SubbandProcs/CorrelatorStep.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/RTCP/Cobalt/GPUProc/src/SubbandProcs/CorrelatorStep.cc b/RTCP/Cobalt/GPUProc/src/SubbandProcs/CorrelatorStep.cc
index d5b233034af..f8e34cca7cb 100644
--- a/RTCP/Cobalt/GPUProc/src/SubbandProcs/CorrelatorStep.cc
+++ b/RTCP/Cobalt/GPUProc/src/SubbandProcs/CorrelatorStep.cc
@@ -59,7 +59,7 @@ namespace LOFAR
             nrSubbandsPerSubbandProc,
             corParameters.nrChannels,
             obsParameters.blockSize / corParameters.nrChannels,
-
+            obsParameters.clockMHz,
             // Scale to always output visibilities or stokes with the same flux scale.
             // With the same bandwidth, twice the (narrower) channels _average_ (not
             // sum) to the same fluxes (and same noise). Twice the channels (twice the
-- 
GitLab