public class RelativisticJ2ClockPhaseModifier extends AbstractRelativisticJ2ClockModifier implements EstimationModifier<Phase>
相对论钟差修正了地球赤道略扁平对重力势造成的影响。
此效应引起的时间延迟是基于发射源轨道的轨道参数计算的。
Constructor and Description |
---|
RelativisticJ2ClockPhaseModifier(double gm, double c20, double equatorialRadius)
修饰器构造函数。
|
Modifier and Type | Method and Description |
---|---|
List<ParameterDriver> |
getParametersDrivers()
获取参数的驱动程序。
|
void |
modifyWithoutDerivatives(EstimatedMeasurementBase<Phase> estimated)
将修饰器应用于没有导数的估计测量。
|
relativisticJ2Correction
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
modify
getNbParametersDriversValue, getParameterDriver, getParameters, getParameters, getParameters, getParameters, getParametersAllValues, getParametersAllValues, isSupported
public RelativisticJ2ClockPhaseModifier(double gm, double c20, double equatorialRadius)
gm
- 地球重力常数(mu),单位为m³/s²。
c20
- 地球非归一化的第二次动力系数(带符号的J2常数,为负)(典型值为-1.0826e-3)。
equatorialRadius
- 地球赤道半径,单位为m。
public List<ParameterDriver> getParametersDrivers()
getParametersDrivers
在接口 ParameterDriversProvider
public void modifyWithoutDerivatives(EstimatedMeasurementBase<Phase> estimated)
modifyWithoutDerivatives
在接口 EstimationModifier<Phase>
estimated
- 要修改的估计测量
Copyright © 2002-2023 CS GROUP. All rights reserved.