PSRCHIVE
| Ask a Question | Search PSRCHIVE: |
Home
|
SetThresholds.h Uses set cutoff values to mask bad channels and sub-integrations. Definition SetThresholds.h:18 void set_cutoff_max(float t) Set the cut-off threshold for the maximum value. Definition SetThresholds.h:30 void set_cutoff_min(float t) Set the cut-off threshold for the minimum value. Definition SetThresholds.h:36 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_min() const Get the cut-off threshold for the minimum value. Definition SetThresholds.h:39 TextInterface::Parser * get_interface() Return a text interface that can be used to configure this instance. Definition SetThresholds.C:96 float get_cutoff_max() const Get the cut-off threshold for the maximum value. Definition SetThresholds.h:33 SetThresholds * clone() const Derived types must also define clone method. Definition SetThresholds.h:52 virtual std::string get_interface_name() const Generated using doxygen 1.14.0
|