public class MariniMurrayModel extends Object implements DiscreteTroposphericModel
| Constructor and Description |
|---|
MariniMurrayModel(double t0,
double p0,
double rh,
double lambda)
Create a new Marini-Murray model for the troposphere using the given
environmental conditions.
|
| Modifier and Type | Method and Description |
|---|---|
List<ParameterDriver> |
getParametersDrivers()
Get the drivers for parameters.
|
static MariniMurrayModel |
getStandardModel(double lambda)
Create a new Marini-Murray model using a standard atmosphere model.
|
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, waitgetParameters, getParameterspublic MariniMurrayModel(double t0,
double p0,
double rh,
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)lambda - laser wavelength (c/f), nmpublic static MariniMurrayModel getStandardModel(double lambda)
lambda - laser wavelength (c/f), nmpublic double pathDelay(double elevation,
GeodeticPoint point,
double[] parameters,
AbsoluteDate date)
pathDelay in interface DiscreteTroposphericModelelevation - 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 DiscreteTroposphericModelT - type of the elementselevation - the elevation of the satellite, in radianspoint - station locationparameters - tropospheric model parametersdate - current datepublic List<ParameterDriver> getParametersDrivers()
getParametersDrivers in interface ParametersDriversProviderCopyright © 2002-2023 CS GROUP. All rights reserved.