GliaΒΆ

MorphIO also support reading and writing glia (such as astrocytes) from/to disk according to the H5 specification

import morphio

# Immutable
immutable_glia = morphio.GlialCell("astrocyte.h5")

# Mutable
empty_glia = morphio.mut.GlialCell()
mutable_glia = morphio.mut.GlialCell("astrocyte.h5")