PSRCHIVE
| Ask a Question | Search PSRCHIVE: |
Home
|
InterQuartileRange.h void set_cutoff_threshold(float t) Set the cut-off threshold. Definition InterQuartileRange.h:36 float get_minimum_slope_median_duty_cycle() const Get the duty cycle used to find the 'minimum slope median'. Definition InterQuartileRange.h:56 float minimum_slope_median_duty_cycle Duty cycle used to find the 'minimum slope median'. Definition InterQuartileRange.h:82 float cutoff_threshold_max Fraction of IQR. Definition InterQuartileRange.h:78 void set_minimum_slope_median_duty_cycle(float t) Set the duty cycle used to find the 'minimum slope median'. Definition InterQuartileRange.h:52 void set_cutoff_threshold_max(float t) Set the cut-off threshold for the maximum value. Definition InterQuartileRange.h:40 unsigned update_mask(std::vector< float > &mask, std::vector< float > &stat, std::vector< float > &model, unsigned nsubint, unsigned nchan, unsigned npol) Smooth the data given in raw, output to smoothed. Definition InterQuartileRange.C:154 InterQuartileRange * clone() const Derived types must also define clone method. Definition InterQuartileRange.h:73 TextInterface::Parser * get_interface() Return a text interface that can be used to configure this instance. Definition InterQuartileRange.C:249 float get_cutoff_threshold_max() const Get the cut-off threshold for the maximum value. Definition InterQuartileRange.h:43 float get_cutoff_threshold_min() const Get the cut-off threshold for the minimum value. Definition InterQuartileRange.h:49 void set_cutoff_threshold_min(float t) Set the cut-off threshold for the minimum value. Definition InterQuartileRange.h:46 virtual std::string get_interface_name() const Generated using doxygen 1.14.0
|