Class EOPFittedModel


  • public class EOPFittedModel
    extends Object
    Container for fitted model for Earth Orientation Parameters.
    Since:
    12.0
    Author:
    Luc Maisonobe
    See Also:
    PredictedEOPHistory, EOPFitter
    • Method Detail

      • getDUT1

        public SecularAndHarmonic getDUT1()
        Get the fitted secular and harmonics model for DUT1/LOD.

        LOD can be computed from DUT1 as -Constants.JULIAN_DAY * getDUT1().osculatingDerivative(date)

        Returns:
        fitted secular and harmonics model for DUT1/LOD
      • getXp

        public SecularAndHarmonic getXp()
        Get the fitted secular and harmonics model for pole x component.
        Returns:
        fitted secular and harmonics model for pole x component
      • getYp

        public SecularAndHarmonic getYp()
        Get the fitted secular and harmonics model for pole y component.
        Returns:
        fitted secular and harmonics model for pole y component
      • getDx

        public SecularAndHarmonic getDx()
        Get the fitted secular and harmonics model for nutation x component.
        Returns:
        fitted secular and harmonics model for nutation x component
      • getDy

        public SecularAndHarmonic getDy()
        Get the fitted secular and harmonics model for nutation y component.
        Returns:
        fitted secular and harmonics model for nutation y component