Ask a Question | Search PSRCHIVE: |
Home
|
ModularSNR.h 59 };
void set_onpulse_estimator(ProfileWeightFunction *function) Set the function used to find the on-pulse. Definition: ModularSNR.C:43 TextInterface::Parser * get_interface() Return a text interface that can be used to configure this instance. Definition: ModularSNR.C:110 unsigned get_nbin() const Return the number of bins. Definition: ProfileAmps.h:50 float get_snr(const Profile *profile) Return the signal to noise ratio. Definition: ModularSNR.C:55 ModularSNR * clone() const Return a copy constructed instance of self. Definition: ModularSNR.C:116 Finds pulse defined by number of consecutive points above threshold. Definition: PeakConsecutive.h:31 Adaptively computes the baseline, assuming normally distributed noise. Definition: GaussianBaseline.h:70 Reference::To< ProfileWeightFunction > onpulse_estimator The function used to find the onpulse region. Definition: ModularSNR.h:62 PhaseWeight algorithms that receive an input Profile. Definition: ProfileWeightFunction.h:26 void set_baseline_estimator(ProfileWeightFunction *function) Set the function used to compute the baseline. Definition: ModularSNR.C:31 Reference::To< ProfileWeightFunction > baseline_estimator The function used to compute the baseline. Definition: ModularSNR.h:59 Calculates the S/N using an on-pulse and off-pulse ProfileWeightFunction. Definition: ModularSNR.h:26 Generated using doxygen 1.8.17
|