Serializable
DiscreteTroposphericModel
, TroposphericModel
EstimatedTroposphericModel
, FixedTroposphericDelay
, GlobalMappingFunctionModel
, MariniMurrayModel
, MendesPavlisModel
, NiellMappingFunctionModel
, SaastamoinenModel
, ViennaOneModel
, ViennaThreeModel
public interface MappingFunction extends Serializable
Modifier and Type | Method | Description |
---|---|---|
default double[] |
getParameters() |
Get tropospheric model parameters.
|
default <T extends org.hipparchus.RealFieldElement<T>> |
getParameters(org.hipparchus.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 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.
|
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 org.hipparchus.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 org.hipparchus.RealFieldElement<T>> T[] getParameters(org.hipparchus.Field<T> field)
T
- type of the elementsfield
- field to which the elements belongCopyright © 2002-2019 CS Systèmes d'information. All rights reserved.