SatelliteCameraViewer.SatelliteCamera.SatelliteOrbit module

SatelliteOrbit

Satellite orbit from TLE

class SatelliteCameraViewer.SatelliteCamera.SatelliteOrbit.SatelliteOrbit[source]

Bases: object

Attributes:
tle

Methods

eci_position_vector(obs_time)

Returns ECI (Earth-Centered Inertial) position (km) at UTC time obs_time.

eci_velocity_vector(obs_time)

Returns ECI (Earth-Centered Inertial) velocity (km/s) at UTC time obs_time.

eci_position_vector(obs_time: datetime)[source]

Returns ECI (Earth-Centered Inertial) position (km) at UTC time obs_time.

eci_velocity_vector(obs_time: datetime)[source]

Returns ECI (Earth-Centered Inertial) velocity (km/s) at UTC time obs_time.

tle: list = None