Explore, analyze, visualize Angle Resolved Photoemission Spectroscopy (ARPES) data.
Project description
ARPES Python Tools
This python library helps you load, analyze and visualize ARPES data.
Quick start
Install latest stable version:
pip install --upgrade arpespythontools
Import and start using:
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/
Development
Run tests locally:
python3 -m unittest tests.py
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
arpespythontools-1.0.2.tar.gz
(12.2 kB
view details)
Built Distribution
File details
Details for the file arpespythontools-1.0.2.tar.gz
.
File metadata
- Download URL: arpespythontools-1.0.2.tar.gz
- Upload date:
- Size: 12.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 75b9e2de9af7f4fc8ad2c8bea39599ec9a02f64645e4886d6a57116636cb3f85 |
|
MD5 | fcb88d08ce9f5014d80102ec10e05546 |
|
BLAKE2b-256 | 0ef0424e2a22df90f2738baa87a84f960ad59acb02f218e737804b466130dba3 |
File details
Details for the file arpespythontools-1.0.2-py3-none-any.whl
.
File metadata
- Download URL: arpespythontools-1.0.2-py3-none-any.whl
- Upload date:
- Size: 20.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b94c46a1fb876a0e34ef56545cd78c3d2e54125923e80e950174736f1e52ef76 |
|
MD5 | c7085067fc1f43fa5a7028bf002f6ebd |
|
BLAKE2b-256 | 1fed543251d3aa4483a9eaa89d5a57d69b030dd77a376930e44dee02c411699f |