PrideLab / PRIDE-PPPAR

An open‑source software for Multi-GNSS PPP ambiguity resolution
http://pride.whu.edu.cn/
GNU General Public License v3.0
242 stars 99 forks source link

Receiver clock file contains epochs with minute=60 #4

Closed aewallin closed 2 years ago

aewallin commented 2 years ago

I'm seeing results in the receiver clock file "rck" with minute=60, which is not valid as input for e.g. python datetime.

For example:

Year Mon Day Hour Min Sec 2022 2 19 0 59 30.000000 2022 2 19 0 60 0.000000 2022 2 19 1 0 30.000000

The middle line in this example is invalid, and should have minute=0 and hour=1, like this:

2022 2 19 1 0 0.000000

PrideLab commented 2 years ago

Thanks for your feedback, this bug is caused by wrongly carry second to minute but not carry minute to hour in _lsq_rcvprmt.f90, and it has been fixed in the newly release version 2.2.