Skip to content

scikit-beam/scikit-beam

Repository files navigation

scikit-beam

codecov.io

Documentation

Examples

scikit-beam-examples repository

Quick start

install with conda

conda install scikit-beam -c nsls2forge

install development version with setuptools

git clone [email protected]:scikit-beam/scikit-beam.git
cd scikit-beam
python setup.py install

set up for development

git clone [email protected]: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

About

Data analysis tools for X-Ray, Neutron and Electron sciences

Resources

License

Contributing

Stars

Watchers

Forks

Packages

No packages published

Contributors 27