public interface MappingFunction
| Modifier and Type | Method and Description |
|---|---|
default double[] |
getParameters()
Get tropospheric model parameters.
|
default <T extends RealFieldElement<T>> |
getParameters(Field<T> field)
Get tropospheric model parameters.
|
List<ParameterDriver> |
getParametersDrivers()
Get the drivers for tropospheric model parameters.
|
double[] |
mappingFactors(double elevation,
double height,
double[] parameters,
AbsoluteDate date)
This method allows the computation of the hydrostatic and
wet mapping functions.
|
<T extends RealFieldElement<T>> |
mappingFactors(T elevation,
T height,
T[] parameters,
FieldAbsoluteDate<T> date)
This method allows the computation of the hydrostatic and
wet mapping functions.
|
double[] mappingFactors(double elevation,
double height,
double[] parameters,
AbsoluteDate date)
elevation - the elevation of the satellite, in radians.height - the height of the station in m above sea level.parameters - tropospheric model parameters.date - current date<T extends RealFieldElement<T>> T[] mappingFactors(T elevation, T height, T[] parameters, FieldAbsoluteDate<T> date)
T - type of the elementselevation - the elevation of the satellite, in radians.height - the height of the station in m above sea level.parameters - tropospheric model parameters.date - current dateList<ParameterDriver> getParametersDrivers()
default double[] getParameters()
default <T extends RealFieldElement<T>> T[] getParameters(Field<T> field)
T - type of the elementsfield - field to which the elements belongCopyright © 2002-2020 CS Group. All rights reserved.