Class TroposphericDelay
java.lang.Object
org.orekit.models.earth.troposphere.TroposphericDelay
Container for tropospheric delay.
- Since:
- 12.1
- Author:
- Luc Maisonobe
-
Constructor Summary
ConstructorsConstructorDescriptionTroposphericDelay(double zh, double zw, double sh, double sw) Simple constructor. -
Method Summary
-
Constructor Details
-
TroposphericDelay
public TroposphericDelay(double zh, double zw, double sh, double sw) Simple constructor.- Parameters:
zh- hydrostatic zenith delay (m)zw- wet zenith delay (m)sh- hydrostatic slanted delay (m)sw- wet slanted delay (m)
-
-
Method Details
-
getZh
public double getZh()Get hydrostatic zenith delay (m).- Returns:
- hydrostatic zenith delay (m)
-
getZw
public double getZw()Get wet zenith delay (m).- Returns:
- wet zenith delay (m)
-
getSh
public double getSh()Get slanted delay (m).- Returns:
- slanted delay (m)
-
getSw
public double getSw()Get wet slanted delay (m).- Returns:
- wet slanted delay (m)
-
getDelay
public double getDelay()Get the total slanted delay (m).- Returns:
- total slanted delay (m)
-