BIN-Format

From BlueM
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Wave.png Wave | Development

The BIN (SYDRO binary) format is a proprietary binary format for timeseries which is used by BlueM.Sim and TALSIM.

The BIN format consists of a header of 3 integers (4 bytes) that are always 3319, 0 and 0.

This is followed by the actual timeseries data arranged in pairs of a timestamp (8 bytes double) and a value (4 bytes single).

The timestamp is defined as hours since 01.01.1601.

Error values are stored as -9999.999.

Wave can read and write BIN files.