Class BistaticRangeRateTroposphericDelayModifier
java.lang.Object
org.orekit.estimation.measurements.modifiers.BaseRangeRateTroposphericDelayModifier
org.orekit.estimation.measurements.modifiers.BistaticRangeRateTroposphericDelayModifier
- All Implemented Interfaces:
EstimationModifier<BistaticRangeRate>,ParameterDriversProvider
public class BistaticRangeRateTroposphericDelayModifier
extends BaseRangeRateTroposphericDelayModifier
implements EstimationModifier<BistaticRangeRate>
Class modifying theoretical bistatic range-rate measurements with tropospheric delay.
The effect of tropospheric correction on the bistatic range-rate is directly computed through the computation of the tropospheric delay difference with respect to time.
Tropospheric delay is not frequency dependent for signals up to 15 GHz.
- Since:
- 11.2
- Author:
- Pascal Parraud
-
Constructor Summary
ConstructorsConstructorDescriptionConstructor. -
Method Summary
Modifier and TypeMethodDescriptionvoidmodify(EstimatedMeasurement<BistaticRangeRate> estimated) Apply a modifier to an estimated measurement.voidApply a modifier to an estimated measurement without derivatives.Methods inherited from class org.orekit.estimation.measurements.modifiers.BaseRangeRateTroposphericDelayModifier
getEffectName, getParametersDrivers, getTropoModel, rangeRateErrorTroposphericModel, rangeRateErrorTroposphericModelMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.orekit.estimation.measurements.EstimationModifier
getEffectNameMethods inherited from interface org.orekit.utils.ParameterDriversProvider
getNbParametersDriversValue, getParameterDriver, getParameters, getParameters, getParameters, getParameters, getParametersAllValues, getParametersAllValues, getParametersDrivers, isSupported
-
Constructor Details
-
BistaticRangeRateTroposphericDelayModifier
Constructor.- Parameters:
model- Tropospheric delay model appropriate for the current range-rate measurement method.- Since:
- 12.1
-
-
Method Details
-
modifyWithoutDerivatives
Apply a modifier to an estimated measurement without derivatives.- Specified by:
modifyWithoutDerivativesin interfaceEstimationModifier<BistaticRangeRate>- Parameters:
estimated- estimated measurement to modify
-
modify
Apply a modifier to an estimated measurement.- Specified by:
modifyin interfaceEstimationModifier<BistaticRangeRate>- Parameters:
estimated- estimated measurement to modify
-