ostk.astrodynamics.data.provider.compute_off_nadir_angles¶
- compute_off_nadir_angles(
- state: ostk.astrodynamics.trajectory.State,
- target_position: ostk.physics.coordinate.Position,
Compute the along-track, cross-track and total off-nadir angle between the satellite and the target.
The along-track angle is the angle between the nadir vector [Z] and the projection of the satellite->target vector onto the plane defined by the satellite local horizontal (velocity vector in circular orbits) [X] and the nadir vector [Z].
The cross-track angle is the angle between the nadir vector [Z] and the projection of the satellite->target vector onto the plane defined by the negative orbital momentum vector [Y] and the nadir vector [Z].
The total off-nadir angle is the angle between the nadir vector [Z] and the satellite->target vector.