Ask a Question | Search PSRCHIVE: |
![]()
|
SingleAxis.h void solve(const std::vector< Estimate< double > > &output) Solve for gain, boost, and rotation given output cal state. Definition SingleAxis.C:175 void invert() Invert the transformation represented by this instance. Definition SingleAxis.C:271 MEAL::Rotation1 * get_rotation_transformation() Get the rotation transformation. Definition SingleAxis.C:314 Reference::To< MEAL::Rotation1 > rotation Rotation Complex2. Definition SingleAxis.h:129 Vector< 3, double > get_axis() const Get the unit-vector along which the boost and rotation occur. Definition SingleAxis.C:138 SingleAxis * clone() const override Clone operator. Definition SingleAxis.C:72 void set_gain(const Estimate< double > &gain) Set the instrumental gain, , in calibrator flux units. Definition SingleAxis.C:110 void set_cyclic(bool flag=true) Set cyclical bounds on the differential phase. Definition SingleAxis.C:143 Reference::To< MEAL::Gain< Complex2 > > gain Gain Complex2. Definition SingleAxis.h:123 Estimate< double > get_gain() const Get the instrumental gain, , in calibrator flux units. Definition SingleAxis.C:84 MEAL::Boost1 * get_boost_transformation() Get the boost transformation. Definition SingleAxis.C:308 Estimate< double > get_diff_phase() const Get the differential phase, , in radians. Definition SingleAxis.C:96 const SingleAxis & operator*=(const SingleAxis &other) Combine the transformation from other into this instance. Definition SingleAxis.C:284 Reference::To< MEAL::Boost1 > boost Boost Complex2. Definition SingleAxis.h:126 void set_diff_gain(const Estimate< double > &gamma) Set the differential gain, , in hyperbolic radians. Definition SingleAxis.C:117 Estimate< double > get_diff_gain() const Get the differential gain, , in hyperbolic radians. Definition SingleAxis.C:90 void set_diff_phase(const Estimate< double > &phi) Set the differential phase, , in radians. Definition SingleAxis.C:124 void set_axis(const Vector< 3, double > &axis) Set the axis along which the boost and rotation occur. Definition SingleAxis.C:131 std::string get_name() const Return the name of the class. Definition SingleAxis.C:78 MEAL::Gain< Complex2 > * get_gain_transformation() Get the gain transformation. Definition SingleAxis.C:302 const SingleAxis & operator=(const SingleAxis &s) Assignement Operator. Definition SingleAxis.C:60 Generated using doxygen 1.14.0
|