NeurolucidaDATClassic

Overview

Old version of NeurolucidaDAT   ( http://www.mbfbioscience.com/ ).


Format specification

<in-progress>

Encoding:  Binary, little-endian.
Limitations:  binary trees,

Each file starts with a 18-byte header:

    0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
    0x00, 0x00


followed by 6 32 bit floats (max, min)

32 bit int (num samples ??)


followed by 24 u8 zeros  (file id, other header parameters... ?)

followed by sample data (18 bytes per sample)

u8 (major): u8 (minor) : f32 (x) : f32 (y) : f32 (z) : f32 (d)

Very similar in structure to the NeurolucidaASCClassic format.

References

This is an unpublished format

Links

none

Examples

<todo>