Ask a Question | Search PSRCHIVE: |
Home
|
SortedMinimumSlope.h Uses the minimum slope of the sorted data to define the good "median". Definition: SortedMinimumSlope.h:22 void set_duty_cycle(float t) Set the cut-off threshold (multiple of value at sorted minimum slope) Definition: SortedMinimumSlope.h:44 SortedMinimumSlope * clone() const Derived types must also define clone method. Definition: SortedMinimumSlope.h:58 TextInterface::Parser * get_interface() Return a text interface that can be used to configure this instance. Definition: SortedMinimumSlope.C:183 float duty_cycle Fraction of data used to compute slope. Definition: SortedMinimumSlope.h:63 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: SortedMinimumSlope.C:79 Generated using doxygen 1.8.17
|