An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

        

ARPES Python Tools


Python tests status
Deploy gh-pages status
Deploy gh-pages status

Latest Release
Supported Python versions

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 arp

data, 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/