Serializable, TroposphericModelpublic class FixedTroposphericDelay extends Object implements TroposphericModel
DataProvidersManager.| Constructor | Description |
|---|---|
FixedTroposphericDelay(double[] xArr,
double[] yArr,
double[][] fArr) |
Creates a new
FixedTroposphericDelay instance. |
FixedTroposphericDelay(String supportedName) |
Creates a new
FixedTroposphericDelay instance, and loads the
delay values from the given resource via the DataProvidersManager. |
| Modifier and Type | Method | Description |
|---|---|---|
static FixedTroposphericDelay |
getDefaultModel() |
Returns the default model, loading delay values from the file
"tropospheric-delay.txt".
|
double |
pathDelay(double elevation,
double height) |
Calculates the tropospheric path delay for the signal path from a ground
station to a satellite.
|
public FixedTroposphericDelay(double[] xArr,
double[] yArr,
double[][] fArr)
FixedTroposphericDelay instance.xArr - abscissa grid for the interpolation functionyArr - ordinate grid for the interpolation functionfArr - values samples for the interpolation functionpublic FixedTroposphericDelay(String supportedName) throws OrekitException
FixedTroposphericDelay instance, and loads the
delay values from the given resource via the DataProvidersManager.supportedName - a regular expression for supported resource namesOrekitException - if the resource could not be loadedpublic static FixedTroposphericDelay getDefaultModel() throws OrekitException
OrekitException - if the file could not be loadedpublic double pathDelay(double elevation,
double height)
pathDelay in interface TroposphericModelelevation - the elevation of the satellite, in radiansheight - the height of the station in m above sea levelCopyright © 2002-2018 CS Systèmes d'information. All rights reserved.