astro.maneuvers#

A set of burns which may be scheduled for satellites. Note that ContinuousBurn is a base class template and should never be instantiated directly. Instead instantiate its children.

ImpulsiveBurn

A burn whose impulse is delivered instantaneously, obeying the impulsive thrust assumption.

ContinuousBurn

The base class for all burns whose acceleration is delivered over a continuous.rst period of time.

ConstantContinuousBurn

Continuous burn where the supplied thrust is constant.

LookupContinuousBurn

Continuous burn where a time-varying thrust is interpolated from a lookup table.

FunctionContinuousBurn

Continuous burn where a time-varying thrust is interpolated from a lookup table.