public class MariniMurrayModel extends Object implements DiscreteTroposphericModel
| Constructor and Description |
|---|
MariniMurrayModel(double t0,
double p0,
double rh,
double latitude,
double lambda)
Create a new Marini-Murray model for the troposphere using the given
environmental conditions.
|
| 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.
|
static MariniMurrayModel |
getStandardModel(double latitude,
double lambda)
Create a new Marini-Murray model using a standard atmosphere model.
|
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, getParameterspublic MariniMurrayModel(double t0,
double p0,
double rh,
double latitude,
double lambda)
t0 - the temperature at the station, Kp0 - the atmospheric pressure at the station, mbarrh - the humidity at the station, percent (50% -> 0.5)latitude - site latitudelambda - laser wavelength (c/f), nmpublic static MariniMurrayModel getStandardModel(double latitude, double lambda)
latitude - site latitudelambda - laser wavelength (c/f), nmpublic double pathDelay(double elevation,
double height,
double[] parameters,
AbsoluteDate date)
DiscreteTroposphericModelpathDelay 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)
DiscreteTroposphericModelpathDelay 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)
DiscreteTroposphericModelcomputeZenithDelay 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)
DiscreteTroposphericModelcomputeZenithDelay 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)
MappingFunctionmappingFactors 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)
MappingFunctionmappingFactors 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()
MappingFunctiongetParametersDrivers in interface MappingFunctionCopyright © 2002-2021 CS GROUP. All rights reserved.