public class TurnAroundRangeTroposphericDelayModifier extends Object implements EstimationModifier<TurnAroundRange>
Constructor and Description |
---|
TurnAroundRangeTroposphericDelayModifier(DiscreteTroposphericModel model)
构造函数。
|
Modifier and Type | Method and Description |
---|---|
List<ParameterDriver> |
getParametersDrivers()
获取参数的驱动程序。
|
void |
modify(EstimatedMeasurement<TurnAroundRange> estimated)
对估计测量应用修饰符。
|
void |
modifyWithoutDerivatives(EstimatedMeasurementBase<TurnAroundRange> estimated)
对估计测量应用修饰符,不包括导数。
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getNbParametersDriversValue, getParameterDriver, getParameters, getParameters, getParameters, getParameters, getParametersAllValues, getParametersAllValues, isSupported
public TurnAroundRangeTroposphericDelayModifier(DiscreteTroposphericModel model)
model
- 适用于当前转向范围测量方法的对流层延迟模型。
public List<ParameterDriver> getParametersDrivers()
getParametersDrivers
在接口 ParameterDriversProvider
public void modifyWithoutDerivatives(EstimatedMeasurementBase<TurnAroundRange> estimated)
modifyWithoutDerivatives
在接口 EstimationModifier<TurnAroundRange>
estimated
- 要修改的估计测量
public void modify(EstimatedMeasurement<TurnAroundRange> estimated)
modify
在接口 EstimationModifier<TurnAroundRange>
estimated
- 要修改的估计测量
Copyright © 2002-2023 CS GROUP. All rights reserved.