Skip to content
/ arpys Public
forked from rosm5788/arpys

ARPES analysis with Python

Notifications You must be signed in to change notification settings

Ashu723/arpys

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ARPYS

Angle resolved Python spectroscopy - Dessau Group

Dependencies: numpy,scipy, xarray, matplotlib, pandas, astropy (FITS), nexusformat (Diamond NEXUS files), pyqt (for ImageTool), PyImageTool (Kyle Gordon - New Repo: https://github.com/rosm5788/PyImageTool), and a patched version of igorpy from Conrad Stansbury (Lanzara Group) (New Repo: https://github.com/rosm5788/igorpy)

First, create a virtual environment with at least python 3.0, and then install the aforementioned dependencies. (Try to install from conda forge where possible: conda install -c conda-forge)

For PyImageTool, the installation instructions can be found at the github link above and should be installed in the same virtual environment as ARPYS. (python setup.py install is now deprecated, instead navigate to main directory of PyImageTool and do 'pip install .' after activating correct conda environment)

Same goes for the patched version of igorpy from Conrad Stansbury. (Necessary for loading MERLIN .pxt files, and other .ibw files)

"Garrison" branch includes Garrison's MDC fitting packages and subroutines.

About

ARPES analysis with Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%