Ask a Question | Search PSRCHIVE: |
![]()
|
Feed.h Estimate< double > get_ellipticity(unsigned ireceptor) const Get the ellipticity, , of the specified receptor in radians. Definition Feed.C:159 void parse(const std::string &line) Parse a feed parameter from a line of text. Definition Feed_load.C:23 void set_orientation(unsigned ireceptor, const Estimate< double > &theta) Set the orientation, , of the specified receptor (radians) Definition Feed.C:165 Feed & operator=(const Feed &feed) Assignment Operator. Definition Feed.C:81 void set_ellipticity(unsigned ireceptor, const Estimate< double > &chi) Set the ellipticity, , of the specified receptor in radians. Definition Feed.C:149 Estimate< double > get_orientation(unsigned ireceptor) const Get the orientation, , of the specified receptor (radians) Definition Feed.C:175 MEAL::Rotation1 * get_ellipticity_transformation(unsigned receptor) Get the ellipticity tranformation for the specified receptor. Definition Feed.C:189 void set_cyclic(bool flag=true) Enforce cyclical limits on parameters. Definition Feed.C:95 Reference::To< MEAL::Rotation1 > orientation[2] The receptor orientation tranformations. Definition Feed.h:82 std::string get_name() const Return the name of the class. Definition Feed.C:144 MEAL::Rotation1 * get_orientation_transformation(unsigned receptor) Get the orientation tranformation for the specified receptor. Definition Feed.C:182 Reference::To< MEAL::Rotation1 > ellipticity[2] The receptor ellipticity tranformations. Definition Feed.h:85 void load(const std::string &filename) Parse the feed parameters from the specified file. Definition Feed_load.C:16 Generated using doxygen 1.14.0
|