public interface TroposphericCorrection extends IParameterizable
Modifier and Type | Method and Description |
---|---|
double |
computeSignalDelay(AbsoluteDate date,
double elevation)
Calculates the tropospheric signal delay for the signal path from a ground station to a
satellite at a given date.
|
double |
derivativeValue(Parameter p,
double elevation)
Compute the signal delay derivative value with respect to the input parameter.
|
boolean |
isDifferentiableBy(Parameter p)
Tell if the function is differentiable by the given parameter.
|
getParameters, supportsParameter
double computeSignalDelay(AbsoluteDate date, double elevation)
date
- date of meteo conditionselevation
- the elevation of the satellite [rad]double derivativeValue(Parameter p, double elevation)
p
- parameterelevation
- the elevation of the satellite [rad]boolean isDifferentiableBy(Parameter p)
p
- function parameterCopyright © 2023 CNES. All rights reserved.