public class NadirPointing extends GroundPointing
This class represents the attitude provider where the satellite z axis is pointing to the vertical of the ground point under satellite.
The object NadirPointing is guaranteed to be immutable.
GroundPointing,
Serialized Form| Constructor and Description |
|---|
NadirPointing(BodyShape shape)
Creates new instance.
|
| Modifier and Type | Method and Description |
|---|---|
protected Vector3D |
getTargetPoint(PVCoordinatesProvider pvProv,
AbsoluteDate date,
Frame frame)
Compute the target point in specified frame.
|
TimeStampedPVCoordinates |
getTargetPV(PVCoordinatesProvider pvProv,
AbsoluteDate date,
Frame frame)
Compute the target point position/velocity in specified frame.
|
getAttitude, getBodyFrame, getBodyShapegetAttitude, getSpinDerivativesComputation, setSpinDerivativesComputationpublic NadirPointing(BodyShape shape)
shape - Body shapepublic TimeStampedPVCoordinates getTargetPV(PVCoordinatesProvider pvProv, AbsoluteDate date, Frame frame) throws PatriusException
GroundPointingThe default implementation use a simple centered two points finite differences scheme, it may be replaced by more accurate models in specialized implementations.
In the case where the point is computed at a date corresponding to the lower/upper bound of the ephemeris, the finite differences scheme used is either 1st order forward or backward.getTargetPV in class GroundPointingpvProv - provider for PV coordinatesdate - date at which target point is requestedframe - frame in which observed ground point should be providedPatriusException - if some specific error occurs,
such as no target reachedprotected Vector3D getTargetPoint(PVCoordinatesProvider pvProv, AbsoluteDate date, Frame frame) throws PatriusException
getTargetPoint in class GroundPointingpvProv - provider for PV coordinatesdate - date at which target point is requestedframe - frame in which observed ground point should be providedPatriusException - if some specific error occurs,
such as no target reachedCopyright © 2017 CNES. All rights reserved.