Class ViennaOneModel
- java.lang.Object
-
- org.orekit.models.earth.troposphere.AbstractVienna
-
- org.orekit.models.earth.troposphere.ViennaOne
-
- org.orekit.models.earth.troposphere.ViennaOneModel
-
- All Implemented Interfaces:
DiscreteTroposphericModel
,MappingFunction
,TroposphereMappingFunction
,TroposphericModel
,ParameterDriversProvider
@Deprecated public class ViennaOneModel extends ViennaOne implements DiscreteTroposphericModel, MappingFunction
Deprecated.as of 12.1, replaced byViennaOne
The Vienna1 tropospheric delay model for radio techniques. The Vienna model data are given with a time interval of 6 hours as well as on a global 2.5° * 2.0° grid. This version considered the height correction for the hydrostatic part developed by Niell, 1996.- Author:
- Bryan Cazabonne
- See Also:
- "Boehm, J., Werl, B., and Schuh, H., (2006), Troposhere mapping functions for GPS and very long baseline interferometry from European Centre for Medium-Range Weather Forecasts operational analysis data, J. Geophy. Res., Vol. 111, B02406, doi:10.1029/2005JB003629"
-
-
Constructor Summary
Constructors Constructor Description ViennaOneModel(double[] coefficientA, double[] zenithDelay)
Deprecated.Build a new instance.ViennaOneModel(double[] coefficientA, double[] zenithDelay, TimeScale utc)
Deprecated.Build a new instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description <T extends CalculusFieldElement<T>>
T[]computeZenithDelay(FieldGeodeticPoint<T> point, T[] parameters, FieldAbsoluteDate<T> date)
Deprecated.This method allows the computation of the zenith hydrostatic and zenith wet delay.double[]
computeZenithDelay(GeodeticPoint point, double[] parameters, AbsoluteDate date)
Deprecated.This method allows the computation of the zenith hydrostatic and zenith wet delay.double[]
mappingFactors(double elevation, GeodeticPoint point, AbsoluteDate date)
Deprecated.<T extends CalculusFieldElement<T>>
T[]mappingFactors(T elevation, FieldGeodeticPoint<T> point, FieldAbsoluteDate<T> date)
Deprecated.double
pathDelay(double elevation, GeodeticPoint point, double[] parameters, AbsoluteDate date)
Deprecated.<T extends CalculusFieldElement<T>>
TpathDelay(T elevation, FieldGeodeticPoint<T> point, T[] parameters, FieldAbsoluteDate<T> date)
Deprecated.-
Methods inherited from class org.orekit.models.earth.troposphere.ViennaOne
getParametersDrivers, mappingFactors, mappingFactors
-
Methods inherited from class org.orekit.models.earth.troposphere.AbstractVienna
getAProvider, getDayOfYear, pathDelay, pathDelay
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.orekit.utils.ParameterDriversProvider
getNbParametersDriversValue, getParameterDriver, getParameters, getParameters, getParameters, getParameters, getParametersAllValues, getParametersAllValues, getParametersDrivers, isSupported
-
-
-
-
Constructor Detail
-
ViennaOneModel
@DefaultDataContext public ViennaOneModel(double[] coefficientA, double[] zenithDelay)
Deprecated.Build a new instance.This constructor uses the
default data context
.- Parameters:
coefficientA
- The a coefficients for the computation of the wet and hydrostatic mapping functions.zenithDelay
- Values of hydrostatic and wet delays- See Also:
ViennaOneModel(double[], double[], TimeScale)
-
ViennaOneModel
public ViennaOneModel(double[] coefficientA, double[] zenithDelay, TimeScale utc)
Deprecated.Build a new instance.- Parameters:
coefficientA
- The a coefficients for the computation of the wet and hydrostatic mapping functions.zenithDelay
- Values of hydrostatic and wet delaysutc
- UTC time scale.- Since:
- 10.1
-
-
Method Detail
-
pathDelay
@Deprecated public double pathDelay(double elevation, GeodeticPoint point, double[] parameters, AbsoluteDate date)
Deprecated.Calculates the tropospheric path delay for the signal path from a ground station to a satellite.- Specified by:
pathDelay
in interfaceDiscreteTroposphericModel
- Parameters:
elevation
- the elevation of the satellite, in radianspoint
- station locationparameters
- tropospheric model parametersdate
- current date- Returns:
- the path delay due to the troposphere in m
-
pathDelay
@Deprecated public <T extends CalculusFieldElement<T>> T pathDelay(T elevation, FieldGeodeticPoint<T> point, T[] parameters, FieldAbsoluteDate<T> date)
Deprecated.Calculates the tropospheric path delay for the signal path from a ground station to a satellite.- Specified by:
pathDelay
in interfaceDiscreteTroposphericModel
- Type Parameters:
T
- type of the elements- Parameters:
elevation
- the elevation of the satellite, in radianspoint
- station locationparameters
- tropospheric model parameters at current datedate
- current date- Returns:
- the path delay due to the troposphere in m
-
computeZenithDelay
public double[] computeZenithDelay(GeodeticPoint point, double[] parameters, AbsoluteDate date)
Deprecated.This method allows the computation of the zenith hydrostatic and zenith wet delay. The resulting element is an array having the following form:- T[0] = Dhz → zenith hydrostatic delay
- T[1] = Dwz → zenith wet delay
- Parameters:
point
- station locationparameters
- tropospheric model parametersdate
- current date- Returns:
- a two components array containing the zenith hydrostatic and wet delays.
-
computeZenithDelay
public <T extends CalculusFieldElement<T>> T[] computeZenithDelay(FieldGeodeticPoint<T> point, T[] parameters, FieldAbsoluteDate<T> date)
Deprecated.This method allows the computation of the zenith hydrostatic and zenith wet delay. The resulting element is an array having the following form:- T[0] = Dhz → zenith hydrostatic delay
- T[1] = Dwz → zenith wet delay
- Type Parameters:
T
- type of the elements- Parameters:
point
- station locationparameters
- tropospheric model parametersdate
- current date- Returns:
- a two components array containing the zenith hydrostatic and wet delays.
-
mappingFactors
@Deprecated public double[] mappingFactors(double elevation, GeodeticPoint point, AbsoluteDate date)
Deprecated.This method allows the computation of the hydrostatic and wet mapping functions. The resulting element is an array having the following form:- double[0] = mh(e) → hydrostatic mapping function
- double[1] = mw(e) → wet mapping function
- Specified by:
mappingFactors
in interfaceMappingFunction
- Parameters:
elevation
- the elevation of the satellite, in radianspoint
- station locationdate
- current date- Returns:
- a two components array containing the hydrostatic and wet mapping functions.
-
mappingFactors
@Deprecated public <T extends CalculusFieldElement<T>> T[] mappingFactors(T elevation, FieldGeodeticPoint<T> point, FieldAbsoluteDate<T> date)
Deprecated.This method allows the computation of the hydrostatic and wet mapping functions. The resulting element is an array having the following form:- T[0] = mh(e) → hydrostatic mapping function
- T[1] = mw(e) → wet mapping function
- Specified by:
mappingFactors
in interfaceMappingFunction
- Type Parameters:
T
- type of the elements- Parameters:
elevation
- the elevation of the satellite, in radianspoint
- station locationdate
- current date- Returns:
- a two components array containing the hydrostatic and wet mapping functions.
-
-