ObserverLocation#

class m4opt.observer.ObserverLocation[source] [edit on github]#

Bases: ABC

Base class for an Earth satellite with a specified orbit.

Methods Summary

__call__(time)

Get the position and velocity of the satellite.

Methods Documentation

abstractmethod __call__(time)[source] [edit on github]#

Get the position and velocity of the satellite.

Parameters:

time (Time) – The time of the observation.

Returns:

The Earth-relative coordinates of the satellite.

Return type:

EarthLocation