Ask a Question | Search PSRCHIVE: |
![]()
|
OnPulseThreshold.h ProfileWeight algorithms that compute profile baselines. Definition BaselineEstimator.h:19 ProfileWeight algorithms that compute on-pulse phase bins. Definition OnPulseEstimator.h:20 Reference::To< BaselineEstimator > baseline_estimator The BaselineEstimator used to find the off-pulse phase bins. Definition OnPulseThreshold.h:82 void set_threshold(float threshold) Set the threshold. Definition OnPulseThreshold.C:35 TextInterface::Parser * get_interface() Return a text interface that can be used to configure this instance. Definition OnPulseThreshold.C:151 void set_baseline_estimator(BaselineEstimator *) Set the BaselineEstimator used to find the off-pulse phase bins. Definition OnPulseThreshold.C:52 int bin_start The first bin in the selected range. Definition OnPulseThreshold.h:73 void set_range(int bin_start, int bin_end) Set the start and end bins of the search. Definition OnPulseThreshold.C:71 float get_threshold() const Get the threshold. Definition OnPulseThreshold.C:40 bool allow_negative Take the absolute value. Definition OnPulseThreshold.h:70 bool range_specified Set true when range is specified. Definition OnPulseThreshold.h:79 void calculate(PhaseWeight *weight) Calculate the PhaseWeight. Definition OnPulseThreshold.C:79 OnPulseThreshold() Default constructor. Definition OnPulseThreshold.C:20 void set_allow_negative(bool) Allow negative on-pulse phase bins. Definition OnPulseThreshold.C:46 OnPulseThreshold * clone() const Return new copy of self. Definition OnPulseThreshold.C:29 const BaselineEstimator * get_baseline_estimator() const Get the BaselineEstimator used to find the off-pulse phase bins. Definition OnPulseThreshold.C:59 int bin_end The last bin in the selected range. Definition OnPulseThreshold.h:76 Generated using doxygen 1.14.0
|