Ask a Question | Search PSRCHIVE: |
Home
|
Instrument.h void set_constant_orientation(bool) Fix the orientation of the frontend. Definition: Instrument.C:172 Reference::To< MEAL::ScalarParameter > ellipticities ScalarParameter used to bind ellipticities. Definition: Instrument.h:109 MEAL::ScalarParameter * get_ellipticities() Return the single model parameter that constrains both ellipticities. Definition: Instrument.h:57 Estimate< double > get_ellipticity(unsigned ireceptor) const Get the ellipticity, , of the specified receptor in radians. Definition: Instrument.C:82 void equal_ellipticities() Model the ellipticities of both receptors using the same value. Definition: Instrument.C:118 const Feed * get_feed() const Provide access to the Feed model. Definition: Instrument.C:177 void independent_ellipticities() Model the ellipticities of the receptors using independent values. Definition: Instrument.C:128 void set_orientation(unsigned ireceptor, const Estimate< double > &theta) Set the orientation, , of the specified receptor in radians. Definition: Instrument.C:99 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::ChainRule< MEAL::Complex2 > > feed_chain ChainRule used to bind Feed parameters. Definition: Instrument.h:106 void set_cyclic(bool flag=true) Set cyclical limits on the model parameters. Definition: Instrument.C:166 void set_model(T *model) T get_value() const void equal_orientations() Model the orientations of both receptors using the same value. Definition: Instrument.C:146 std::string get_name() const Return the name of the class. Definition: Instrument.C:67 const Instrument & operator=(const Instrument &s) Assignment Operator. Definition: Instrument.C:45 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(unsigned ireceptor) const Get the orientation, , of the specified receptor in radians. Definition: Instrument.C:73 Reference::To< Feed > feed Feed model: and . Definition: Instrument.h:103 Reference::To< MEAL::ScalarParameter > orientations ScalarParameter used to bind orientations. Definition: Instrument.h:112 bool has_equal_ellipticities() const Return true if both ellipticities are constrained by a single parameter. Definition: Instrument.h:60 Generated using doxygen 1.8.17
|