DiscreteTroposphericModel, MappingFunction, SerializableFixedTroposphericDelay, MariniMurrayModel, SaastamoinenModelpublic interface TroposphericModel extends DiscreteTroposphericModel
Models that implement this interface don't split the delay into hydrostatic and non-hydrostatic part.
| Modifier and Type | Method | Description |
|---|---|---|
default double[] |
computeZenithDelay(double height,
double[] parameters,
AbsoluteDate date) |
This method allows the computation of the zenith hydrostatic and
zenith wet delay.
|
default <T extends org.hipparchus.RealFieldElement<T>> |
computeZenithDelay(T height,
T[] parameters,
FieldAbsoluteDate<T> date) |
This method allows the computation of the zenith hydrostatic and
zenith wet delay.
|
default List<ParameterDriver> |
getParametersDrivers() |
Get the drivers for tropospheric model parameters.
|
default double[] |
mappingFactors(double elevation,
double height,
double[] parameters,
AbsoluteDate date) |
This method allows the computation of the hydrostatic and
wet mapping functions.
|
default <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 |
pathDelay(double elevation,
double height) |
Calculates the tropospheric path delay for the signal path from a ground
station to a satellite.
|
default double |
pathDelay(double elevation,
double height,
double[] parameters,
AbsoluteDate date) |
Calculates the tropospheric path delay for the signal path from a ground
station to a satellite.
|
default <T extends org.hipparchus.RealFieldElement<T>> |
pathDelay(T elevation,
T height) |
Calculates the tropospheric path delay for the signal path from a ground
station to a satellite.
|
default <T extends org.hipparchus.RealFieldElement<T>> |
pathDelay(T elevation,
T height,
T[] parameters,
FieldAbsoluteDate<T> date) |
Calculates the tropospheric path delay for the signal path from a ground
station to a satellite.
|
getParameters, getParametersdouble pathDelay(double elevation,
double height)
elevation - the elevation of the satellite, in radiansheight - the height of the station in m above sea leveldefault <T extends org.hipparchus.RealFieldElement<T>> T pathDelay(T elevation,
T height)
It is discourage to use this method. It has been developed to respect the current architecture of the tropospheric models.
T - type of the elementselevation - the elevation of the satellite, in radiansheight - the height of the station in m above sea leveldefault double pathDelay(double elevation,
double height,
double[] parameters,
AbsoluteDate date)
pathDelay in interface DiscreteTroposphericModelelevation - the elevation of the satellite, in radiansheight - the height of the station in m above sea levelparameters - tropospheric model parameters.date - current datedefault <T extends org.hipparchus.RealFieldElement<T>> T pathDelay(T elevation,
T height,
T[] parameters,
FieldAbsoluteDate<T> date)
pathDelay in interface DiscreteTroposphericModelT - type of the elementselevation - the elevation of the satellite, in radiansheight - the height of the station in m above sea levelparameters - tropospheric model parameters.date - current datedefault double[] computeZenithDelay(double height,
double[] parameters,
AbsoluteDate date)
computeZenithDelay in interface DiscreteTroposphericModelheight - the height of the station in m above sea level.parameters - tropospheric model parameters.date - current datedefault <T extends org.hipparchus.RealFieldElement<T>> T[] computeZenithDelay(T height,
T[] parameters,
FieldAbsoluteDate<T> date)
computeZenithDelay in interface DiscreteTroposphericModelT - type of the elementsheight - the height of the station in m above sea level.parameters - tropospheric model parameters.date - current datedefault double[] mappingFactors(double elevation,
double height,
double[] parameters,
AbsoluteDate date)
mappingFactors 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 datedefault <T extends org.hipparchus.RealFieldElement<T>> T[] mappingFactors(T elevation,
T height,
T[] parameters,
FieldAbsoluteDate<T> date)
mappingFactors 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 datedefault List<ParameterDriver> getParametersDrivers()
getParametersDrivers in interface MappingFunctionCopyright © 2002-2019 CS Systèmes d'information. All rights reserved.