Marsyas
0.6.0-alpha
|
Removes observations outside a given range. More...
#include <RemoveObservations.h>
Inherits MarSystem.
Public Member Functions | |
MarSystem * | clone () const |
Implementation of the MarSystem::clone() method. | |
void | myProcess (realvec &in, realvec &out) |
Implementation of the MarSystem::myProcess method. | |
RemoveObservations (std::string name) | |
RemoveObservations constructor. | |
RemoveObservations (const RemoveObservations &a) | |
RemoveObservations copy constructor. | |
~RemoveObservations () | |
RemoveObservations destructor. |
Removes observations outside a given range.
Mainly used to remove bins from a PowerSpectrum which fall outside the range of interest. This MarSystem includes both cutoff values; it rounds down for the lowCutoff, and rounds up for the highCutoff.
Controls:
Definition at line 45 of file RemoveObservations.h.
RemoveObservations | ( | std::string | name | ) |
RemoveObservations constructor.
Add any specific controls needed by this MarSystem.
Definition at line 25 of file RemoveObservations.cpp.
RemoveObservations | ( | const RemoveObservations & | a | ) |
RemoveObservations copy constructor.
Definition at line 33 of file RemoveObservations.cpp.
~RemoveObservations | ( | ) |
RemoveObservations destructor.
Definition at line 40 of file RemoveObservations.cpp.
Implementation of the MarSystem::clone() method.
Implements MarSystem.
Definition at line 45 of file RemoveObservations.cpp.
Implementation of the MarSystem::myProcess method.
Iterate over the observations and samples and do the processing.
Implements MarSystem.
Definition at line 96 of file RemoveObservations.cpp.