public class SaastamoinenModel extends Object
δ = 2.277e-3 / cos z * (P + (1255 / T + 0.05) * e - B * tan2 z) + δRwith the following input data provided to the model:
The model supports custom δR correction terms to be read from a configuration file
(saastamoinen-correction.txt) via the DataProvidersManager.
| Constructor and Description |
|---|
SaastamoinenModel(double t0In,
double p0In,
double r0In)
Create a new Saastamoinen model for the troposphere using the given
environmental conditions.
|
| Modifier and Type | Method and Description |
|---|---|
double |
calculatePathDelay(double elevation,
double height)
Calculates the tropospheric path delay for the signal path from a ground
station to a satellite.
|
double |
computeSignalDelay(double elevation,
double height)
Calculates the tropospheric signal delay for the signal path from a
ground station to a satellite.
|
static SaastamoinenModel |
getStandardModel()
Create a new Saastamoinen model using a standard atmosphere model.
|
public SaastamoinenModel(double t0In,
double p0In,
double r0In)
t0In - the temperature at the station [K]p0In - the atmospheric pressure at the station [Pa]r0In - the humidity at the station [percent] (50% -> 0.5)public static SaastamoinenModel getStandardModel()
public double calculatePathDelay(double elevation,
double height)
elevation - the elevation of the satellite in degreesheight - the height of the station in m above sea levelpublic double computeSignalDelay(double elevation,
double height)
calculatePathDelay(double, double)/Constants.SPEED_OF_LIGHT
elevation - the elevation of the satellite in degreesheight - the height of the station in m above sea levelCopyright © 2021 CNES. All rights reserved.