Cheetah - SKA - PSS - Prototype Time Domain Search Pipeline
|
Read in a SigProc format input file and generate a series of data chunks. More...
#include <cheetah/sigproc/SigProcFileStream.h>
Public Member Functions | |
SigProcFileStream (Config const &config) | |
bool | process () |
Protected Member Functions | |
std::size_t | number_of_data_samples () const |
return the number of samples (time * channels) in the currently opened file More... | |
Read in a SigProc format input file and generate a series of data chunks.
Definition at line 45 of file SigProcFileStream.h.
|
protected |
return the number of samples (time * channels) in the currently opened file
actual data samples = this * number of channels.
Definition at line 266 of file SigProcFileStream.cpp.
bool ska::cheetah::sigproc::SigProcFileStream::process | ( | ) |
Definition at line 274 of file SigProcFileStream.cpp.