PSRCHIVE
| Ask a Question | Search PSRCHIVE: |
Home
|
PeakCumulative.h HasBaselineEstimator() Default constructor. Definition HasBaselineEstimator.C:15 void set_range(int bin_start, int bin_end) Set the start and end bins of the search. Definition PeakCumulative.C:83 PeakCumulative * clone() const Return new copy of self. Definition PeakCumulative.C:37 float get_threshold() const Get the threshold. Definition PeakCumulative.C:56 void set_choose(bool choose) Set the choose. Definition PeakCumulative.C:62 void set_baseline_estimator(ProfileWeightFunction *) override Set the BaselineEstimator used to find the off-pulse phase bins. Definition PeakCumulative.C:76 int bin_start The first bin in the selected range. Definition PeakCumulative.h:102 int bin_end The last bin in the selected range. Definition PeakCumulative.h:105 PeakCumulative() Default constructor. Definition PeakCumulative.C:24 bool range_specified Set true when range is specified. Definition PeakCumulative.h:108 void build() Compute the rise and fall of the pulse. Definition PeakCumulative.C:91 bool built Flag set when the rise and fall are computed. Definition PeakCumulative.h:96 bool get_choose() const Get the choose. Definition PeakCumulative.C:70 void get_indeces(int &rise, int &fall) const Get the pulse phase bin indeces of the rise and fall. Definition PeakCumulative.C:212 TextInterface::Parser * get_interface() Return a text interface that can be used to configure this instance. Definition PeakCumulative.C:239 void set_Profile(const Profile *) Set the profile from which the rise and fall will be computed. Definition PeakCumulative.C:42 void set_threshold(float threshold) Set the threshold. Definition PeakCumulative.C:49 PhaseWeight algorithms that receive an input Profile. Definition ProfileWeightFunction.h:22 Generated using doxygen 1.14.0
|