ostk.astrodynamics.display.AccessesPlot¶
- class AccessesPlot(
- earth: Celestial,
- interval: RealInterval,
- trajectory_step: Duration,
- access_step: Duration,
- ground_station_lla: LLA,
- color: str,
- interval: RealInterval,
Bases:
object
Accesses plot. Display a 2D world map, with 1 ground station and multiple satellites, highlighting the accesses.
Methods
Add a satellite trajectory to the plot, including a highligh ot the interference accesses.
Display the figure.
- add_satellite(
- trajectory: Trajectory,
- accesses: list[Access],
- rgb: list[int],
- accesses: list[Access],
Add a satellite trajectory to the plot, including a highligh ot the interference accesses.
- show()¶
Display the figure.