Ask a Question | Search PSRCHIVE: |
Home
|
LastHarmonic.h 104 }
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 bool built Flag set when the rise and fall are computed. Definition: LastHarmonic.h:92 Reference::To< BaselineEstimator > baseline_estimator The estimator used to find the off-pulse phase bins. Definition: LastHarmonic.h:98 const BaselineEstimator * get_baseline_estimator() const Get the BaselineEstimator used to find the off-pulse phase bins. Definition: LastHarmonic.C:92 LastSignificant significant The algorithm used to find the last signficant harmonic. Definition: LastHarmonic.h:104 unsigned get_last_harmonic() const Get the index of the last significant harmonic. Definition: LastHarmonic.C:75 void set_baseline_estimator(BaselineEstimator *) Set the BaselineEstimator used to find the off-pulse phase bins. Definition: LastHarmonic.C:84 void set_Profile(const Profile *psd) Set the flucuation power spectral density from which the last harmonic will be computed. Definition: LastHarmonic.C:37 Reference::To< PhaseWeight > baseline The basline returned by the estimator. Definition: LastHarmonic.h:101 float get_threshold() const Get the threshold. Definition: LastHarmonic.C:55 void set_threshold(float threshold) Set the threshold. Definition: LastHarmonic.C:43 Finds the last significant harmonic in a flucuation power spectral density. Definition: LastHarmonic.h:37 T get_value() const unsigned get_consecutive() const Get the number of consecutive points that must remain above threshold. Definition: LastHarmonic.C:69 void set_consecutive(unsigned consecutive) Set the number of consecutive points that must remain above threshold. Definition: LastHarmonic.C:60 TextInterface::Parser * get_interface() Return a text interface that can be used to configure this instance. Definition: LastHarmonic.C:170 LastHarmonic * clone() const Return new copy of self. Definition: LastHarmonic.C:31 Finds a baseline that contains gaussian white noise. Definition: ExponentialBaseline.h:24 void build() Compute the rise and fall of the pulse. Definition: LastHarmonic.C:108 ProfileWeight algorithms that compute profile baselines. Definition: BaselineEstimator.h:24 Generated using doxygen 1.8.17
|