Skip to content
Snippets Groups Projects
Commit 3c04ee29 authored by Jan David Mol's avatar Jan David Mol
Browse files

Task #3566: Added characteristics log lines and percentage written

parent 570bcbd4
No related branches found
No related tags found
No related merge requests found
...@@ -69,6 +69,7 @@ class OutputThread ...@@ -69,6 +69,7 @@ class OutputThread
Queue<SmartPtr<StreamableData> > &itsFreeQueue, &itsReceiveQueue; Queue<SmartPtr<StreamableData> > &itsFreeQueue, &itsReceiveQueue;
unsigned itsBlocksWritten, itsBlocksDropped; unsigned itsBlocksWritten, itsBlocksDropped;
unsigned itsNrExpectedBlocks;
unsigned itsNextSequenceNumber; unsigned itsNextSequenceNumber;
std::vector<unsigned> itsSequenceNumbers; std::vector<unsigned> itsSequenceNumbers;
SmartPtr<FileStream> itsSequenceNumbersFile; SmartPtr<FileStream> itsSequenceNumbersFile;
......
...@@ -118,7 +118,7 @@ namespace LOFAR ...@@ -118,7 +118,7 @@ namespace LOFAR
itsTransposeLogic.decompose( fileno, sapNr, beamNr, stokesNr, partNr ); itsTransposeLogic.decompose( fileno, sapNr, beamNr, stokesNr, partNr );
unsigned nrBlocks = floor((parset.stopTime() - parset.startTime()) / parset.CNintegrationTime()); unsigned nrBlocks = parset.nrBeamFormedBlocks();
unsigned nrSubbands = itsInfo.subbands.size(); unsigned nrSubbands = itsInfo.subbands.size();
const vector<unsigned> &subbandIndices = itsInfo.subbands; const vector<unsigned> &subbandIndices = itsInfo.subbands;
const vector<unsigned> allSubbands = parset.subbandList(); const vector<unsigned> allSubbands = parset.subbandList();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment