Uses of Class
org.orekit.utils.SecularAndHarmonic
Packages that use SecularAndHarmonic
Package
Description
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 SecularAndHarmonicModifier and TypeMethodDescriptionSingleParameterFitter.fit(EOPHistory rawHistory, ToDoubleFunction<EOPEntry> extractor) Perform secular and harmonic fitting.EOPFittedModel.getDUT1()Get the fitted secular and harmonics model for DUT1/LOD.EOPFittedModel.getDx()Get the fitted secular and harmonics model for nutation x component.EOPFittedModel.getDy()Get the fitted secular and harmonics model for nutation y component.EOPFittedModel.getXp()Get the fitted secular and harmonics model for pole x component.EOPFittedModel.getYp()Get the fitted secular and harmonics model for pole y component.Constructors in org.orekit.frames with parameters of type SecularAndHarmonicModifierConstructorDescriptionEOPFittedModel(SecularAndHarmonic dut1, SecularAndHarmonic xP, SecularAndHarmonic yP, SecularAndHarmonic dx, SecularAndHarmonic dy) Simple constructor.