Class BeidouMeo

    • Constructor Detail

      • BeidouMeo

        public BeidouMeo​(AbsoluteDate validityStart,
                         AbsoluteDate validityEnd,
                         ExtendedPVCoordinatesProvider sun,
                         Frame inertialFrame)
        Simple constructor.
        Parameters:
        validityStart - start of validity for this provider
        validityEnd - end of validity for this provider
        sun - provider for Sun position
        inertialFrame - inertial frame where velocity are computed
    • Method Detail

      • correctedYaw

        protected TimeStampedAngularCoordinates correctedYaw​(org.orekit.gnss.attitude.GNSSAttitudeContext context)
        Select the /** Compute GNSS attitude with midnight/noon yaw turn correction.
        Specified by:
        correctedYaw in class AbstractGNSSAttitudeProvider
        Parameters:
        context - context data for attitude computation
        Returns:
        corrected yaw, using inertial frame as the reference
      • correctedYaw

        protected <T extends org.hipparchus.RealFieldElement<T>> TimeStampedFieldAngularCoordinates<T> correctedYaw​(org.orekit.gnss.attitude.GNSSFieldAttitudeContext<T> context)
        Compute GNSS attitude with midnight/noon yaw turn correction.
        Specified by:
        correctedYaw in class AbstractGNSSAttitudeProvider
        Type Parameters:
        T - type of the field elements
        Parameters:
        context - context data for attitude computation
        Returns:
        corrected yaw, using inertial frame as the reference