Home
last modified time | relevance | path

Searched refs:latDegreeToWVPressureMbarAmpMap (Results 1 – 1 of 1) sorted by relevance

/cts/tests/location/location_gnss/src/android/location/cts/gnss/pseudorange/
DTroposphericModelEgnos.java72 private static final double[] latDegreeToWVPressureMbarAmpMap = {0.0, 8.85, 7.24, 5.36, 3.39}; field in TroposphericModelEgnos
209 - latDegreeToWVPressureMbarAmpMap[INDEX_15_DEGREES] * amplitudeScalefactor; in calculateZenithDryAndWetDelaysSec()
237 latDegreeToWVPressureMbarAmpMap[key - 1], (key + 1) * LATITUDE_15_DEGREES, in calculateZenithDryAndWetDelaysSec()
238 latDegreeToWVPressureMbarAmpMap[key], absLatitudeDeg); in calculateZenithDryAndWetDelaysSec()
262 - latDegreeToWVPressureMbarAmpMap[INDEX_75_DEGREES] * amplitudeScalefactor; in calculateZenithDryAndWetDelaysSec()