| skel |
Basic skeleton format. ASCII.
<int x> <int y> <int z> <int DT> |
| tskel |
skel file with transformations built in. ASCII. File contains each
segment (marked Root at start of line) followed by the cloud of points
belonging to the segment.
Root <float x1> <float y1> <float z1> : <float
x2> <float y2> <float z2>
a11 a12
a13 a14
a21 a22
a23 a24
a31 a32
a33 a34
a41 a42
a43 a44
<float x> <float y> <float z> <float DT>
<float x> <float y> <float z> <float DT>
...
... |
| mskel |
Sorted tskel file. ASCII. Sorted in decreasing order of thinness.
<int x> <int y> <int z> <float DT> <float
Thinness> |
| vol |
Primary Vizlab volume file format. Binary data, arranged in order of
x, y, z. Size maintained in vol.dir in correspondign directory. Contained
unsigned chars, range 0-255. |
| vol.dir |
Contains volume size of the volumes in the directory. |
| VOL |
vol file with a 100-Bytes ASCII header slapped on top. The first
3 numbers in the header indicate file size (int x, int y, int z). |