Data analysis tools for X-ray science
Project description
MAILING LIST
scikit-beam
Examples
scikit-beam-examples repository
- Powder calibration (still needs tilt correction)
- 1-time correlation
- Differential Phase Contrast
- Fast conversion to reciprocal space
- X-Ray Speckle Visibility Spectroscopy
- Basic Plotting of X-Ray Fluorescence Elemental Lines
Quick start
install with conda
conda install scikit-beam -c nsls2forge
install development version with setuptools
git clone git@github.com:scikit-beam/scikit-beam.git
cd scikit-beam
python setup.py install
set up for development
git clone git@github.com:scikit-beam/scikit-beam.git
cd scikit-beam
python setup.py develop
pip install pytest coverage setuptools
make sure all the tests pass!
python run_tests.py
and you can check the code coverage with
coverage run run_tests.py
coverage report -m
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
scikit-beam-0.0.26.tar.gz
(597.4 kB
view hashes)