public class MariniMurrayModel extends Object implements TroposphericCorrection
ABSOLUTE_ZERO, H0, P0, RH0, T0| Constructor and Description |
|---|
MariniMurrayModel(double p0,
double phi,
double rH,
double t0,
double lambda,
double alt)
Constructor for the class MariniMurrayModel.
|
| Modifier and Type | Method and Description |
|---|---|
double |
computeSignalDelay(double elev)
Calculates the tropospheric signal delay for the signal path from a
ground station to a satellite.
|
boolean |
equals(Object obj) |
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitcomputeStandardValues, computeStandardValuespublic MariniMurrayModel(double p0,
double phi,
double rH,
double t0,
double lambda,
double alt)
p0 - Atmospheric pressure at the laser site [Pascal]phi - Latitude of the laser site [Radians]rH - Relative humidity measurement [%]t0 - Atmospheric temperature at the laser site [Kelvin]lambda - Wavelength of radiation [nm]alt - Altitude of the site [Meters]public double computeSignalDelay(double elev)
computeSignalDelay in interface TroposphericCorrectionelev - the elevation of the satellite [rad]Copyright © 2022 CNES. All rights reserved.