neurom.io.hdf5.read

neurom.io.hdf5.read(filename, remove_duplicates=False, data_wrapper=<class 'neurom.io.datawrapper.DataWrapper'>)

Read a file and return a tuple of data, format.

  • Tries to guess the format and the H5 version.
  • Unpacks the first block it finds out of (‘repaired’, ‘unraveled’, ‘raw’)
Parameters:remove_duplicates – boolean, If True removes duplicate points from the beginning of each section.