public class FixedTroposphericDelay extends Object implements TroposphericDelayModel
DataProvidersManager.| Constructor and 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 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 |
calculateSignalDelay(double elevation,
double height)
Calculates the tropospheric signal delay for the signal path from a
ground station to a satellite.
|
static FixedTroposphericDelay |
getDefaultModel()
Returns the default model, loading delay values from the file
"tropospheric-delay.txt".
|
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 calculatePathDelay(double elevation,
double height)
calculatePathDelay in interface TroposphericDelayModelelevation - the elevation of the satellite in degreesheight - the height of the station in m above sea levelpublic double calculateSignalDelay(double elevation,
double height)
SaastamoinenModel.calculatePathDelay(double, double)/Constants.SPEED_OF_LIGHT
calculateSignalDelay in interface TroposphericDelayModelelevation - the elevation of the satellite in degreesheight - the height of the station in m above sea levelCopyright © 2002-2015 CS Systèmes d'information. All rights reserved.