Ask a Question | Search DSPSR: |
Home
|
ZapWeight.h Defines the interface by which Transformations are performed on data. Definition: Transformation.h:54 void set_skfb_input(TimeSeries *input) Set the raw/original time series [pre filterbank]. Definition: ZapWeight.C:49 virtual void set_buffering_policy(BufferingPolicy *policy) Set the policy for buffering input and/or output data. Definition: Transformation.h:85 Reference::To< Engine > engine Interface to alternate processing engine (e.g. GPU) Definition: ZapWeight.h:63 void set_thresholds(float factor) Set the RFI thresholds with the specified factor. Definition: ZapWeight.C:65 Arrays of consecutive samples for each polarization and frequency channel. Definition: TimeSeries.h:29 Reference::To< TimeSeries > skfb_input The time series containing the SKFilterbank V^2 estimates. Definition: ZapWeight.h:60 void transformation() Perform the transformation on the input time series. Definition: ZapWeight.C:83 unsigned M The number of adjacent blocks to be used in SK estimator. Definition: ZapWeight.h:66 Reference::To< const TimeSeries > input Container from which input data will be read. Definition: HasInput.h:49 void set_M(unsigned _M) Set the M factor from the SKFilterbank. Definition: ZapWeight.C:59 Generated using doxygen 1.8.17
|