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
Clone or download the repository:
git clone https://github.com/pranabdas/arpespythontools.git
Include path of parent arpespythontools
folder (not required if you place it
under your working directory) and import
in your program:
import sys
sys.path.append("/parent/arpespythontools/path/")
import arpespythontools as arp
Use the modules:
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-0.6.1.tar.gz
(12.5 kB
view details)
Built Distribution
File details
Details for the file arpespythontools-0.6.1.tar.gz
.
File metadata
- Download URL: arpespythontools-0.6.1.tar.gz
- Upload date:
- Size: 12.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.8.6 Darwin/23.6.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5aa4074cd48901c542070aaac7c3fee8975028f9d3915fb540561b9a8a30c574 |
|
MD5 | 14bdc23eb983033c3b8c588555c3b33e |
|
BLAKE2b-256 | e04fe624f0bd49b7019b696e129196e8299ec85702fed6cd671c862c1489ce83 |
File details
Details for the file arpespythontools-0.6.1-py3-none-any.whl
.
File metadata
- Download URL: arpespythontools-0.6.1-py3-none-any.whl
- Upload date:
- Size: 20.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.8.6 Darwin/23.6.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 85c1c8d738cadb82e3751e99135236a4fcc38819502c1fadd55b802880895c8d |
|
MD5 | cd3ceb3d0d4c8be2c565ec8768df3552 |
|
BLAKE2b-256 | 00a7aabada069c3fe35e52e6df4bfba10a959329db1679928ec99e2bf892c82d |