Documentation ¶
Index ¶
Constants ¶
View Source
const ( EarthRadius = 6371e3 // Average Earth radius in meters IonosphereAlt = 450e3 // Ionospheric altitude above Earth's surface in meters IonosphereRadius = EarthRadius + IonosphereAlt )
Constants for Earth and ionospheric shell
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Vector3D ¶
type Vector3D struct {
X, Y, Z float64
}
func GeodeticToECEF ¶
Converts geodetic coordinates (latitude, longitude, altitude) to ECEF coordinates
func GetIonoPiercePoint ¶
Calculates the Ionospheric Pierce Point (IPP) given receiver and satellite positions in ECEF coordinates
func SubtractVectors ¶
Subtracts one vector from another
Click to show internal directories.
Click to hide internal directories.