PSRCHIVE
| Ask a Question | Search PSRCHIVE: |
Home
|
Instrument.h Interface to transformations that have a feed rotation that can be offset. Definition HasOrientation.h:20 std::string get_name() const Return the name of the class. Definition Instrument.C:67 Reference::To< MEAL::ScalarParameter > orientations ScalarParameter used to bind orientations. Definition Instrument.h:120 void set_orientation(unsigned ireceptor, const Estimate< double > &theta) Set the orientation, , of the specified receptor in radians. Definition Instrument.C:99 MEAL::ScalarParameter * get_ellipticities() Return the single model parameter that constrains both ellipticities. Definition Instrument.h:53 void offset_orientation(double delta_rad) override Offset the rotation of the feed about the line of sight by delta, in radians. Definition Instrument.C:193 const Feed * get_feed() const Provide access to the Feed model. Definition Instrument.C:182 Estimate< double > get_ellipticity(unsigned ireceptor) const Get the ellipticity, , of the specified receptor in radians. Definition Instrument.C:82 unsigned get_ellipticity_index(unsigned receptor) const Get the index of the ellipticity parameter for the specified receptor. Definition Instrument.C:90 Estimate< double > get_orientation() const override Get the rotation of the feed about the line of sight, in radians. Definition Instrument.C:187 const Instrument & operator=(const Instrument &s) Assignment Operator. Definition Instrument.C:45 void equal_ellipticities() Model the ellipticities of both receptors using the same value. Definition Instrument.C:118 void independent_ellipticities() Model the ellipticities of the receptors using independent values. Definition Instrument.C:128 void set_cyclic(bool flag=true) Set cyclical limits on the model parameters. Definition Instrument.C:166 void set_ellipticity(unsigned ireceptor, const Estimate< double > &chi) Set the ellipticity, , of the specified receptor in radians. Definition Instrument.C:109 Reference::To< MEAL::ScalarParameter > ellipticities ScalarParameter used to bind ellipticities. Definition Instrument.h:117 void set_constant_orientation(bool) Fix the orientation of the frontend. Definition Instrument.C:172 bool has_equal_ellipticities() const Return true if both ellipticities are constrained by a single parameter. Definition Instrument.h:56 void equal_orientations() Model the orientations of both receptors using the same value. Definition Instrument.C:146 Reference::To< MEAL::ChainRule< MEAL::Complex2 > > feed_chain ChainRule used to bind Feed parameters. Definition Instrument.h:114 Generated using doxygen 1.14.0
|