Ask a Question | Search PSRCHIVE: |
Home
|
ArchiveStatistic.h 64 }
static ArchiveStatistic * factory(const std::string &name) Create a new instance of ArchiveStatistic based on name. Definition: ArchiveStatistic.C:124 virtual void fclose() Close the file to which auxiliary data were printed. Definition: ArchiveStatistic.C:83 virtual TextInterface::Parser * get_interface()=0 Return a text interface that can be used to configure this instance. Type * get() const Commmon statistics that can be derived from an Archive. Definition: ArchiveStatistic.h:29 Commmon statistics that can be derived from a pulse profile. Definition: ProfileStatistic.h:26 virtual ArchiveStatistic * clone() const =0 Derived types must also define clone method. const Profile * get_Profile(const Archive *data, Index subint, Index pol, Index chan) Return the requested profile, cloning and integrating when needed. Definition: Index.C:24 virtual void set_file(FILE *f) Set the file to which auxiliary data will be printed. Definition: ArchiveStatistic.h:64 FILE * fptr File to which auxiliary data will be printed. Definition: ArchiveStatistic.h:43 ArchiveStatistic() Construct without a name and description. Definition: ArchiveStatistic.C:67 static const std::vector< BinaryStatistic * > & children() Generated using doxygen 1.8.17
|