Class AngularRadioRefractionModifier
java.lang.Object
org.orekit.estimation.measurements.modifiers.AngularRadioRefractionModifier
- All Implemented Interfaces:
EstimationModifier<AngularAzEl>,ParameterDriversProvider
public class AngularRadioRefractionModifier
extends Object
implements EstimationModifier<AngularAzEl>
Class modifying theoretical angular measurement with tropospheric radio refractive index.
A radio ray passing through the lower (non-ionized) layer of the atmosphere undergoes bending
caused by the gradient of the relative index. Since the refractive index varies mainly with
altitude, only the vertical gradient of the refractive index is considered here.
The effect of tropospheric correction on the angular measurement is computed directly
through the computation of the apparent elevation angle.
Recommendation ITU-R P.453-11 (07/2015) and Recommendation ITU-R P.834-7 (10/2015)
- Since:
- 8.0
- Author:
- Thierry Ceolin
-
Constructor Summary
ConstructorsConstructorDescriptionConstructor. -
Method Summary
Modifier and TypeMethodDescriptionGet the name of the effect modifying the measurement.Get the drivers for parameters.voidApply 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, waitMethods inherited from interface org.orekit.estimation.measurements.EstimationModifier
modifyMethods inherited from interface org.orekit.utils.ParameterDriversProvider
getNbParametersDriversValue, getParameterDriver, getParameters, getParameters, getParameters, getParameters, getParametersAllValues, getParametersAllValues, isSupported
-
Constructor Details
-
AngularRadioRefractionModifier
Constructor.- Parameters:
model- tropospheric refraction model appropriate for the current angular measurement method.
-
-
Method Details
-
getEffectName
Get the name of the effect modifying the measurement.- Specified by:
getEffectNamein interfaceEstimationModifier<AngularAzEl>- Returns:
- name of the effect modifying the measurement
-
getParametersDrivers
Get the drivers for parameters.- Specified by:
getParametersDriversin interfaceParameterDriversProvider- Returns:
- drivers for parameters
-
modifyWithoutDerivatives
Description copied from interface:EstimationModifierApply a modifier to an estimated measurement without derivatives.- Specified by:
modifyWithoutDerivativesin interfaceEstimationModifier<AngularAzEl>- Parameters:
estimated- estimated measurement to modify
-