Ask a Question | Search PSRCHIVE: |
Home
|
Predict.h void set_asite(char code) Set the observatory site code. Definition: Predict.C:77 const std::string & get_directory() const Return the temporary directory name. Definition: TemporaryDirectory.C:35 bool verify Verify the time spanned by polynomial ephemerides. Definition: Predict.h:123 void set_site(const std::string &) Set the site at which the signal is observed. Definition: Predict.C:72 Working directory in which only one process may operate at one time. Definition: DirectoryLock.h:18 void set_ncoef(unsigned ncoef) Set the number of coefficients per polynomial ephemeris. Definition: Predict.C:121 void set_nspan(unsigned minutes) Set the time spanned by each polynomial ephemeris. Definition: Predict.C:104 void set_time_span(const MJD &start, const MJD &finish) Set the range of epochs over which to generate. Definition: Predict.C:59 Pulsar::Predictor * generate() const Return a new Predictor instance. Definition: Predict.C:244 static Configuration::Parameter< double > & get_maximum_rms() The maximum rms allowed, in turns. unsigned ncoef The number of coefficients per polynomial ephemeris. Definition: Predict.h:114 void set_verify(bool verify) Set flag to verify time spanned by polynomial ephemerides. Definition: Predict.C:184 static Configuration::Parameter< unsigned > & get_minimum_nspan() The minimum value of nspan allowed. unsigned maxha The maximum hour angle of observations in hours. Definition: Predict.h:108 char code(const std::string &telescope_name) Convert a telescope name to a single-character tempo code. Definition: tempo++.C:167 Type * release() Return the pointer and unhook without deleting the object. Definition: ReferenceTo.h:218 void set_maxha(unsigned hours) Set the maximum hour angle of observations. Definition: Predict.C:96 polyco generate_work() const Does the work for the two different interfaces. Definition: Predict.C:254 Uses tempo orediction mode to produce polynomial ephemerides (polyco) Definition: Predict.h:26 void set_parameters(const Pulsar::Parameters *) Set the parameters used to generate the predictor. Definition: Predict.C:130 void set_frequency(double MHz) Set the observing frequency. Definition: Predict.C:88 Reference::To< const Pulsar::Parameters > parameters The pulsar parameters. Definition: Predict.h:117 Stores pulsar parameters as uninterpreted text. Definition: TextParameters.h:24 std::string get_value(const std::string &keyword) const Retrieve a string from the text. Definition: TextParameters.C:85 void set_frequency_span(long double low, long double high) Set the range of frequencies over which to generate. Definition: Predict.C:66 Predict * clone() const Return a new, copy constructed instance of self. Definition: Predict.C:53 polyco get_polyco(const MJD &m1, const MJD &m2) Returns a polyco valid over the range in MJD specified by m1 and m2. Definition: Predict.C:235 void write_tzin() const Write the tz.in file according to the tempo definition. Definition: Predict.C:207 virtual std::string get_name() const Return the pulsar name. Definition: Parameters.C:34 Creates a temporary directory for the current user. Definition: TemporaryDirectory.h:17 void tempo(const std::string &arguments, const std::string &input) Run tempo using the given arguments and input. Definition: tempo++.C:140 Storage of pulsar parameters used to create a Predictor. Definition: Parameters.h:28 unsigned nspan The time spanned by each polynomial ephemeris in minutes. Definition: Predict.h:111 Definition: DirectoryLock.h:70 Generated using doxygen 1.8.17
|