Ask a Question | Search DSPSR: |
Home
|
LevelHistory.h void set_output(BitSeries *data) Set the bits series into which data will be loaded. Definition: Seekable.C:318 void set_output(TimeSeries *) Overload Transformation::set_output to also set weighted_output. Definition: ExcisionUnpacker.C:43 void set_input(const In *input) Set the container from which input data will be read. Definition: Transformation.h:258 virtual void set_unpacker(HistUnpacker *)=0 Set the HistUnpacker from which histogram will be recorded. virtual bool operate() Call this method to operate on data Returns false on failure. Definition: Operation.C:90 Arrays of consecutive samples for each polarization and frequency channel. Definition: TimeSeries.h:29 virtual BitSeries * get_output() Retrieve a pointer to the output. Definition: Input.C:213 A container for storing digitized (generally not floating point) data Definition: BitSeries.h:35 virtual void log_stats(std::vector< double > &mean, std::vector< double > &variance)=0 Log the statistics of the digitized data in some form. Converts SMRO data from 2-bit digitized to floating point values. Definition: SMROTwoBitCorrection.h:24 virtual void set_block_size(uint64_t _size) Set the number of time samples to load on each load_block. Definition: Input.C:399 Generated using doxygen 1.8.17
|