ostk.astrodynamics.utilities.compute_trajectory_geometry

compute_trajectory_geometry(
trajectory: ~ostk.astrodynamics.Trajectory,
interval: ~ostk.physics.time.Interval,
step: ~ostk.physics.time.Duration = 01:00.000.000.000,
) list[LLA]

Return list of LLA along a Trajectory during the Interval at the provided step.

Parameters:
  • trajectory (Trajectory) -- A trajectory.

  • interval (Interval) -- An interval.

  • step (Duration) -- A step. Defaults to 1.0 minutes.

Returns:

The list of LLA.

Return type:

list[LLA]