Ask a Question | Search PSRCHIVE: |
Home
|
Rotation1.h 91 }
Abstract base class implements parameter storage and access. Definition: OneParameter.h:26 void set_description(const std::string &_description) Set the description of the parameter. Definition: OneParameter.h:66 Estimate< double > get_phi() const Get the rotation angle in radians. Definition: Rotation1.C:82 void set_name(const std::string &_name) Set the name of the parameter. Definition: OneParameter.h:54 void set_phi(const Estimate< double > &radians) Set the rotation angle in radians. Definition: Rotation1.C:74 const ScalarMath sin(const ScalarMath &x) Return a ScalarMath instance representing sin(x) Definition: ScalarMath.C:160 Represents a rotation (passive unitary transformation) about a fixed axis. Definition: Rotation1.h:35 void print(std::string &text) const Print the values of model parameters and fit flags to a string. Definition: Rotation1.C:149 Namespace in which all modeling and calibration related code is declared. Definition: ExampleComplex2.h:16 void set_axis(const Vector< 3, double > &axis) Set the axis about which the rotation occurs. Definition: Rotation1.C:59 std::string get_name() const Return the name of the class. Definition: Rotation1.C:40 void calculate(Jones< double > &result, std::vector< Jones< double > > *) Calculate the Jones matrix and its gradient. Definition: Rotation1.C:98 Vector< 3, double > get_axis() const Get the axis about which the rotation occurs. Definition: Rotation1.C:68 void set_param_name(const std::string &name) Set the name of the parameter. Definition: Rotation1.C:45 Rotation1(const Vector< 3, double > &axis) Construct for the specified axis. Definition: Rotation1.C:21 const ScalarMath cos(const ScalarMath &x) Return a ScalarMath instance representing cos(x) Definition: ScalarMath.C:168 void parse(const std::string &line) Parse the values of model parameters and fit flags from a string. Definition: Rotation1.C:125 Vector< 3, double > axis The axis along which the rotation occurs. Definition: Rotation1.h:91 void set_param_description(const std::string &name) Set the description of the parameter. Definition: Rotation1.C:52 void set_parameter_policy(OneParameter *policy) Set the parameter management policy. Definition: Rotation1.C:87 Generated using doxygen 1.8.17
|