Home
last modified time | relevance | path

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

/dports/astro/gpstk/GPSTk-8.0.0/ext/apps/geomatics/relposition/
H A DDoubleDifference.cpp261 double ddL1,ddL2,ddER,ddP1,ddP2,dd,db1,db2; in ComputeDoubleDifferences() local
333 ddER = (SDmap[sid].ER[indx] - SDmap[ref].ER[Inext[ref]]); in ComputeDoubleDifferences()
342 dd = (-ddL1+ddER)/wl1; in ComputeDoubleDifferences()
345 dd = (-ddL2+ddER)/wl2; in ComputeDoubleDifferences()
356 tddb.prevL1 = (ddL1-ddER)+tddb.L1bias; in ComputeDoubleDifferences()
357 tddb.prevL2 = (ddL2-ddER)+tddb.L2bias; in ComputeDoubleDifferences()
368 db1 = (ddsign*(ddL1-ddER) + ddb.L1bias - ddb.prevL1)/wl1; in ComputeDoubleDifferences()
369 db2 = (ddsign*(ddL2-ddER) + ddb.L2bias - ddb.prevL2)/wl2; in ComputeDoubleDifferences()
391 ddb.prevL1 = ddsign*(ddL1-ddER); in ComputeDoubleDifferences()
392 ddb.prevL2 = ddsign*(ddL2-ddER); in ComputeDoubleDifferences()
[all …]