public class ClockCorrectionsProvider extends Object implements AdditionalStateProvider
此额外状态的值是一个包含三个元素的数组,其中包含
a₀
+ a₁
(t - toc
) + a₂
(t - toc
)²TGD
自Orekit 10.3以来,相对论时钟校正可以作为轨道确定应用中的EstimationModifier
使用,以在测量建模中考虑此效应。
Modifier and Type | Field and Description |
---|---|
static String |
CLOCK_CORRECTIONS
卫星时钟校正的额外状态名称。
|
Constructor and Description |
---|
ClockCorrectionsProvider(GNSSClockElements gnssClk)
简单构造函数。
|
Modifier and Type | Method and Description |
---|---|
double[] |
getAdditionalState(SpacecraftState state)
获取额外状态。
|
String |
getName()
获取额外状态的名称。
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
init, yields
public ClockCorrectionsProvider(GNSSClockElements gnssClk)
gnssClk
- GNSS时钟元素
public String getName()
getName
在接口 AdditionalStateProvider
public double[] getAdditionalState(SpacecraftState state)
getAdditionalState
在接口 AdditionalStateProvider
state
- 应对应额外状态的航天器状态
Copyright © 2002-2023 CS GROUP. All rights reserved.