neurom.io.hdf5.H5.read

static H5.read(filename, remove_duplicates=True, wrapper=<class 'neurom.io.datawrapper.RawDataWrapper'>)

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.