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
delayIndices.size() * sizeof delayIndices[0];
case DelayAndBandPassKernel::DELAYS:
return
(size_t) nrSAPs * nrDelays *
(size_t) nrSAPs * nrDelays * // FIXME nrSAPs==1 assumed in the kernel
NR_POLARIZATIONS * sizeof(double);
case DelayAndBandPassKernel::PHASE_ZEROS:
return
......@@ -191,7 +191,7 @@ namespace LOFAR
double subbandFrequency, unsigned SAP)
{
setArg(3, subbandFrequency);
setArg(4, SAP);
setArg(4, SAP); // FIXME
Kernel::enqueue(blockId);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment