Home
last modified time | relevance | path

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

/cts/tests/location/location_gnss/src/android/location/cts/gnss/pseudorange/
DTroposphericModelEgnos.java70 private static final double[] latDegreeToTempKelvinAmpMap = {0.0, 7.0, 11.0, 15.0, 14.5}; field in TroposphericModelEgnos
207 - latDegreeToTempKelvinAmpMap[INDEX_15_DEGREES] * amplitudeScalefactor; in calculateZenithDryAndWetDelaysSec()
229 latDegreeToTempKelvinAmpMap[key - 1], (key + 1) * LATITUDE_15_DEGREES, in calculateZenithDryAndWetDelaysSec()
230 latDegreeToTempKelvinAmpMap[key], absLatitudeDeg); in calculateZenithDryAndWetDelaysSec()
260 - latDegreeToTempKelvinAmpMap[INDEX_75_DEGREES] * amplitudeScalefactor; in calculateZenithDryAndWetDelaysSec()