Ask a Question | Search PSRCHIVE: |
![]()
|
Generator.h Interprets configuration strings into the default generator. Definition GeneratorInterpreter.h:22 static Configuration::Parameter< Generator * > & get_default_generator() Default generator of new predictors. virtual void set_frequency_span(long double low, long double high)=0 Set the range of frequencies over which to generate. virtual void set_time_span(const MJD &start, const MJD &finish)=0 Set the range of epochs over which to generate. static Generator * factory(const Parameters *) Return a pointer to a new Generator that can best handle the parameters. Definition Generator_factory.C:63 virtual void set_parameters(const Parameters *)=0 Set the parameters used to generate the predictor. virtual Generator * clone() const =0 Return a new, copy constructed instance of self. virtual void set_site(const std::string &)=0 Set the site at which the signal is observed. static Generator * get_default() Return a pointer to a new Generator of the default derived type. Definition Generator_default.C:58 Storage of pulsar parameters used to create a Predictor. Definition Parameters.h:23 Generated using doxygen 1.14.0
|