Class BistaticRangeTroposphericDelayModifier
- java.lang.Object
-
- org.orekit.estimation.measurements.modifiers.BaseRangeTroposphericDelayModifier
-
- org.orekit.estimation.measurements.modifiers.BistaticRangeTroposphericDelayModifier
-
- All Implemented Interfaces:
EstimationModifier<BistaticRange>
,ParameterDriversProvider
public class BistaticRangeTroposphericDelayModifier extends BaseRangeTroposphericDelayModifier implements EstimationModifier<BistaticRange>
Class modifying theoretical bistatic range measurement with tropospheric delay.The effect of tropospheric correction on the range is directly computed through the computation of the tropospheric delay.
In general, for GNSS, VLBI, ... there is hardly any frequency dependence in the delay. For SLR techniques however, the frequency dependence is sensitive.
- Since:
- 11.2
- Author:
- Maxime Journot, Joris Olympio, Mark Rutten
-
-
Constructor Summary
Constructors Constructor Description BistaticRangeTroposphericDelayModifier(DiscreteTroposphericModel model)
Deprecated.as of 12.1 replaced byBistaticRangeTroposphericDelayModifier(TroposphericModel)
BistaticRangeTroposphericDelayModifier(TroposphericModel model)
Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
modify(EstimatedMeasurement<BistaticRange> estimated)
Apply a modifier to an estimated measurement.void
modifyWithoutDerivatives(EstimatedMeasurementBase<BistaticRange> estimated)
Apply a modifier to an estimated measurement without derivatives.-
Methods inherited from class org.orekit.estimation.measurements.modifiers.BaseRangeTroposphericDelayModifier
getParametersDrivers, getTropoModel, rangeErrorTroposphericModel, rangeErrorTroposphericModel
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.orekit.utils.ParameterDriversProvider
getNbParametersDriversValue, getParameterDriver, getParameters, getParameters, getParameters, getParameters, getParametersAllValues, getParametersAllValues, getParametersDrivers, isSupported
-
-
-
-
Constructor Detail
-
BistaticRangeTroposphericDelayModifier
@Deprecated public BistaticRangeTroposphericDelayModifier(DiscreteTroposphericModel model)
Deprecated.as of 12.1 replaced byBistaticRangeTroposphericDelayModifier(TroposphericModel)
Constructor.- Parameters:
model
- Tropospheric delay model appropriate for the current range measurement method.
-
BistaticRangeTroposphericDelayModifier
public BistaticRangeTroposphericDelayModifier(TroposphericModel model)
Constructor.- Parameters:
model
- Tropospheric delay model appropriate for the current range measurement method.- Since:
- 12.1
-
-
Method Detail
-
modifyWithoutDerivatives
public void modifyWithoutDerivatives(EstimatedMeasurementBase<BistaticRange> estimated)
Apply a modifier to an estimated measurement without derivatives.- Specified by:
modifyWithoutDerivatives
in interfaceEstimationModifier<BistaticRange>
- Parameters:
estimated
- estimated measurement to modify
-
modify
public void modify(EstimatedMeasurement<BistaticRange> estimated)
Apply a modifier to an estimated measurement.- Specified by:
modify
in interfaceEstimationModifier<BistaticRange>
- Parameters:
estimated
- estimated measurement to modify
-
-