public class InertialProvider extends Object implements AttitudeProvider
Instances of this class are guaranteed to be immutable.
Constructor and Description |
---|
InertialProvider(Frame frame)
Creates new instance aligned with the given frame.
|
InertialProvider(Rotation rotation)
Creates new instance.
|
InertialProvider(Rotation rotation,
Frame reference)
Creates new instance with a fixed attitude in the given frame.
|
Modifier and Type | Method and Description |
---|---|
<T extends CalculusFieldElement<T>> |
getAttitude(FieldPVCoordinatesProvider<T> pvProv,
FieldAbsoluteDate<T> date,
Frame frame)
Compute the attitude corresponding to an orbital state.
|
Attitude |
getAttitude(PVCoordinatesProvider pvProv,
AbsoluteDate date,
Frame frame)
Compute the attitude corresponding to an orbital state.
|
static AttitudeProvider |
of(Frame satelliteFrame)
Creates an attitude provider aligned with the given frame.
|
@DefaultDataContext public InertialProvider(Rotation rotation)
This constructor uses the default data context
.
rotation
- rotation from EME2000 to the desired satellite frameInertialProvider(Rotation, Frame)
public InertialProvider(Frame frame)
frame
- the reference frame for the attitude.public static AttitudeProvider of(Frame satelliteFrame)
This attitude provider returned by this method is designed to be as fast as
possible for when attitude is irrelevant while still being a valid implementation
of AttitudeProvider
. To ensure good performance the specified attitude
reference frame should be the same frame used for propagation so that computing the
frame transformation is trivial.
satelliteFrame
- with which the satellite is aligned.public Attitude getAttitude(PVCoordinatesProvider pvProv, AbsoluteDate date, Frame frame)
getAttitude
in interface AttitudeProvider
pvProv
- local position-velocity provider around current datedate
- current dateframe
- reference frame from which attitude is computedpublic <T extends CalculusFieldElement<T>> FieldAttitude<T> getAttitude(FieldPVCoordinatesProvider<T> pvProv, FieldAbsoluteDate<T> date, Frame frame)
getAttitude
in interface AttitudeProvider
T
- type of the field elementspvProv
- local position-velocity provider around current datedate
- current dateframe
- reference frame from which attitude is computedCopyright © 2002-2022 CS GROUP. All rights reserved.