emfile
Basic utility to read tomography data from files in *.em
format.
Installation
pip install emfile
Basic usage
header, data = emfile.read(path, mmap=False, header_only=False)
emfile.write(path, data, overwrite=True)
Basic utility to read tomography data from files in `*.em` format.
pip install emfile==0.3.0
Basic utility to read tomography data from files in *.em
format.
pip install emfile
header, data = emfile.read(path, mmap=False, header_only=False)
emfile.write(path, data, overwrite=True)