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 SecularAndHarmonic
SingleParameterFitter. fit(EOPHistory rawHistory, ToDoubleFunction<EOPEntry> extractor)
Perform secular and harmonic fitting.SecularAndHarmonic
EOPFittedModel. getDUT1()
Get the fitted secular and harmonics model for DUT1/LOD.SecularAndHarmonic
EOPFittedModel. getDx()
Get the fitted secular and harmonics model for nutation x component.SecularAndHarmonic
EOPFittedModel. getDy()
Get the fitted secular and harmonics model for nutation y component.SecularAndHarmonic
EOPFittedModel. getXp()
Get the fitted secular and harmonics model for pole x component.SecularAndHarmonic
EOPFittedModel. 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.
-