Skip to content
Snippets Groups Projects
Commit 8f64ed9d authored by Sarod Yatawatta's avatar Sarod Yatawatta Committed by Bram Veenboer
Browse files

COB-153: Note to remove SAP because its =1

parent ba33d1fe
No related branches found
No related tags found
1 merge request!249COB 153 - Doppler correction in correlator pipeline
...@@ -110,7 +110,7 @@ namespace LOFAR ...@@ -110,7 +110,7 @@ namespace LOFAR
delayIndices.size() * sizeof delayIndices[0]; delayIndices.size() * sizeof delayIndices[0];
case DelayAndBandPassKernel::DELAYS: case DelayAndBandPassKernel::DELAYS:
return return
(size_t) nrSAPs * nrDelays * (size_t) nrSAPs * nrDelays * // FIXME nrSAPs==1 assumed in the kernel
NR_POLARIZATIONS * sizeof(double); NR_POLARIZATIONS * sizeof(double);
case DelayAndBandPassKernel::PHASE_ZEROS: case DelayAndBandPassKernel::PHASE_ZEROS:
return return
...@@ -191,7 +191,7 @@ namespace LOFAR ...@@ -191,7 +191,7 @@ namespace LOFAR
double subbandFrequency, unsigned SAP) double subbandFrequency, unsigned SAP)
{ {
setArg(3, subbandFrequency); setArg(3, subbandFrequency);
setArg(4, SAP); setArg(4, SAP); // FIXME
Kernel::enqueue(blockId); Kernel::enqueue(blockId);
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment