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