Ask a Question | Search PSRCHIVE: |
Home
|
SetThresholds.h 46 };
Uses set cutoff values to mask bad channels and sub-integrations. Definition: SetThresholds.h:22 SetThresholds * clone() const Derived types must also define clone method. Definition: SetThresholds.h:62 void set_cutoff_min(float t) Set the cut-off threshold for the minimum value. Definition: SetThresholds.h:46 TextInterface::Parser * get_interface() Return a text interface that can be used to configure this instance. Definition: SetThresholds.C:96 float get_cutoff_min() const Get the cut-off threshold for the minimum value. Definition: SetThresholds.h:49 void set_cutoff_max(float t) Set the cut-off threshold for the maximum value. Definition: SetThresholds.h:40 unsigned update_mask(std::vector< float > &mask, std::vector< float > &stat, std::vector< float > &model, unsigned nsubint, unsigned nchan, unsigned npol) Update the mask. Definition: SetThresholds.C:25 float get_cutoff_max() const Get the cut-off threshold for the maximum value. Definition: SetThresholds.h:43 Generated using doxygen 1.8.17
|