Serializable
, AttitudeProvider
, GNSSAttitudeProvider
public class Galileo extends AbstractGNSSAttitudeProvider
This class is based on the May 2017 version of J. Kouba eclips.f subroutine available at IGS Analysis Center Coordinator site. The eclips.f code itself is not used ; its hard-coded data are used and its low level models are used, but the structure of the code and the API have been completely rewritten.
WARNING: as of release 9.2, this feature is still considered experimental
Constructor | Description |
---|---|
Galileo(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, validityStart
public Galileo(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)
correctedYaw
in class AbstractGNSSAttitudeProvider
context
- context data for attitude computationprotected <T extends RealFieldElement<T>> TimeStampedFieldAngularCoordinates<T> correctedYaw(org.orekit.gnss.attitude.GNSSFieldAttitudeContext<T> context)
correctedYaw
in class AbstractGNSSAttitudeProvider
T
- type of the field elementscontext
- context data for attitude computationCopyright © 2002-2018 CS Systèmes d'information. All rights reserved.