emfile

Basic utility to read tomography data from files in `*.em` format.


License
BSD-3-Clause
Install
pip install emfile==0.3.0

Documentation

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)