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 tropospheric model 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, wait
getParameters, getParameters
public 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 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 List<ParameterDriver> getParametersDrivers()
getParametersDrivers
in interface DiscreteTroposphericModel
Copyright © 2002-2022 CS GROUP. All rights reserved.