Home
last modified time | relevance | path

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

/cts/tests/location/location_gnss/src/android/location/cts/gnss/pseudorange/
DTroposphericModelEgnos.java87 private static final double GRAVITY_MPS2 = 9.80665; field in TroposphericModelEgnos
274 double powerDry = (GRAVITY_MPS2 / (RD * beta)); in calculateZenithDryAndWetDelaysSec()
275 double powerWet = (((lambda + 1.0) * GRAVITY_MPS2) / (RD * beta)) - 1.0; in calculateZenithDryAndWetDelaysSec()