Ask a Question | Search PSRCHIVE: |
![]()
|
ArrivalTime.h MeanArrivalTime * get_mean_estimator() const Get the algorithm used to estimate the phase shift. Definition ArrivalTime.C:87 virtual void set_observation(const Archive *) Set the observation from which the arrival times will be derived. Definition ArrivalTime.C:56 Tempo::toa::Format format the output TOA format Definition ArrivalTime.h:135 void set_flux_estimator(Flux *) Set method for computing flux density of profiles. Definition ArrivalTime.C:93 std::string get_value(const std::string &key, const Tempo::toa &) Get auxilliary information. Definition ArrivalTime.C:659 virtual void set_standard(const Archive *) Set the standard/template used by some phase shift estimators. Definition ArrivalTime.C:62 Reference::To< const Archive > standard The standard to which observations are fit. Definition ArrivalTime.h:117 void set_positive_shifts(bool flag) Output only arrival times that are greater than reference time. Definition ArrivalTime.h:88 void set_format(Tempo::toa::Format) Set the format of the output time-of-arrival estimates. Definition ArrivalTime.C:129 void get_toas(std::vector< Tempo::toa > &) Add to the vector of time-of-arrival estimates. Definition ArrivalTime.C:169 void set_residual(Archive *res) Set the archive that will store residual profiles. Definition ArrivalTime.h:100 void set_mean_estimator(MeanArrivalTime *) Set the algorithm used to estimate the average arrival time. Definition ArrivalTime.C:81 void get_subband_toas(const Integration *subint, std::vector< Tempo::toa > &toas) Adds to the vector of toas. Definition ArrivalTime.C:227 ShiftEstimator * get_shift_estimator() const Get the algorithm used to estimate the phase shift. Definition ArrivalTime.C:75 void set_shift_estimator(ShiftEstimator *) Set the algorithm used to estimate the phase shift. Definition ArrivalTime.C:69 bool skip_bad when true, skip data with zero weight Definition ArrivalTime.h:149 Reference::To< Archive > residual The residual pulse profiles (transformed observation minus standard) Definition ArrivalTime.h:123 bool positive_shifts when true, output arrival times that are always later than phase bin zero Definition ArrivalTime.h:152 double get_reference_frequency(const Integration *subint, unsigned ichan) const Get the reference frequency for the specified channel. Definition ArrivalTime.C:205 void set_format_flags(const std::string &) Set additional format flags. Definition ArrivalTime.C:135 void set_attributes(const std::vector< std::string > &) Set additional attributes. Definition ArrivalTime.C:141 Reference::To< const Backend > backend Any backend delay correction, if known. Definition ArrivalTime.h:120 void set_skip_bad(bool flag) Skip data with zero weight. Definition ArrivalTime.h:85 std::string format_flags additional format-specific flags Definition ArrivalTime.h:138 Reference::To< const Archive > observation The observation to be fit to the standard. Definition ArrivalTime.h:114 std::string extra_text additional TOA line text Definition ArrivalTime.h:141 virtual void dress_toas(unsigned subint, std::vector< Tempo::toa > &toas) add any additional information as requested Definition ArrivalTime.C:393 Flux * get_flux_estimator() const Get flux density esimtaor. Definition ArrivalTime.C:99 void set_extra_text(const std::string &) Set additional TOA text (only used in tempo2 format) Definition ArrivalTime.C:163 virtual void preprocess(Archive *archive) Prepare the data for use. Definition ArrivalTime.C:50 Archive * get_residual() Get the archive of residual profiles. Definition ArrivalTime.h:103 std::vector< std::string > attributes for formats that support it, a list of attributes to add Definition ArrivalTime.h:144 static Option< std::string > default_format default TOA output format Definition ArrivalTime.h:132 Array of Profiles integrated over the same time interval. Definition Integration.h:37 Computes inverse-variance weighted mean frequency and arrival time, with optional delta-DM. Definition MeanArrivalTime.h:24 Algorithms that estimate the phase shift from a single pulse profile. Definition ProfileShiftEstimator.h:21 Format Generated using doxygen 1.14.0
|