Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 1.07 KB

Readme.md

File metadata and controls

20 lines (14 loc) · 1.07 KB

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.