File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 8383TROPO_DELAY_C3 = 1.33e-4
8484"""float : Third coefficient of simplified tropospheric delay model developed in [1]_."""
8585
86- CONSTELLATION_CHARS = {'G' : 'gps' ,
87- 'R' : 'glonass' ,
88- 'S' : 'sbas' ,
89- 'C' : 'beidou' ,
90- 'E' : 'galileo' ,
91- 'J' : 'qzss' ,
92- 'I' : 'irnss' ,
86+ CONSTELLATION_CHARS = {'G' : 'gps' ,
87+ 'R' : 'glonass' ,
88+ 'S' : 'sbas' ,
89+ 'C' : 'beidou' ,
90+ 'E' : 'galileo' ,
91+ 'J' : 'qzss' ,
92+ 'I' : 'irnss' ,
9393 }
9494"""dict : Satellite System identifier from Rinex specification p13 in [2]_."""
9595
96- CONSTELLATION_ANDROID = {1 :'gps' ,
97- 3 :'glonass' ,
98- 2 :'sbas' ,
99- 5 :'beidou' ,
100- 6 :'galileo' ,
101- 4 :'qzss' ,
102- 7 :'irnss' ,
96+ CONSTELLATION_ANDROID = {1 : 'gps' ,
97+ 3 : 'glonass' ,
98+ 2 : 'sbas' ,
99+ 5 : 'beidou' ,
100+ 6 : 'galileo' ,
101+ 4 : 'qzss' ,
102+ 7 : 'irnss' ,
103103 0 : 'unknown' ,
104104 }
105105"""dict : Satellite System identifier from GNSSStatus specification [3]_."""
You can’t perform that action at this time.
0 commit comments