See: Description
Interface | Description |
---|---|
AttitudeBuilder |
This interface represents a builder for attitude.
|
AttitudeProvider |
This interface represents an attitude provider model set.
|
AttitudeProviderModifier |
This interface represents an attitude provider that modifies/wraps another underlying provider.
|
AttitudesSequence.SwitchHandler |
Interface for attitude switch notifications.
|
BoundedAttitudeProvider |
This interface is intended for attitude ephemerides valid only during a time range.
|
Class | Description |
---|---|
AggregateBoundedAttitudeProvider |
A
BoundedAttitudeProvider that covers a larger time span from several constituent
attitude providers that cover shorter time spans. |
Attitude |
This class handles attitude definition at a given date.
|
AttitudesSequence |
This classes manages a sequence of different attitude providers that are activated
in turn according to switching events.
|
BodyCenterPointing |
This class handles body center pointing attitude provider.
|
CelestialBodyPointed |
This class handles a celestial body pointed attitude provider.
|
FieldAttitude<T extends CalculusFieldElement<T>> |
This class handles attitude definition at a given date.
|
FixedFrameBuilder |
Builder that assumes angular coordinates are given in a fixed frame.
|
FixedRate |
This class handles a simple attitude provider at constant rate around a fixed axis.
|
GroundPointing |
Base class for ground pointing attitude providers.
|
InertialProvider |
This class handles an attitude provider aligned with a frame or a fixed offset to it.
|
LofOffset |
Attitude law defined by fixed Roll, Pitch and Yaw angles (in any order)
with respect to a local orbital frame.
|
LofOffsetPointing |
This class provides a default attitude provider.
|
NadirPointing |
This class handles nadir pointing attitude provider.
|
SpinStabilized |
This class handles a spin stabilized attitude provider.
|
TabulatedLofOffset |
This class handles an attitude provider interpolating from a predefined table
containing offsets from a Local Orbital Frame.
|
TabulatedProvider |
This class handles an attitude provider interpolating from a predefined table.
|
TargetPointing |
This class handles target pointing attitude provider.
|
YawCompensation |
This class handles yaw compensation attitude provider.
|
YawSteering |
This class handles yaw steering law.
|
Some force models such as the atmospheric drag or the maneuvers need to
know the spacecraft orientation in inertial frame. OREKIT uses a simple
container for Attitude
which
includes both the geometric part (i.e. rotation) and the kinematic part
(i.e. the instant spin axis). The components hold by this container
allow to convert vectors from inertial frame to spacecraft frame along
with their derivatives. This container is similar in spirit to the various
extensions of the abstract Orbit
class:
it represents a state at a specific instant.
Several classical attitude laws are already provided in this package.
One special implementation is the AttitudesSequence
class which
handle a set of laws, only one of which being active at any time. The
active law changes as switch events are triggered.
Copyright © 2002-2022 CS GROUP. All rights reserved.