empyrean.ConstantRTN¶
- class ConstantRTN(alpha_rad, beta_rad)[source]
Bases:
objectConstant RTN steering angles relative to the arc’s central body.
The thrust direction is
where is the in-plane angle (radial toward transverse) and is the out-of-plane angle (toward orbit normal).
Methods
__init__(alpha_rad, beta_rad)Attributes
alpha_radIn-plane angle from radial toward transverse (radians).
beta_radOut-of-plane angle toward orbit normal (radians).
- alpha_rad: float
In-plane angle from radial toward transverse (radians).
- beta_rad: float
Out-of-plane angle toward orbit normal (radians).