Class MEAL::OrthoRVM
-
class OrthoRVM : public MEAL::RVM
Orthometric Rotating Vector Model (RVM).
Public Functions
-
OrthoRVM()
Default constructor.
-
~OrthoRVM()
Destructor.
-
void set_line_of_sight(double radians)
colatitude of line of sight with respect to spin axis
-
virtual std::string get_name() const
Return the name of the class.
Public Members
-
Reference::To<ScalarParameter> kappa
kappa = 1/(dPsi/dphi) (inverse of slope at magnetic meridian)
-
Reference::To<ScalarParameter> lambda
lambda = cot(zeta) (cotangent of colatitude of the line of sight)
-
OrthoRVM()