Skip to main content

Explore, analyze, visualize Angle Resolved Photoemission Spectroscopy (ARPES) data.

Project description

ARPES Python Tools

Python tests status Deploy gh-pages status Latest Release

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


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 hashes)

Uploaded Source

Built Distribution

arpespythontools-0.6.1-py3-none-any.whl (20.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page