Uses of Class
org.orekit.utils.SecularAndHarmonic
-
Packages that use SecularAndHarmonic Package Description org.orekit.frames This package provides classes to handle frames and transforms between them. -
-
Uses of SecularAndHarmonic in org.orekit.frames
Methods in org.orekit.frames that return SecularAndHarmonic Modifier and Type Method Description SecularAndHarmonicSingleParameterFitter. fit(EOPHistory rawHistory, ToDoubleFunction<EOPEntry> extractor)Perform secular and harmonic fitting.SecularAndHarmonicEOPFittedModel. getDUT1()Get the fitted secular and harmonics model for DUT1/LOD.SecularAndHarmonicEOPFittedModel. getDx()Get the fitted secular and harmonics model for nutation x component.SecularAndHarmonicEOPFittedModel. getDy()Get the fitted secular and harmonics model for nutation y component.SecularAndHarmonicEOPFittedModel. getXp()Get the fitted secular and harmonics model for pole x component.SecularAndHarmonicEOPFittedModel. getYp()Get the fitted secular and harmonics model for pole y component.Constructors in org.orekit.frames with parameters of type SecularAndHarmonic Constructor Description EOPFittedModel(SecularAndHarmonic dut1, SecularAndHarmonic xP, SecularAndHarmonic yP, SecularAndHarmonic dx, SecularAndHarmonic dy)Simple constructor.
-