Skip to content
Snippets Groups Projects
Commit adc0cf80 authored by Martin Gels's avatar Martin Gels
Browse files

BugID: 1005

It is not necessary to print-out invalid samples of every outputs from
the same station.
parent 40f1ec47
No related branches found
No related tags found
No related merge requests found
......@@ -242,6 +242,10 @@ namespace LOFAR {
itsNSamplesPerSec + itsNHistorySamples);
itsGetElemTimer->stop();
// print flags
cout<<"WH_RSP out "<<itsStationNr<<" "<<delayedstamp<<" flags: "<< flags <<endl;
// printsamples
// fill in the outgoing dataholders
for (int output = 0; output < itsNoutputs; output++) {
rspDHp = (DH_RSP*)getDataManager().getOutHolder(output);
......@@ -254,10 +258,6 @@ namespace LOFAR {
rspDHp->setFineDelayAtBegin((*delayDHp)[itsStationNr].fineDelayAtBegin);
rspDHp->setFineDelayAfterEnd((*delayDHp)[itsStationNr].fineDelayAfterEnd);
#if 1
// print flags
cout<<"WH_RSP out "<<itsStationNr<<" "<<delayedstamp<<" output " << output << " flags: "<< flags <<endl;
// printsamples
#if 0
RectMatrix<DH_RSP::BufferType>* matrix = &rspDHp->getDataMatrix();
dimType timeDim = matrix->getDim("Times");
......@@ -267,7 +267,6 @@ namespace LOFAR {
cout << matrix->getValue(cursor);
}
cout<<endl;
#endif
#endif
}
......
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