Serializable, MappingFunctionpublic class NiellMappingFunctionModel extends Object implements MappingFunction
With this model, the hydrostatic mapping function is time and latitude dependent whereas the wet mapping function is only latitude dependent.
| Constructor | Description |
|---|---|
NiellMappingFunctionModel(double latitude) |
Buils a new instance.
|
| Modifier and Type | Method | Description |
|---|---|---|
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 org.hipparchus.RealFieldElement<T>> |
mappingFactors(T elevation,
T height,
T[] parameters,
FieldAbsoluteDate<T> date) |
This method allows the computation of the hydrostatic and
wet mapping functions.
|
getParameters, getParameterspublic NiellMappingFunctionModel(double latitude)
latitude - geodetic latitude of the station, in radianspublic double[] mappingFactors(double elevation,
double height,
double[] parameters,
AbsoluteDate date)
MappingFunctionmappingFactors in interface MappingFunctionelevation - the elevation of the satellite, in radians.height - the height of the station in m above sea level.parameters - tropospheric model parameters.date - current datepublic <T extends org.hipparchus.RealFieldElement<T>> T[] mappingFactors(T elevation,
T height,
T[] parameters,
FieldAbsoluteDate<T> date)
MappingFunctionmappingFactors in interface MappingFunctionT - 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 datepublic List<ParameterDriver> getParametersDrivers()
MappingFunctiongetParametersDrivers in interface MappingFunctionCopyright © 2002-2019 CS Systèmes d'information. All rights reserved.