Skip to content
Plamen Bekyarov edited this page Sep 21, 2018 · 3 revisions

Welcome to the SConvert wiki!

This is just short documentation about this project.

Overview

The program converts raw data logged by the SiLog into GeoSIG ASCII file format. At the time, SiLog writes data in binary files with extension "bin". After converting, the new ASCII file is renamed with the following naming scheme:

YYYY-MM-DD_HH-MM-SS_<bin filename>.txt

for example:

mpu-001_00.bin -> 2018-08-21_09-46-49_mpu-001_00.txt

Date and time information is extracted from the first record of the raw file.

Clone this wiki locally