Serializable, DiscreteTroposphericModel, MappingFunction, 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.
|
getParameters, getParametersclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcomputeZenithDelay, computeZenithDelay, getParametersDrivers, mappingFactors, mappingFactors, pathDelay, pathDelay, pathDelaypublic 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)
FixedTroposphericDelay instance, and loads the
delay values from the given resource via the DataProvidersManager.supportedName - a regular expression for supported resource namespublic static FixedTroposphericDelay getDefaultModel()
public 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-2019 CS Systèmes d'information. All rights reserved.