Ask a Question | Search PSRCHIVE: |
Home
|
PeakCumulative.h void set_threshold(float threshold) Set the threshold. Definition: PeakCumulative.C:49 void get_indeces(int &rise, int &fall) const Get the pulse phase bin indeces of the rise and fall. Definition: PeakCumulative.C:225 void transform(Profile *profile) Form the cummulative profile. Definition: Accumulate.C:44 int bin_end The last bin in the selected range. Definition: PeakCumulative.h:114 PeakCumulative * clone() const Return new copy of self. Definition: PeakCumulative.C:37 bool get_choose() const Get the choose. Definition: PeakCumulative.C:70 const float * get_amps() const Return a pointer to the amplitudes array. Definition: ProfileAmps.C:141 float get_threshold() const Get the threshold. Definition: PeakCumulative.C:56 PeakCumulative() Default constructor. Definition: PeakCumulative.C:24 void set_Profile(const Profile *) Set the profile from which the rise and fall will be computed. Definition: PeakCumulative.C:42 bool built Flag set when the rise and fall are computed. Definition: PeakCumulative.h:105 const BaselineEstimator * get_baseline_estimator() const Get the BaselineEstimator used to find the off-pulse phase bins. Definition: PeakCumulative.C:84 void build() Compute the rise and fall of the pulse. Definition: PeakCumulative.C:104 int bin_start The first bin in the selected range. Definition: PeakCumulative.h:111 void set_baseline(double) Set the baseline. Definition: Accumulate.C:34 void set_baseline_estimator(BaselineEstimator *) Set the BaselineEstimator used to find the off-pulse phase bins. Definition: PeakCumulative.C:76 void set_range(int bin_start, int bin_end) Set the start and end bins of the search. Definition: PeakCumulative.C:96 Reference::To< BaselineEstimator > baseline_estimator The BaselineEstimator used to find the off-pulse phase bins. Definition: PeakCumulative.h:124 bool range_specified Set true when range is specified. Definition: PeakCumulative.h:117 void set_choose(bool choose) Set the choose. Definition: PeakCumulative.C:62 TextInterface::Parser * get_interface() Return a text interface that can be used to configure this instance. Definition: PeakCumulative.C:252 ProfileWeight algorithms that compute profile baselines. Definition: BaselineEstimator.h:24 Generated using doxygen 1.8.17
|