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