Ask a Question | Search PSRCHIVE: |
Home
|
T2Predictor.h Pulsar::Predictor * clone() const Return a new, copy constructed instance of self. Definition: T2Predictor.C:42 long double get_dispersion_constant() const Get the disersion constant. Definition: T2Predictor.C:178 void sanity_check(const char *context) const Perform a sanity check on the T2Predictor. Definition: T2Predictor.C:102 Pulsar::Generator * generator() const Return a new Generator set up to produce a new Predictor like self. Definition: T2Predictor.C:49 unsigned get_frequency_ncoeff() const Get the number of frequency coefficients. Definition: T2Predictor.C:69 long double get_freq_start() const Get the start frequency in MHz. Definition: T2Predictor.C:164 void keep(const std::vector< MJD > &epochs) Keep only the components required to span the given epochs. Definition: T2Predictor.C:130 void set_time_ncoeff(unsigned ncoeff) Set the number of time coefficients. Definition: T2Generator.C:147 void unload(FILE *) const Unload to an open stream. Definition: T2Predictor.C:351 long double frequency(const MJD &t) const Return the spin frequency, given the epoch. Definition: T2Predictor.C:316 std::string get_psrname() const Get the name of the pulsar. Definition: T2Predictor.C:150 long double get_segment_length() const Get the length of each polynomial segment in days. Definition: T2Predictor.C:77 void set_frequency_ncoeff(unsigned ncoeff) Set the number of frequency coefficients. Definition: T2Generator.C:153 long double get_observing_frequency() const Get the observing frequency at which phase and epoch are related. Definition: T2Predictor.C:248 MJD iphase(const Pulsar::Phase &phase, const MJD *guess) const Return the epoch, given the phase. Definition: T2Predictor.C:444 unsigned get_time_ncoeff() const Get the number of time coefficients. Definition: T2Predictor.C:61 Pulsar::Phase phase(const MJD &t) const Return the phase, given the epoch. Definition: T2Predictor.C:286 void set_segment_length(long double days) Set the length of each polynomial segment in days. Definition: T2Generator.C:159 std::string get_sitename() const Get the name of the observatory. Definition: T2Predictor.C:157 bool matches(const Pulsar::Predictor *) const Return true if the Predictor configuration matches this. Definition: T2Predictor.C:185 long double get_freq_end() const Get the end frequency in MHz. Definition: T2Predictor.C:171 Pulsar::Phase dispersion(const MJD &t, long double MHz) const Return the phase correction for dispersion delay. Definition: T2Predictor.C:330 void insert(const Pulsar::Predictor *) Add the information from the supplied predictor to self. Definition: T2Predictor.C:115 void set_observing_frequency(long double MHz) Set the observing frequency at which predictions will be made. Definition: T2Predictor.C:242 Generated using doxygen 1.8.17
|