neurom.io.hdf5.H5

class neurom.io.hdf5.H5

Bases: object

Read HDF5 v1 or v2 files and unpack into internal raw data block

Internal row format: [X, Y, Z, R, TYPE, ID, PARENT_ID]

Methods

read Read a file and return a tuple of data, format.
read_v1 Read an HDF5 v1 file and return a tuple of data, format.
read_v2 Read an HDF5 v2 file and return a tuple of data, format.
remove_duplicate_points Removes the duplicate points from the beginning of a section, if they are present in points-groups representation.
unpack_data Unpack data from h5 data groups into internal format