https://github.com/pranabdas/arpespythontools
Explore, analyze, visualize Angle Resolved Photoemission Spectroscopy (ARPES) data.
https://github.com/pranabdas/arpespythontools
arpes condensed-matter-physics data-analysis materials-science matplotlib photoelectron-spectroscopy python surface-science
Last synced: 25 days ago
JSON representation
Explore, analyze, visualize Angle Resolved Photoemission Spectroscopy (ARPES) data.
- Host: GitHub
- URL: https://github.com/pranabdas/arpespythontools
- Owner: pranabdas
- License: mit
- Created: 2019-07-20T10:42:49.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2025-04-13T02:16:11.000Z (about 2 months ago)
- Last Synced: 2025-04-13T03:25:39.281Z (about 2 months ago)
- Topics: arpes, condensed-matter-physics, data-analysis, materials-science, matplotlib, photoelectron-spectroscopy, python, surface-science
- Language: Python
- Homepage: https://pranabdas.github.io/arpespythontools/
- Size: 25.9 MB
- Stars: 11
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
ARPES Python Tools
This python library helps you load, analyze and visualize ARPES data.
## Quick start
Install latest stable version:
```console
pip install --upgrade arpespythontools
```Import and start using:
```python
import arpespythontools as arpdata, energy, angle = arp.load_ses_spectra("sample_spectrum.txt")
data_k, e_bin, k = arp.k_conv(data, energy, angle, 16.67)
```Please find the detailed documentation here: https://pranabdas.github.io/arpespythontools/