neurom.core.dataformat#
Data format definitions.
Functions
|
Create a Point from a data block row. |
Classes
|
Column labels for internal data representation. |
|
Create new instance of Point(x, y, z, r) |
- class neurom.core.dataformat.COLS#
Column labels for internal data representation.
- class neurom.core.dataformat.Point(x, y, z, r)#
Create new instance of Point(x, y, z, r)
- r#
Alias for field number 3
- x#
Alias for field number 0
- y#
Alias for field number 1
- z#
Alias for field number 2
- neurom.core.dataformat.as_point(row)#
Create a Point from a data block row.