neurom.io.readersΒΆ

Module for morphology data loading and access

Data is unpacked into a 2-dimensional raw data block:

[X, Y, Z, R, TYPE, ID, PARENT_ID]

There is one such row per measured point.

Functions to umpack the data and a higher level wrapper are provided. See

  • load_data
  • RawDataWrapper

Functions

load_data Unpack filename and return a RawDataWrapper object containing the data

Classes

RawDataWrapper Class holding an array of data and an offset to the first element