Serializable, AttitudeProvider, GNSSAttitudeProviderpublic class BeidouIGSO extends AbstractGNSSAttitudeProvider
WARNING: as of release 9.2, this feature is still considered experimental
| Constructor | Description |
|---|---|
BeidouIGSO(AbsoluteDate validityStart,
AbsoluteDate validityEnd,
ExtendedPVCoordinatesProvider sun,
Frame inertialFrame) |
Simple constructor.
|
| Modifier and Type | Method | Description |
|---|---|---|
protected TimeStampedAngularCoordinates |
correctedYaw(org.orekit.gnss.attitude.GNSSAttitudeContext context) |
Compute GNSS attitude with midnight/noon yaw turn correction.
|
protected <T extends RealFieldElement<T>> |
correctedYaw(org.orekit.gnss.attitude.GNSSFieldAttitudeContext<T> context) |
Compute GNSS attitude with midnight/noon yaw turn correction.
|
getAttitude, getAttitude, validityEnd, validityStartpublic BeidouIGSO(AbsoluteDate validityStart, AbsoluteDate validityEnd, ExtendedPVCoordinatesProvider sun, Frame inertialFrame)
validityStart - start of validity for this providervalidityEnd - end of validity for this providersun - provider for Sun positioninertialFrame - inertial frame where velocity are computedprotected TimeStampedAngularCoordinates correctedYaw(org.orekit.gnss.attitude.GNSSAttitudeContext context) throws OrekitException
correctedYaw in class AbstractGNSSAttitudeProvidercontext - context data for attitude computationOrekitException - if yaw corrected attitude cannot be computedprotected <T extends RealFieldElement<T>> TimeStampedFieldAngularCoordinates<T> correctedYaw(org.orekit.gnss.attitude.GNSSFieldAttitudeContext<T> context) throws OrekitException
correctedYaw in class AbstractGNSSAttitudeProviderT - type of the field elementscontext - context data for attitude computationOrekitException - if yaw corrected attitude cannot be computedCopyright © 2002-2018 CS Systèmes d'information. All rights reserved.