public class MendesPavlisModel extends Object implements DiscreteTroposphericModel, MappingFunction
Constructor and Description |
---|
MendesPavlisModel(double t0,
double p0,
double rh,
double lambda)
Create a new Mendes-Pavlis model for the troposphere.
|
Modifier and Type | Method and Description |
---|---|
<T extends CalculusFieldElement<T>> |
computeZenithDelay(FieldGeodeticPoint<T> point,
T[] parameters,
FieldAbsoluteDate<T> date)
This method allows the computation of the zenith hydrostatic and
zenith wet delay.
|
double[] |
computeZenithDelay(GeodeticPoint point,
double[] parameters,
AbsoluteDate date)
This method allows the computation of the zenith hydrostatic and
zenith wet delay.
|
List<ParameterDriver> |
getParametersDrivers()
Get the drivers for tropospheric model parameters.
|
static MendesPavlisModel |
getStandardModel(double lambda)
Create a new Mendes-Pavlis model using a standard atmosphere model.
|
double[] |
mappingFactors(double elevation,
GeodeticPoint point,
AbsoluteDate date)
With the Mendes Pavlis tropospheric model, the mapping
function is not split into hydrostatic and wet component.
|
<T extends CalculusFieldElement<T>> |
mappingFactors(T elevation,
FieldGeodeticPoint<T> point,
FieldAbsoluteDate<T> date)
With the Mendes Pavlis tropospheric model, the mapping
function is not split into hydrostatic and wet component.
|
double |
pathDelay(double elevation,
GeodeticPoint point,
double[] parameters,
AbsoluteDate date)
Calculates the tropospheric path delay for the signal path from a ground
station to a satellite.
|
<T extends CalculusFieldElement<T>> |
pathDelay(T elevation,
FieldGeodeticPoint<T> point,
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 MendesPavlisModel(double t0, double p0, double rh, double lambda)
t0
- the temperature at the station, Kp0
- the atmospheric pressure at the station, hParh
- the humidity at the station, percent (50% → 0.5)lambda
- laser wavelength, µmpublic static MendesPavlisModel getStandardModel(double lambda)
lambda
- laser wavelength, µmpublic double pathDelay(double elevation, GeodeticPoint point, double[] parameters, AbsoluteDate date)
pathDelay
in interface DiscreteTroposphericModel
elevation
- the elevation of the satellite, in radianspoint
- station locationparameters
- tropospheric model parametersdate
- current datepublic <T extends CalculusFieldElement<T>> T pathDelay(T elevation, FieldGeodeticPoint<T> point, T[] parameters, FieldAbsoluteDate<T> date)
pathDelay
in interface DiscreteTroposphericModel
T
- type of the elementselevation
- the elevation of the satellite, in radianspoint
- station locationparameters
- tropospheric model parametersdate
- current datepublic double[] computeZenithDelay(GeodeticPoint point, double[] parameters, AbsoluteDate date)
point
- station locationparameters
- tropospheric model parametersdate
- current datepublic <T extends CalculusFieldElement<T>> T[] computeZenithDelay(FieldGeodeticPoint<T> point, T[] parameters, FieldAbsoluteDate<T> date)
T
- type of the elementspoint
- station locationparameters
- tropospheric model parametersdate
- current datepublic double[] mappingFactors(double elevation, GeodeticPoint point, AbsoluteDate date)
Therefore, the two components of the resulting array are equals.
The total delay will thus be computed as:
δ = Dhz * m(e) + Dwz * m(e)
δ = (Dhz + Dwz) * m(e) = δz * m(e)
mappingFactors
in interface MappingFunction
elevation
- the elevation of the satellite, in radianspoint
- station locationdate
- current datepublic <T extends CalculusFieldElement<T>> T[] mappingFactors(T elevation, FieldGeodeticPoint<T> point, FieldAbsoluteDate<T> date)
Therefore, the two components of the resulting array are equals.
The total delay will thus be computed as:
δ = Dhz * m(e) + Dwz * m(e)
δ = (Dhz + Dwz) * m(e) = δz * m(e)
mappingFactors
in interface MappingFunction
T
- type of the elementselevation
- the elevation of the satellite, in radianspoint
- station locationdate
- current datepublic List<ParameterDriver> getParametersDrivers()
getParametersDrivers
in interface DiscreteTroposphericModel
Copyright © 2002-2022 CS GROUP. All rights reserved.