Home
last modified time | relevance | path

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

/cts/tests/location/location_gnss/src/android/location/cts/gnss/pseudorange/
DTroposphericModelEgnos.java277 double zenithWetDelaySeconds = zenithWetDelayAtSeaLevelSeconds * Math.pow(commonBase, powerWet); in calculateZenithDryAndWetDelaysSec() local
278 return new DryAndWetZenithDelays(zenithDryDelaySeconds, zenithWetDelaySeconds); in calculateZenithDryAndWetDelaysSec()