Ask a Question | Search PSRCHIVE: |
Home
|
ProfileStatistic.h const float * get_amps() const Return a pointer to the amplitudes array. Definition: ProfileAmps.C:141 unsigned get_nbin() const Return the number of bins. Definition: ProfileAmps.h:50 Commmon statistics that can be derived from a pulse profile. Definition: ProfileStatistic.h:26 virtual ProfileStatistic * clone() const Derived types must also define clone method. Definition: ProfileStatistic.C:33 virtual double get(const Profile *) Derived types define the value returned. Definition: ProfileStatistic.C:27 static const std::vector< ProfileStatistic * > & children() Returns a list of available ProfileStatistic children. Definition: ProfileStatistic.C:64 ProfileStatistic(UnaryStatistic *) Construct from a UnaryStatistic. Definition: ProfileStatistic.C:20 static ProfileStatistic * factory(const std::string &name) Create a new instance of ProfileStatistic based on name. Definition: ProfileStatistic.C:75 static const std::vector< UnaryStatistic * > & children() Generated using doxygen 1.8.17
|