Package org.orekit.frames
Class EOPFittedModel
java.lang.Object
org.orekit.frames.EOPFittedModel
Container for fitted model for Earth Orientation Parameters.
- Since:
- 12.0
- Author:
- Luc Maisonobe
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionEOPFittedModel(SecularAndHarmonic dut1, SecularAndHarmonic xP, SecularAndHarmonic yP, SecularAndHarmonic dx, SecularAndHarmonic dy) Simple constructor. -
Method Summary
Modifier and TypeMethodDescriptiongetDUT1()Get the fitted secular and harmonics model for DUT1/LOD.getDx()Get the fitted secular and harmonics model for nutation x component.getDy()Get the fitted secular and harmonics model for nutation y component.getXp()Get the fitted secular and harmonics model for pole x component.getYp()Get the fitted secular and harmonics model for pole y component.
-
Constructor Details
-
EOPFittedModel
public EOPFittedModel(SecularAndHarmonic dut1, SecularAndHarmonic xP, SecularAndHarmonic yP, SecularAndHarmonic dx, SecularAndHarmonic dy) Simple constructor.- Parameters:
dut1- fitted model for dut1 and LODxP- fitted model for pole x componentyP- fitted model for pole y componentdx- fitted model for nutation x componentdy- fitted model for nutation y component
-
-
Method Details
-
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
Get the fitted secular and harmonics model for pole x component.- Returns:
- fitted secular and harmonics model for pole x component
-
getYp
Get the fitted secular and harmonics model for pole y component.- Returns:
- fitted secular and harmonics model for pole y component
-
getDx
Get the fitted secular and harmonics model for nutation x component.- Returns:
- fitted secular and harmonics model for nutation x component
-
getDy
Get the fitted secular and harmonics model for nutation y component.- Returns:
- fitted secular and harmonics model for nutation y component
-