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 Galileo-HAS and output the result as a file.
In the "self.out_log()" function of "cssrlib.py", when "self.subtype == sCSSR.CBIAS", you get the keys like this:
for sig_ in range(self.lc[0].pbias[sat_].keys()):
However, the "range()" function doesn't seem to support arguments of type 'dict_keys'.
The similar issue also arises when 'subtype == sCSSR.PBIAS'.
In my attempt, removing the “range()” function allows the program to run normally.
If I have misunderstood, I humbly request correction.
Best regards