neurom.io.NeuronLoader

class neurom.io.NeuronLoader(directory, file_ext=None, cache_size=None)[source]

Bases: object

Caching morphology loader.

Parameters:
  • directory – path to directory with morphology files
  • file_ext – file extension to look for (if not set, will pick any of .swc|.h5|.asc)
  • cache_size – size of LRU cache (if not set, no caching done)

Methods

__init__
get Get name morphology data.