Skip to content

Error Occurs When Decoding Galileo-HAS and Outputting as File #48

@opgn716

Description

@opgn716

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions