emdfile
is an interface for moving data between Python and EMD 1.0 formatted
HDF5 files. EMD (Electron Microscopy Dataset) 1.0 is a file specification
designed to carry arbitrary data and metadata in tree-like hierarchies.
See also the documentation and the EMD 1.0 specification. If you run into a problem, please file an issue.
Do
pip install emdfile
See examples and usage in the package documentation, or see samplecode/basic_usage.ipynb in this repository.
The project was made by Ben Savitzky with lots of help - most special thanks to
- Steven E. Zeltmann who wrote tqdmnd,
- Stephanie Ribet and
- Georgios Varnavidies who integrated with py4DSTEM ptycho,
- Alexander Rakowski and
- Arthur McCray and
- Alexandra Bruefach and
- Matthew Henderson who gave feedback and support,
- Peter Ercius who wrote the EMD 0.1 reader, and most of all to
- Colin Ophus who gave support, feedback, and input throughout.