rtklibexplorer / RTKLIB

A version of RTKLIB optimized for low cost GNSS receivers, especially u-blox receivers. It is based on RTKLIB 2.4.3 and is kept reasonably closely synced to that branch. This software is provided “AS IS” without any warranties of any kind so please be careful, especially if using it in any kind of real-time application.
http://rtkexplorer.com/
Other
603 stars 236 forks source link

the receiver height should be used in unit of km in function "extern double ionppp(...)" #412

Closed Fox-0124 closed 1 week ago

Fox-0124 commented 1 week ago

both 're' and 'hion' are in unit of km, while the 'pos[2]' in unit of meter. this line is not correct. "r=re+pos[2];"

rtklibexplorer commented 1 week ago

Fixed in PR#415