public class BodyCenterGroundPointing extends AbstractGroundPointing
BodyCenterPointing
and this
class is that the target point of the former is the body
center, while that of the latter is the corresponding point on the ground.
By default, the satellite z axis is pointing to the body frame center.
GroundPointing
,
BodyCenterPointing
,
Serialized FormConstructor and Description |
---|
BodyCenterGroundPointing(BodyShape shape)
Constructor.
|
BodyCenterGroundPointing(BodyShape shape,
Vector3D losInSatFrameVec,
Vector3D losNormalInSatFrameVec)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
protected Vector3D |
getTargetPoint(PVCoordinatesProvider pvProv,
AbsoluteDate date,
Frame frame)
Compute the target point in specified frame.
|
String |
toString() |
getAttitude, getBodyFrame, getBodyShape, getTargetPV
getAttitude, getSpinDerivativesComputation, setSpinDerivativesComputation
public BodyCenterGroundPointing(BodyShape shape)
shape
- a body shapepublic BodyCenterGroundPointing(BodyShape shape, Vector3D losInSatFrameVec, Vector3D losNormalInSatFrameVec)
shape
- Body shapelosInSatFrameVec
- LOS in satellite frame axislosNormalInSatFrameVec
- LOS normal axis in satellite frameprotected Vector3D getTargetPoint(PVCoordinatesProvider pvProv, AbsoluteDate date, Frame frame) throws PatriusException
getTargetPoint
in class AbstractGroundPointing
pvProv
- 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 © 2020 CNES. All rights reserved.