public interface IonosphericMappingFunction
The purpose of an ionospheric mapping function is to convert the Vertical Total Electron Content (VTEC) to a Slant Total Electron Content (STEC) using the following formula:
STEC = VTEC * m(e)
With m(e) the ionospheric mapping function and e the satellite elevation.
Modifier and Type | Method and Description |
---|---|
double |
mappingFactor(double elevation)
This method allows the computation of the ionospheric mapping factor.
|
<T extends CalculusFieldElement<T>> |
mappingFactor(T elevation)
This method allows the computation of the ionospheric mapping factor.
|
double mappingFactor(double elevation)
elevation
- the elevation of the satellite, in radians.<T extends CalculusFieldElement<T>> T mappingFactor(T elevation)
T
- type of the elementselevation
- the elevation of the satellite, in radians.Copyright © 2002-2022 CS GROUP. All rights reserved.