yoronneko / qzsl6tool

QZS L6 Tool: quasi-zenith satellite L6-band tool
Other
18 stars 9 forks source link

qzsl1sread.py input format changed #16

Closed yoronneko closed 7 months ago

yoronneko commented 7 months ago
  1. qzsl1sread.py (QZS L1S message read) stdin format changed The use of QZS L1S archive requires the file name as an argument, not stdin. The stdin format changed to [PRN(8)][L1S RAW(250)][padding(6)] because of further externsions. The L1S output format in ubxread.py is modified to fit this modifications.

  2. Time conversion codes of gps2utc.py and utc2gps.py are merged to libgnsstime.py, and it also provides other GNSS time conversion.