PSRCHIVE
| Ask a Question | Search PSRCHIVE: |
Home
|
SNRatioEstimator.h Algorithms that estimate the signal-to-noise ratio of pulse profiles. Definition SNRatioEstimator.h:23 virtual SNRatioEstimator * clone() const =0 Return a copy constructed instance of self. static SNRatioEstimator * factory(const std::string &name_and_parse) Construct a new SNRatioEstimator from a string. Definition SNRatioEstimator.C:22 virtual TextInterface::Parser * get_interface()=0 Return a text interface that can be used to configure this instance. virtual float get_snr(const Profile *profile)=0 Return the signal to noise ratio. Generated using doxygen 1.14.0
|