public class EOPFittedModel extends Object
PredictedEOPHistory
,
EOPFitter
Constructor and Description |
---|
EOPFittedModel(SecularAndHarmonic dut1,
SecularAndHarmonic xP,
SecularAndHarmonic yP,
SecularAndHarmonic dx,
SecularAndHarmonic dy)
Simple constructor.
|
Modifier and Type | Method and Description |
---|---|
SecularAndHarmonic |
getDUT1()
Get the fitted secular and harmonics model for DUT1/LOD.
|
SecularAndHarmonic |
getDx()
Get the fitted secular and harmonics model for nutation x component.
|
SecularAndHarmonic |
getDy()
Get the fitted secular and harmonics model for nutation y component.
|
SecularAndHarmonic |
getXp()
Get the fitted secular and harmonics model for pole x component.
|
SecularAndHarmonic |
getYp()
Get the fitted secular and harmonics model for pole y component.
|
public EOPFittedModel(SecularAndHarmonic dut1, SecularAndHarmonic xP, SecularAndHarmonic yP, SecularAndHarmonic dx, SecularAndHarmonic dy)
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 componentpublic SecularAndHarmonic getDUT1()
LOD can be computed from DUT1 as -Constants.JULIAN_DAY * getDUT1().osculatingDerivative(date)
public SecularAndHarmonic getXp()
public SecularAndHarmonic getYp()
public SecularAndHarmonic getDx()
public SecularAndHarmonic getDy()
Copyright © 2002-2023 CS GROUP. All rights reserved.