public class RangeRateTroposphericDelayModifier extends BaseRangeRateTroposphericDelayModifier implements EstimationModifier<RangeRate>
Constructor and Description |
---|
RangeRateTroposphericDelayModifier(DiscreteTroposphericModel model, boolean tw)
构造函数。
|
Modifier and Type | Method and Description |
---|---|
void |
modify(EstimatedMeasurement<RangeRate> estimated)
对估计的测量应用修饰符。
|
void |
modifyWithoutDerivatives(EstimatedMeasurementBase<RangeRate> estimated)
对估计的测量应用修饰符,不包括导数。
|
<T extends org.hipparchus.CalculusFieldElement<T>> |
rangeRateErrorTroposphericModel(GroundStation station, FieldSpacecraftState<T> state, T[] parameters)
计算由对流层引起的测量误差。
|
double |
rangeRateErrorTroposphericModel(GroundStation station, SpacecraftState state)
计算由对流层引起的测量误差。
|
getParametersDrivers, getTropoModel
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getNbParametersDriversValue, getParameterDriver, getParameters, getParameters, getParameters, getParameters, getParametersAllValues, getParametersAllValues, getParametersDrivers, isSupported
public RangeRateTroposphericDelayModifier(DiscreteTroposphericModel model, boolean tw)
model
- 适用于当前测距率测量方法的对流层延迟模型。
tw
- 表示测量是否为双向的标志。
public double rangeRateErrorTroposphericModel(GroundStation station, SpacecraftState state)
rangeRateErrorTroposphericModel
在类中 BaseRangeRateTroposphericDelayModifier
station
- 站点
state
- 航天器状态
public <T extends org.hipparchus.CalculusFieldElement<T>> T rangeRateErrorTroposphericModel(GroundStation station, FieldSpacecraftState<T> state, T[] parameters)
rangeRateErrorTroposphericModel
在类中 BaseRangeRateTroposphericDelayModifier
T
- 元素的类型
station
- 站点
state
- 航天器状态
parameters
- 对流层模型参数
public void modifyWithoutDerivatives(EstimatedMeasurementBase<RangeRate> estimated)
modifyWithoutDerivatives
在接口中 EstimationModifier<RangeRate>
estimated
- 要修改的估计测量
public void modify(EstimatedMeasurement<RangeRate> estimated)
modify
在接口中 EstimationModifier<RangeRate>
estimated
- 要修改的估计测量
Copyright © 2002-2023 CS GROUP. All rights reserved.