Session report
Introduction
Qinertia CLI output at the end of the processing, a JSON report that contains information, status and quality indicators. This JSON report is both returned through the pipe to the calling process and can also be output if configured in the Report Block.
The JSON report details all files that have been imported, the settings used for the processing, some quality indicators, the status of each operation and so on. It also includes, for example, estimated GNSS lever arms values and computed base station PPP results according to the JSON Process file configuration.
Qinertia CLI can also output PDF and HTML versions of this JSON report if you would like a ready to use document. However, with the JSON file, you can create your own report file to get customized reports.
JSON Schema
Please find below the processing report JSON Schema that list the main sections. If you need more information about the report format, please contact SBG Systems support@sbg-systems.com team.
Parameter | Type | Optional | Description |
---|---|---|---|
version | string | The version of the processing file and should be set to "1.0" | |
summary | object | General project information such as the first/last observation time | |
system | object | General system and compute information such as hardware details and operating system. | |
dataImport | object | List all files that have been imported as well as quality control indicators such as gaps, coverage etc. If any error during data import and conversion is reported in this part. | |
deviceSettings | object | INS settings used by Qinertia to do the processing. INS settings are, for example, the GNSS lever arms, the IMU sensor orientation, etc. | |
estimation | object | Only reported when the processing option If set to true, Qinertia first processes the log to estimate mechanical installation parameters such as lever arms. Then a second processing is automatically executed to post process the final solution using the estimated mechanical parameters. This node shares the same schema as the | |
processing | object | Returns general information on the processing itsefl such as the processing mode, reports on the rover and base station data. It also details which GNSS base stations have been used if applicable. You can also find in this section base stations PPP computations results if you asked for it as well as estimated mechanical installation parameters (lever arms). | |
iono | object | Returns the ionospheric activity that might affect GNSS/INS accuracy during the mission. | |
quality | object | Overall quality indicators such as orientation estimated accuracy, separation between forward/backward or solution type pie chart. | |
photogrammetry | object | Summary about picture/events match for photogrammetry image geotagging. | |
export | object | List all configured export jobs with associated status. It also provide the list of files that have been output. Any error reported during the export process is reported in this section. |
Example
Please find below a typical INS tightly coupled post processing JSON report example output. The processing mode is insSingle and the user has provided a RINEX GNSS base station file.