SatelliteObserver#
- class pycraf.satellite.SatelliteObserver(obs_location)[source]#
Bases:
object
Calculate position of a satellite relative to an observer on Earth.
- Parameters:
- obs_location
EarthLocation
ortuple
Location of observer.
This must be in a form that can be casted to
EarthLocation
.
- obs_location
- Returns:
- sat_obs
SatelliteObserver
instance
- sat_obs
Methods Summary
azel_from_sat
(satellite_or_tle, obstime)- Parameters:
Methods Documentation