Documentation
¶
Index ¶
- func Niell(elev, lat, alt, doy float64) float64
- func NiellWet(elev, lat float64) float64
- func SaastamoinenGeodetic(elevationDegrees float64, receiverGeodetic coordinates.GeodeticCoord) float64
- func Sasstamoinen(elevationDeg float64, receiverECEF coordinates.Vector3D) float64
- func Stanag(elevationDegrees float64, receiverECEF coordinates.Vector3D) float64
- func StanagHeight(elevationDegrees, receiverHeight float64) float64
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SaastamoinenGeodetic ¶ added in v0.14.0
func SaastamoinenGeodetic(elevationDegrees float64, receiverGeodetic coordinates.GeodeticCoord) float64
func Sasstamoinen ¶
func Sasstamoinen(elevationDeg float64, receiverECEF coordinates.Vector3D) float64
func Stanag ¶
func Stanag(elevationDegrees float64, receiverECEF coordinates.Vector3D) float64
Stanag computes the tropospheric delay for a given receiver position and elevation angle using the STANAG mapping function.
Parameters: - elevationDegrees: Elevation angle in degrees. - receiverECEF: Receiver position in ECEF coordinates.
Returns: - Tropospheric delay in meters.
func StanagHeight ¶ added in v0.14.0
StanagHeight computes the tropospheric delay given the receiver's height and elevation angle using the STANAG mapping function.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.