Home
last modified time | relevance | path

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

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