airbornegeo.eotvos_correction_glicken#
- eotvos_correction_glicken(latitude, track, ground_speed)[source]#
Compute the simple Eötvös correction from latitude, aircraft track and ground speed using the Glicken 1962 simplified equation.
- Parameters:
latitude (
ndarray[tuple[Any,...],dtype[TypeVar(_ScalarT, bound=generic)]]) – Latitude in decimal degreestrack (
ndarray[tuple[Any,...],dtype[TypeVar(_ScalarT, bound=generic)]]) – Aircraft track in decimal degrees from geographic north, positive clock-wiseground_speed (
ndarray[tuple[Any,...],dtype[TypeVar(_ScalarT, bound=generic)]]) – Ground speed in meters per second
- Returns:
Eötvös correction in mGal
- Return type:
ndarray[tuple[Any,...],dtype[TypeVar(_ScalarT, bound=generic)]]