public class TargetPointing extends AbstractAttitudeLaw
This class represents the attitude provider where the satellite z axis is pointing to a ground point target.
The target position is defined in a body frame specified by the user. It is important to make sure this frame is consistent.
The object TargetPointing is guaranteed to be immutable.
| Constructor and Description |
|---|
TargetPointing(BodyPoint targetGeo)
Creates a new instance from body shape and target expressed in geodetic coordinates.
|
TargetPointing(Frame bodyFrameIn,
Vector3D targetIn)
Creates a new instance from body frame and target expressed in cartesian coordinates.
|
| Modifier and Type | Method and Description |
|---|---|
Attitude |
getAttitude(PVCoordinatesProvider pvProv,
AbsoluteDate date,
Frame frame)
Compute the attitude corresponding to an orbital state.
|
getSpinDerivativesComputation, setSpinDerivativesComputationclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcomputeSpinByFD, computeSpinDerivativeByFD, getAttitudepublic TargetPointing(Frame bodyFrameIn, Vector3D targetIn)
bodyFrameIn - body frame.targetIn - target position in body framepublic TargetPointing(BodyPoint targetGeo)
targetGeo - target defined as a geodetic point in body shape framepublic Attitude getAttitude(PVCoordinatesProvider pvProv, AbsoluteDate date, Frame frame) throws PatriusException
pvProv - local position-velocity provider around current datedate - current dateframe - reference frame from which attitude is computedPatriusException - if attitude cannot be computed for provided dateCopyright © 2024 CNES. All rights reserved.