SciFiReaders.readers.microscopy.em.tem.nion_reader

Functions

parse_zip(fp)

Parse the zip file headers at fp :param fp: the file pointer from which to parse the zip file :return: A tuple of local files, directory headers, and end of central directory The local files are dictionary where the keys are the local file offset and the values are each a tuple consisting of the name, data position, data length, and crc32.

Classes

NionReader(file_path[, verbose])

file_path: filepath to dm3 file.