Skip to content

Latest commit

 

History

History
executable file
·
35 lines (25 loc) · 680 Bytes

README.md

File metadata and controls

executable file
·
35 lines (25 loc) · 680 Bytes

SpectroCrunch: spectroscopic imaging library (XRF/XAS)

Warning:
This library is deprecated and no longer maintained.
It is replaced by ewoksfluo and ewoksndreg.

Getting started

Install from PyPi

pip install [--user] spectrocrunch

Install from source

git clone https://github.com/woutdenolf/spectrocrunch
cd spectrocrunch
pip install [--user] .

Install non-pypi dependencies

git clone https://github.com/woutdenolf/spectrocrunch
. spectrocrunch/tools/linux-install-deps.sh [-u]

Test

pip install -e .[test]
pytest .