Ask a Question | Search PSRCHIVE: |
![]()
|
T2Generator.h Storage of pulsar parameters used to create a Predictor. Definition Parameters.h:23 void set_frequency_span(long double low, long double high) Set the range of frequencies over which to generate. Definition T2Generator.C:182 Pulsar::Predictor * generate() const Return a new Predictor instance. Definition T2Generator.C:216 static std::vector< std::string > & get_keywords() Return a list of keywords that are specific to tempo2. Definition T2Generator.C:40 static Configuration::Parameter< std::string > & get_keyword_filename() Name of file containing list of Tempo2 keywords. Generator * clone() const Return a new, copy constructed instance of self. Definition T2Generator.C:82 void set_time_ncoeff(unsigned ncoeff) Set the number of time coefficients. Definition T2Generator.C:195 void set_site(const std::string &) Set the site at which the signal is observed. Definition T2Generator.C:189 static bool print_time Print the time required to generate the predictor. Definition T2Generator.h:26 void set_parameters(const Pulsar::Parameters *) Set the parameters used to generate the predictor. Definition T2Generator.C:92 void set_time_span(const MJD &start, const MJD &finish) Set the range of epochs over which to generate. Definition T2Generator.C:175 Generator(const Pulsar::Parameters *parameters=0) Default constructor. Definition T2Generator.C:67 void set_segment_length(long double days) Set the length of each polynomial segment in days. Definition T2Generator.C:207 void set_frequency_ncoeff(unsigned ncoeff) Set the number of frequency coefficients. Definition T2Generator.C:201 Generated using doxygen 1.14.0
|