Ask a Question | Search PSRCHIVE: |
Home
|
Backend.h void add(T(P::*get)() const, const char *name, const char *description=0) Backend(const std::string &ext_name="Backend") Default constructor. Definition: Backend.C:11 bool get_corrected() const True if backend corrections were applied during calibration. Definition: Backend.C:131 void set_dispersion_measure(double measure) Set the auxiliary dispersion measure. Definition: AuxColdPlasmaMeasures.C:23 void set_corrected(bool corrected=true) True if backend corrections were applied during calibration. Definition: Backend.C:137 bool get_downconversion_corrected() const True if backend has compensated for lower sideband downconversion. Definition: Backend.C:119 void set_hand(Signal::Hand) Set the hand of the backend. Definition: Backend.C:101 void set_argument(Signal::Argument) Set the argument of the backend. Definition: Backend.C:113 bool downconversion_corrected True if backend has compensated for lower sideband downconversion. Definition: Backend.h:110 bool corrected True if backend corrections were applied during calibration. Definition: Backend.h:113 std::string get_short_name() const Return an abbreviated name that can be typed relatively quickly. Definition: Backend.h:49 virtual void set_instance(C *c) Signal::Hand get_hand() const Get the hand of the backend. Definition: Backend.C:95 double get_rotation_measure() const Get the auxiliary rotation measure. Definition: AuxColdPlasmaMeasures.C:41 void set_delay(const double set_delay) Set the delay. Definition: Backend.h:96 void set_name(const std::string &name) Set the name of the backend. Definition: Backend.C:89 std::string get_name() const Return the name of the Backend. Definition: Backend.C:83 Hand TextInterface::Parser * get_interface() Return a text interfaces that can be used to access this instance. Definition: Backend.C:77 void set_downconversion_corrected(bool corrected=true) True if backend has compensated for lower sideband downconversion. Definition: Backend.C:125 Argument double get_dispersion_measure() const Get the auxiliary dispersion measure. Definition: AuxColdPlasmaMeasures.C:29 const Backend & operator=(const Backend &) Operator =. Definition: Backend.C:31 void set_rotation_measure(double measure) Set the auxiliary rotation measure. Definition: AuxColdPlasmaMeasures.C:35 Signal::Argument get_argument() const Get the argument of the backend. Definition: Backend.C:107 Generated using doxygen 1.8.17
|