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
Clone repository:
git clone https://github.com/pranabdas/arpespythontools
Install project in editable mode:
pip install -e .
Run tests locally:
python3 -m unittest discover tests
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.3.tar.gz
(12.2 kB
view details)
Built Distribution
File details
Details for the file arpespythontools-1.0.3.tar.gz
.
File metadata
- Download URL: arpespythontools-1.0.3.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 | 605461a1a121110a2cbd8b6ac8a0806cca1b342cc90fc7e4cbf3b97ea80caf96 |
|
MD5 | 294bc9b36d0e0a1b6b99f3ad29636a42 |
|
BLAKE2b-256 | b099d1487af3db96e69651c154671b61301f1ce1e5c777a22a407828b33afea5 |
File details
Details for the file arpespythontools-1.0.3-py3-none-any.whl
.
File metadata
- Download URL: arpespythontools-1.0.3-py3-none-any.whl
- Upload date:
- Size: 20.0 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 | 538f8d4c6bbeac929decf923c494b99b32ff53f75cda6c233023aa04d5e1e00d |
|
MD5 | 522adf9c1be852cbbe915de80310dad7 |
|
BLAKE2b-256 | f6d7b6738642804aba9cd668097b5548d8863624f0e63b3767b46f0a953bf58a |