PSRCHIVE
| Ask a Question | Search PSRCHIVE: |
Home
|
LastHarmonic.h ProfileWeight algorithms that compute profile baselines. Definition BaselineEstimator.h:19 const BaselineEstimator * get_baseline_estimator() const Get the BaselineEstimator used to find the off-pulse phase bins. Definition LastHarmonic.C:92 void set_baseline_estimator(BaselineEstimator *) Set the BaselineEstimator used to find the off-pulse phase bins. Definition LastHarmonic.C:84 Reference::To< BaselineEstimator > baseline_estimator The estimator used to find the off-pulse phase bins. Definition LastHarmonic.h:93 bool built Flag set when the rise and fall are computed. Definition LastHarmonic.h:87 float get_threshold() const Get the threshold. Definition LastHarmonic.C:55 TextInterface::Parser * get_interface() Return a text interface that can be used to configure this instance. Definition LastHarmonic.C:170 void set_threshold(float threshold) Set the threshold. Definition LastHarmonic.C:43 Reference::To< PhaseWeight > baseline The basline returned by the estimator. Definition LastHarmonic.h:96 LastSignificant significant The algorithm used to find the last signficant harmonic. Definition LastHarmonic.h:99 unsigned get_consecutive() const Get the number of consecutive points that must remain above threshold. Definition LastHarmonic.C:69 LastHarmonic * clone() const Return new copy of self. Definition LastHarmonic.C:31 void set_Profile(const Profile *psd) Set the flucuation power spectral density from which the last harmonic will be computed. Definition LastHarmonic.C:37 void get_indeces(int &rise, int &fall) const Get the harmonic indeces of the rise and fall (rise always equals 1) Definition LastHarmonic.C:142 void set_consecutive(unsigned consecutive) Set the number of consecutive points that must remain above threshold. Definition LastHarmonic.C:60 unsigned get_last_harmonic() const Get the index of the last significant harmonic. Definition LastHarmonic.C:75 void build() Compute the rise and fall of the pulse. Definition LastHarmonic.C:108 Generated using doxygen 1.14.0
|