Douglas3D


Overview

<todo>

Format specification:
     

Encoding:  ASCII text
Limitations: Binary trees only. No markers. No spines.

The first line consists of a header

3d

Suibsequent non-empty lines each represent a single neuron sample point with seven data items.


1
2
3
4
5
data type
Point Type
x position
y position
z position
diameter
data value
mto - Middle Tree Origin
dcp - Dendrite Continuous Point
bp - Branch Point
ne - Nerve Ending
mae - Middle Artificial End
tae - Top Artificial End
scp - Soma Continuous Point


'x', 'y', 'z' are spatial co-ordinates, given in units of  (0.1 micrometers).
'diameter' is dendrite thickness, also given in  units of  (0.1 micrometers).

position
Left Justified to column 1
Right justified to column 16
Right justified to column 27
Right justified to column 38
Right justified to column 49


Note that sample connectivity is implicit in the data - after a termination point, the next point in the data is connected to the first incomplete binary branch point encountered when ascending the tree hierarchy.


References

<todo>

Links

<todo>

Examples

<todo>