Ask a Question | Search PSRCHIVE: |
![]()
|
ShiftEstimator.h virtual double get_snr() const Return the profile S/N ratio. Definition ShiftEstimator.h:38 virtual ShiftEstimator * clone() const =0 Return a copy constructed instance of self. virtual double get_reduced_chisq() const Return the statistical goodness of fit. Definition ShiftEstimator.h:35 virtual TextInterface::Parser * get_interface()=0 Return a text interface that can be used to configure this instance. virtual Estimate< double > get_shift() const =0 Return the shift estimate. virtual void preprocess(Archive *) Prepare the data for use. Definition ShiftEstimator.C:45 virtual std::string get_name() const Return a name that can be subsituted for the template/standard. Definition ShiftEstimator.h:47 static ShiftEstimator * factory(const std::string &name_and_parse) Construct a new ShiftEstimator from a string. Definition ShiftEstimator.C:26 virtual std::string get_interface_name() const Generated using doxygen 1.14.0
|