Cheetah - SKA - PSS - Prototype Time Domain Search Pipeline
|
Configuration for the paramters for flagging RFI during copy to the Aggregate buffer two main parameters: ideal_rms (rms of the cleanest part of the data) threshold (threshold to use (in multiples of rms) to flag data while copying) active: boolean to activate the thresholding. More...
#include <cheetah/sps/RfiExcisionConfig.h>
Public Member Functions | |
float | ideal_rms () const |
float | threshold () const |
bool | active () const |
![]() | |
Config (std::string module_name) | |
void | terminate () const |
call for notifiers to indicate a termination condition More... | |
Protected Member Functions | |
void | add_options (OptionsDescriptionEasyInit &add_options) override |
Additional Inherited Members | |
![]() | |
typedef System | SystemType |
typedef panda::PoolManager< SystemType > | PoolManagerType |
typedef PoolManagerType::PoolType | PoolType |
Configuration for the paramters for flagging RFI during copy to the Aggregate buffer two main parameters: ideal_rms (rms of the cleanest part of the data) threshold (threshold to use (in multiples of rms) to flag data while copying) active: boolean to activate the thresholding.
Definition at line 42 of file RfiExcisionConfig.h.