georust / rinex

RINEX and GNSS data processing :artificial_satellite:
Apache License 2.0
63 stars 14 forks source link

DORIS RINEX processing #218

Open gwbres opened 3 months ago

gwbres commented 3 months ago

@ChristopherRabotin,

A new doris branch attempts at answering Discussion #77

The fundemental issue is how to correctly describe the DORIS measurements in time. They are published in the DORIS timescale, with means to relate the observations to TAI. My plan, since we cannot represent "DORIS", is to find means to store them as TAI by applying the correct offset. Not sure this is entirely feasible at the moment.

gwbres commented 3 months ago

@ChristopherRabotin,

making good progress, parsing is almost complete. Now I will have to spend a few days verify the observation mode correctly applies to these files, and see if we can propose a couple of interesting operations dedicated to this new format

gwbres commented 2 months ago

Partial support initiated, files are parsed somewhat sucessfully. Next PR will verify this parsing thoroughly and at least unlock the -g option in the CLI toolbox