Class AngularTroposphericDelayModifier
- java.lang.Object
-
- org.orekit.estimation.measurements.modifiers.AngularTroposphericDelayModifier
-
- All Implemented Interfaces:
EstimationModifier<AngularAzEl>
,ParameterDriversProvider
@Deprecated public class AngularTroposphericDelayModifier extends Object implements EstimationModifier<AngularAzEl>
Deprecated.as of 12.1,AngularRadioRefractionModifier
shall be used to handle tropospheric effect on angular measurementsClass modifying theoretical angular measurement with tropospheric delay.The effect of tropospheric correction on the angular is computed through the computation of the tropospheric delay.The spacecraft state is shifted by the computed delay time and elevation and azimuth are computed again with the new spacecraft state.
In general, for GNSS, VLBI, ... there is hardly any frequency dependence in the delay. For SLR techniques however, the frequency dependence is sensitive.
- Since:
- 8.0
- Author:
- Thierry Ceolin
-
-
Constructor Summary
Constructors Constructor Description AngularTroposphericDelayModifier(DiscreteTroposphericModel model)
Deprecated.as of 12.1,AngularRadioRefractionModifier
shall be used to handle tropospheric effect on angular measurementsAngularTroposphericDelayModifier(TroposphericModel model)
Deprecated.as of 12.1,AngularRadioRefractionModifier
shall be used to handle tropospheric effect on angular measurements
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description List<ParameterDriver>
getParametersDrivers()
Deprecated.Get the drivers for parameters.void
modifyWithoutDerivatives(EstimatedMeasurementBase<AngularAzEl> estimated)
Deprecated.Apply a modifier to an estimated measurement without derivatives.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.orekit.estimation.measurements.EstimationModifier
modify
-
Methods inherited from interface org.orekit.utils.ParameterDriversProvider
getNbParametersDriversValue, getParameterDriver, getParameters, getParameters, getParameters, getParameters, getParametersAllValues, getParametersAllValues, isSupported
-
-
-
-
Constructor Detail
-
AngularTroposphericDelayModifier
@Deprecated public AngularTroposphericDelayModifier(DiscreteTroposphericModel model)
Deprecated.as of 12.1,AngularRadioRefractionModifier
shall be used to handle tropospheric effect on angular measurementsConstructor.- Parameters:
model
- Tropospheric delay model appropriate for the current angular measurement method.
-
AngularTroposphericDelayModifier
@Deprecated public AngularTroposphericDelayModifier(TroposphericModel model)
Deprecated.as of 12.1,AngularRadioRefractionModifier
shall be used to handle tropospheric effect on angular measurementsConstructor.- Parameters:
model
- Tropospheric delay model appropriate for the current angular measurement method.- Since:
- 12.1
-
-
Method Detail
-
getParametersDrivers
public List<ParameterDriver> getParametersDrivers()
Deprecated.Get the drivers for parameters.- Specified by:
getParametersDrivers
in interfaceParameterDriversProvider
- Returns:
- drivers for parameters
-
modifyWithoutDerivatives
public void modifyWithoutDerivatives(EstimatedMeasurementBase<AngularAzEl> estimated)
Deprecated.Description copied from interface:EstimationModifier
Apply a modifier to an estimated measurement without derivatives.- Specified by:
modifyWithoutDerivatives
in interfaceEstimationModifier<AngularAzEl>
- Parameters:
estimated
- estimated measurement to modify
-
-