ostk.astrodynamics.display.AccessesPlot

class AccessesPlot(
earth: Celestial,
interval: RealInterval,
trajectory_step: Duration,
access_step: Duration,
ground_station_lla: LLA,
color: str,
)

Bases: object

Accesses plot. Display a 2D world map, with 1 ground station and multiple satellites, highlighting the accesses.

Methods

add_satellite

Add a satellite trajectory to the plot, including a highligh ot the interference accesses.

show

Display the figure.

add_satellite(
trajectory: Trajectory,
accesses: list[Access],
rgb: list[int],
) None

Add a satellite trajectory to the plot, including a highligh ot the interference accesses.

show()

Display the figure.