GeoscienceAustralia / ginan

The Australian Government, through Positioning Australia (part of Geoscience Australia), is funding the design, development and operational service of a Global Navigation Satellite System (GNSS) position correction system - the Ginan service and toolkit. The application of the Ginan correction service by a GNSS device has the potential to increase positioning accuracy from meters to centimetres across Australia. The suite of software systems in this repository (the Ginan toolkit) will be used to create the service. It is available now under an open source licence. Ginan will give individuals and organisations no-cost access to the Ginan software and service as a public good.
https://geoscienceaustralia.github.io/ginan/
Other
221 stars 107 forks source link

How to specify the approximated log start time for RTCM file? #50

Closed whu-dyf closed 1 year ago

whu-dyf commented 1 year ago

Dear Ginan team,

I want to run simulated real-time PPP using the recoded .rtcm3 files. Is there any options to specify the approximated log start time in the configuration? Thank you in advance for your reply!

polytopes-design commented 1 year ago

These options may specify the start and end epochs for processing, however if they are undefined the software will automatically start at the first epoch found in the rtcm/rinex file.

processing_options:

    epoch_control:
        start_epoch:                2019-07-17 01:00:00
        end_epoch:                  2019-07-19 23:00:00