File Formats

The main file format used by the software is the HDF5(.h5) format. Multiple file formats can be read/imported, but the data will be converted to the HDF5 format in a temporary file.

The following formats are supported for reading:

  • HDF5 (*.h5)

  • CSV (*.csv)

  • Matlab (*.mat)

  • Text data-file (*)

The data in each of the formats must be structured as described in the following below.

The following formats are supported for exporting:
  • HDF5 (*.h5)

  • CSV (*.csv)

See exporting section for more info.

HDF5 data structure

Documentation yet to come…

CSV data structure

Documentation yet to come…

Matlab data structure

Documentation yet to come…

Text data structure

Documentation yet to come…