Home
last modified time | relevance | path

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

/cts/tests/location/location_gnss/src/android/location/cts/gnss/pseudorange/
DTroposphericModelEgnos.java77 private static final double[] latDegreeToLampdaAmpMap = {0.0, 0.33, 0.46, 0.74, 0.30}; field in TroposphericModelEgnos
212 lambda = latDegreeToLampdaAmpMap[INDEX_15_DEGREES] - latDegreeToLampdaAmpMap[INDEX_15_DEGREES] in calculateZenithDryAndWetDelaysSec()
253 latDegreeToLampdaAmpMap[key - 1], (key + 1) * LATITUDE_15_DEGREES, in calculateZenithDryAndWetDelaysSec()
254 latDegreeToLampdaAmpMap[key], absLatitudeDeg); in calculateZenithDryAndWetDelaysSec()
265 lambda = latDegreeToLampdaAmpMap[INDEX_75_DEGREES] - latDegreeToLampdaAmpMap[INDEX_75_DEGREES] in calculateZenithDryAndWetDelaysSec()