Ask a Question | Search PSRCHIVE: |
Home
|
InterQuartileRange.h 80 };
void set_cutoff_threshold_max(float t) Set the cut-off threshold for the maximum value. Definition: InterQuartileRange.h:50 void set_cutoff_threshold_min(float t) Set the cut-off threshold for the minimum value. Definition: InterQuartileRange.h:56 float cutoff_threshold_max Fraction of IQR. Definition: InterQuartileRange.h:85 float get_cutoff_threshold_max() const Get the cut-off threshold for the maximum value. Definition: InterQuartileRange.h:53 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:28 InterQuartileRange * clone() const Derived types must also define clone method. Definition: InterQuartileRange.h:80 void set_cutoff_threshold(float t) Set the cut-off threshold. Definition: InterQuartileRange.h:46 float get_cutoff_threshold_min() const Get the cut-off threshold for the minimum value. Definition: InterQuartileRange.h:59 float minimum_slope_median_duty_cycle Duty cycle used to find the 'minimum slope median'. Definition: InterQuartileRange.h:89 float get_minimum_slope_median_duty_cycle() const Get the duty cycle used to find the 'minimum slope median'. Definition: InterQuartileRange.h:66 TextInterface::Parser * get_interface() Return a text interface that can be used to configure this instance. Definition: InterQuartileRange.C:174 Uses the inter-quartile range to mask bad channels and sub-integrations. Definition: InterQuartileRange.h:24 void set_minimum_slope_median_duty_cycle(float t) Set the duty cycle used to find the 'minimum slope median'. Definition: InterQuartileRange.h:62 Generated using doxygen 1.8.17
|