Package | Description |
---|---|
org.orekit.frames |
This package provides classes to handle frames and transforms between them.
|
Modifier and Type | Method and 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.
|
Constructor and Description |
---|
EOPFittedModel(SecularAndHarmonic dut1,
SecularAndHarmonic xP,
SecularAndHarmonic yP,
SecularAndHarmonic dx,
SecularAndHarmonic dy)
Simple constructor.
|
Copyright © 2002-2023 CS GROUP. All rights reserved.