Ask a Question | Search PSRCHIVE: |
![]()
|
WidthEstimator.h Algorithms that estimate the width of the pulse profile. Definition WidthEstimator.h:27 virtual double get_width_turns(const Profile *profile)=0 Derived classes must implement this method. virtual Phase::Value get_width(const Profile *profile) Return the width of the pulse profile in turns. Definition WidthEstimator.C:21 virtual TextInterface::Parser * get_interface()=0 Return a text interface that can be used to configure this instance. static WidthEstimator * factory(const std::string &name_and_parse) Construct a new WidthEstimator from a string. Definition WidthEstimator.C:30 virtual WidthEstimator * clone() const =0 Return a copy constructed instance of self. Generated using doxygen 1.14.0
|