public class ViennaOneModel extends Object implements DiscreteTroposphericModel
| Constructor and Description |
|---|
ViennaOneModel(double[] coefficientA,
double[] zenithDelay,
double latitude)
Build a new instance.
|
ViennaOneModel(double[] coefficientA,
double[] zenithDelay,
double latitude,
TimeScale utc)
Build a new instance.
|
| 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.
|
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, waitgetParameters, getParameters@DefaultDataContext public ViennaOneModel(double[] coefficientA, double[] zenithDelay, double latitude)
This constructor uses the default data context.
coefficientA - The a coefficients for the computation of the wet and hydrostatic mapping functions.zenithDelay - Values of hydrostatic and wet delayslatitude - geodetic latitude of the station, in radiansViennaOneModel(double[], double[], double, TimeScale)public ViennaOneModel(double[] coefficientA,
double[] zenithDelay,
double latitude,
TimeScale utc)
coefficientA - The a coefficients for the computation of the wet and
hydrostatic mapping functions.zenithDelay - Values of hydrostatic and wet delayslatitude - geodetic latitude of the station, in radiansutc - UTC time scale.public double pathDelay(double elevation,
double height,
double[] parameters,
AbsoluteDate date)
pathDelay in interface DiscreteTroposphericModelelevation - 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 DiscreteTroposphericModelT - 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)
computeZenithDelay in interface DiscreteTroposphericModelheight - 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)
computeZenithDelay in interface DiscreteTroposphericModelT - 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)
mappingFactors in interface MappingFunctionelevation - 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)
mappingFactors in interface MappingFunctionT - 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()
getParametersDrivers in interface MappingFunctionCopyright © 2002-2020 CS Group. All rights reserved.