Ask a Question | Search PSRCHIVE: |
Home
|
Receiver.h 249 };
void set_nrcvr(const int s_nrcvr) Set the number of receptors. Definition: Receiver.h:97 bool get_basis_corrected() const Return true when receptor basis has been corrected. Definition: Receiver.h:165 void add(T(P::*get)() const, const char *name, const char *description=0) void phase(Profile *input) Compute the phase of the input complex-valued Profile. Definition: Fourier.C:135 const Receiver & operator=(const Receiver &extension) Operator =. Definition: Receiver.C:61 Angle get_field_orientation() const Get the orientation of the equal in-phase electric field vector. Definition: Receiver.C:128 The internal state of the Receiver Extension class. Definition: Receiver.h:194 void set_Y_offset(const Angle &offset) Set the offset of the feed Y axis from its nominal value. Definition: Receiver.C:149 TextInterface::Parser * get_interface() Return a text interfaces that can be used to access this instance. Definition: Receiver.C:285 void set_hand(Signal::Hand) Set the hand of the basis. Definition: Receiver.C:112 std::string get_short_name() const Return an abbreviated name that can be typed relatively quickly. Definition: Receiver.h:59 std::string get_name() const Get the name of the receiver. Definition: Receiver.h:90 void set_basis(Signal::Basis basis) Set the basis of the feed receptors. Definition: Receiver.C:97 void set_name(const std::string &_name) Set the name of the receiver. Definition: Receiver.h:92 bool get_projection_corrected() const Return true when receptor projection onto sky has been corrected. Definition: Receiver.h:170 virtual Angle get_orientation() const =0 Get the orientation of the basis about the line of sight. Tracking Different modes of feed rotational tracking. Definition: Receiver.h:70 Stores receptor basis, hand, and orientation, and calibrator phase. Definition: Receiver_Native.h:24 Angle get_Y_offset() const Get the offset of the feed Y axis from its nominal value. Definition: Receiver.C:154 Contains information about the receiver and receiver platform. Definition: Receiver.h:28 virtual void set_instance(C *c) std::string get_tracking_mode_string() const Return a string that describes the tracking mode. Definition: Receiver.C:84 Angle get_tracking_angle() const Get the position angle tracked by the receiver. Definition: Receiver.h:85 Signal::Basis get_basis() const Get the basis of the feed receptors. Definition: Receiver.h:100 Stokes< double > get_reference_source() const Return the Stokes parameters of the reference source. Definition: Receiver.C:220 bool match(const Receiver *receiver, std::string &reason) const Return true if the receiver configurations match. Definition: Receiver.C:182 void set_projection_corrected(bool val) Set true when receptor projection onto sky has been corrected. Definition: Receiver.h:172 float get_atten_a() const Get the attenuator, Poln A. Definition: Receiver.h:175 virtual Signal::Basis get_basis() const =0 Get the basis of the feed receptors. Hand void set_calibrator_offset(const Angle &offset) Set the offset of the feed calibrator axis from its nominal value. Definition: Receiver.C:164 Angle get_calibrator_offset() const Get the offset of the feed calibrator axis from its nominal value. Definition: Receiver.C:169 bool projection_corrected Flag set when platform to sky transformation has been corrected. Definition: Receiver.h:249 void set_basis_corrected(bool) Set true when receptor basis has been corrected. Definition: Receiver.C:174 void set_field_orientation(const Angle &celestial_position_angle) Set the orientation of the equal in-phase electric field vector. Definition: Receiver.C:123 void set_atten_b(float atten) Set the attenuator, Poln B. Definition: Receiver.h:182 Stores the X and Y receptor and calibrator orientations. Definition: Receiver_Linear.h:24 Angle get_X_offset() const Get the offset of the feed X axis with respect to the platform zero. Definition: Receiver.C:140 void parse(std::string text) Parses the value of a Receiver attribute from a string. Definition: Receiver_load.C:38 void set_reference_source_phase(const Angle &phase) Set the phase of the reference source. Definition: Receiver.C:118 void set_atten_a(float atten) Set the attenuator, Poln A. Definition: Receiver.h:177 virtual std::string get_interface_name() const static Receiver * new_Receiver(const std::string &text) Construct a new Receiver instance from a string. Definition: Receiver_load.C:30 Tracking get_tracking_mode() const Get the tracking mode of the receiver platform. Definition: Receiver.h:80 static unsigned verbose A verbosity flag that can be set for debugging purposes. Definition: IntegrationManager.h:38 void set_X_offset(const Angle &offset) Set the offset of the feed X axis with respect to the platform zero. Definition: Receiver.C:135 Basis void set_tracking_angle(const Angle &angle) Get the position angle tracked by the receiver. Definition: Receiver.h:87 void set_tracking_mode(Tracking mode) Set the tracking mode of the receiver platform. Definition: Receiver.h:82 Angle tracking_angle The rotation angle tracked by the feed. Definition: Receiver.h:237 Angle get_orientation() const Get the orientation of the basis about the line of sight. Definition: Receiver.h:112 bool basis_corrected Flag set when the offset of the feed has been corrected. Definition: Receiver.h:243 Angle get_reference_source_phase() const Get the phase of the reference source. Definition: Receiver.h:122 void set_orientation(const Angle &celestial_position_angle) Set the orientation of the basis about the line of sight. Definition: Receiver.C:105 float get_atten_b() const Get the attenuator, Poln B. Definition: Receiver.h:180 Tracking tracking_mode The tracking mode of the receiver platform. Definition: Receiver.h:233 Signal::Hand get_hand() const Get the hand of the basis. Definition: Receiver.h:117 static Receiver * load(const std::string &filename) Construct a new Receiver instance from a file. Definition: Receiver_load.C:15 virtual Angle get_reference_source_phase() const =0 Get the phase of the reference source. Generated using doxygen 1.8.17
|