hirokawa / cssrlib

Python Toolkit for satellite-based open PPP/PPP-RTK services
MIT License
117 stars 37 forks source link

Decoding code bias of B2b message #43

Open MayHarryWang opened 8 months ago

MayHarryWang commented 8 months ago

Dear Dr. Rui Hirokawa,

Thanks for providing the compact PPP/PPP-RTK toolkit. I can really learned a lot following your tutorial.

However, I found one issue when decoding the code bias from BDS-B2b augmentation message. The scale factor in ICD is 0.017, however, in the CSSRLIB, the scale factor is set as 0.02. It seems that the scale factor is not reset in cssr_bds.py. If I miss anything, please let me know.

Best regards

hirokawa commented 8 months ago

Thank you for the feedback. I will check the lsb.

Rui

hirokawa commented 8 months ago

The scale factor of code bias in BDS PPP decoder was fixed.