Ask a Question | Search PSRCHIVE: |
![]()
|
Backend.h Definition ArchiveExtension.h:24 TextInterface::Parser * get_interface() Return a text interfaces that can be used to access this instance. Definition Backend.C:77 const Backend & operator=(const Backend &) Operator =. Definition Backend.C:31 std::string get_short_name() const Return an abbreviated name that can be typed relatively quickly. Definition Backend.h:39 bool downconversion_corrected True if backend has compensated for lower sideband downconversion. Definition Backend.h:100 void set_name(const std::string &name) Set the name of the backend. Definition Backend.C:89 Signal::Hand get_hand() const Get the hand of the backend. Definition Backend.C:95 Backend(const std::string &ext_name="Backend") Default constructor. Definition Backend.C:11 void set_delay(const double set_delay) Set the delay. Definition Backend.h:86 Signal::Argument get_argument() const Get the argument of the backend. Definition Backend.C:107 void set_corrected(bool corrected=true) True if backend corrections were applied during calibration. Definition Backend.C:137 void set_downconversion_corrected(bool corrected=true) True if backend has compensated for lower sideband downconversion. Definition Backend.C:125 bool corrected True if backend corrections were applied during calibration. Definition Backend.h:103 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 get_downconversion_corrected() const True if backend has compensated for lower sideband downconversion. Definition Backend.C:119 std::string get_name() const Return the name of the Backend. Definition Backend.C:83 bool get_corrected() const True if backend corrections were applied during calibration. Definition Backend.C:131 Argument Hand Generated using doxygen 1.14.0
|