Observer Locations (m4opt.observer)#

m4opt.observer Package#

Classes#

EarthFixedObserverLocation(*args, **kwargs)

An observer at a fixed location on the surface of the Earth.

ObserverLocation()

Base class for an Earth satellite with a specified orbit.

SpiceObserverLocation(target, *kernels)

A satellite whose orbit is specified by Spice kernels.

TleObserverLocation(line1, line2)

An Earth satellite whose orbit is specified by its two-line element (TLE).

Class Inheritance Diagram#

Inheritance diagram of m4opt.observer._earth_fixed.EarthFixedObserverLocation, m4opt.observer._core.ObserverLocation, m4opt.observer._spice.SpiceObserverLocation, m4opt.observer._tle.TleObserverLocation