You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

arpespythontools

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

arpespythontools

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

1.2.2
pipPyPI
Maintainers
1

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:

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/

Keywords

arpes

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts