https://github.com/cssfrancis/empyer
Electron Microscopy tools for analyzing 4 and 5 dimensional datasets extension of hyperspy
https://github.com/cssfrancis/empyer
Last synced: 3 months ago
JSON representation
Electron Microscopy tools for analyzing 4 and 5 dimensional datasets extension of hyperspy
- Host: GitHub
- URL: https://github.com/cssfrancis/empyer
- Owner: CSSFrancis
- Created: 2019-03-20T14:14:10.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-02-11T00:22:37.000Z (over 3 years ago)
- Last Synced: 2025-11-15T16:23:27.444Z (7 months ago)
- Language: Python
- Homepage:
- Size: 498 KB
- Stars: 1
- Watchers: 0
- Forks: 1
- Open Issues: 12
-
Metadata Files:
- Readme: README.rst
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
** Note that this project is no long supported in favor of https://github.com/pyxem/pyxem**
**EMpyer**
Empyer is an extension of the hyperspy_ package. It provides additional functionality related to analyzing 4 and 5
dimensional data sets. Especially STEM diffraction patterns from metallic glasses. Now Empyer can be loaded just
through loading hyperspy_. That means that once you install EMpyer it will automatically register the new methods
and signals with the hyperspy_ package.
Documentation can be found hosted here_.
*Quick Start Guide:*
.. code:: bash
$pip install empyer
.. code:: python
import hyperspy.api as hs
import matplotlib.pyplot as plt
dif_signal = hs.load(file, signal_type ='diffraction_signal')
dif_signal.plot()
plt.show()
.. _hyperspy: https://github.com/hyperspy
.. _here: https://empyer.readthedocs.io/en/latest/