public class FixedTroposphericDelay extends Object implements DiscreteTroposphericModel
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 default data context . |
FixedTroposphericDelay(String supportedName,
DataProvidersManager dataProvidersManager)
Creates a new
FixedTroposphericDelay instance, and loads the delay values
from the given resource via the specified data manager. |
Modifier and Type | Method and Description |
---|---|
double[] |
computeZenithDelay(double height,
double[] parameters,
AbsoluteDate date)
This method allows the computation of the zenith hydrostatic and
zenith wet delay.
|
<T extends RealFieldElement<T>> |
computeZenithDelay(T height,
T[] parameters,
FieldAbsoluteDate<T> date)
This method allows the computation of the zenith hydrostatic and
zenith wet delay.
|
static FixedTroposphericDelay |
getDefaultModel()
Returns the default model, loading delay values from the file
"tropospheric-delay.txt" via the
default data
context . |
List<ParameterDriver> |
getParametersDrivers()
Get the drivers for tropospheric model parameters.
|
double[] |
mappingFactors(double elevation,
double height,
double[] parameters,
AbsoluteDate date)
This method allows the computation of the hydrostatic and
wet mapping functions.
|
<T extends 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,
double[] parameters,
AbsoluteDate date)
Calculates the tropospheric path delay for the signal path from a ground
station to a satellite.
|
<T extends 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.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getParameters, getParameters
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 function@DefaultDataContext public FixedTroposphericDelay(String supportedName)
FixedTroposphericDelay
instance, and loads the
delay values from the given resource via the default data context
.supportedName
- a regular expression for supported resource namesFixedTroposphericDelay(String, DataProvidersManager)
public FixedTroposphericDelay(String supportedName, DataProvidersManager dataProvidersManager)
FixedTroposphericDelay
instance, and loads the delay values
from the given resource via the specified data manager.supportedName
- a regular expression for supported resource namesdataProvidersManager
- provides access to auxiliary data.@DefaultDataContext public static FixedTroposphericDelay getDefaultModel()
default data
context
.
This method uses the default data context
.
public double pathDelay(double elevation, double height, double[] parameters, AbsoluteDate date)
pathDelay
in interface DiscreteTroposphericModel
elevation
- the elevation of the satellite, in radiansheight
- the height of the station in m above sea levelparameters
- tropospheric model parameters.date
- current datepublic <T extends RealFieldElement<T>> T pathDelay(T elevation, T height, T[] parameters, FieldAbsoluteDate<T> date)
pathDelay
in interface DiscreteTroposphericModel
T
- 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 datepublic double[] computeZenithDelay(double height, double[] parameters, AbsoluteDate date)
DiscreteTroposphericModel
computeZenithDelay
in interface DiscreteTroposphericModel
height
- the height of the station in m above sea level.parameters
- tropospheric model parameters.date
- current datepublic <T extends RealFieldElement<T>> T[] computeZenithDelay(T height, T[] parameters, FieldAbsoluteDate<T> date)
DiscreteTroposphericModel
computeZenithDelay
in interface DiscreteTroposphericModel
T
- type of the elementsheight
- the height of the station in m above sea level.parameters
- tropospheric model parameters.date
- current datepublic double[] mappingFactors(double elevation, double height, double[] parameters, AbsoluteDate date)
MappingFunction
mappingFactors
in interface MappingFunction
elevation
- the elevation of the satellite, in radians.height
- the height of the station in m above sea level.parameters
- tropospheric model parameters.date
- current datepublic <T extends RealFieldElement<T>> T[] mappingFactors(T elevation, T height, T[] parameters, FieldAbsoluteDate<T> date)
MappingFunction
mappingFactors
in interface MappingFunction
T
- 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 datepublic List<ParameterDriver> getParametersDrivers()
MappingFunction
getParametersDrivers
in interface MappingFunction
Copyright © 2002-2020 CS GROUP. All rights reserved.