Skip to content
/ MoDaCor Public
forked from BAMresearch/MoDaCor

new modular data corrections for any neutron or xray technique that produces 1D or 2D scattering/diffraction/imaging data

License

Notifications You must be signed in to change notification settings

kif/MoDaCor

 
 

Repository files navigation

Overview

new modular data corrections for any neutron or xray technique that produces 1D or 2D scattering/diffraction/imaging data

Installation

pip install modacor

You can also install the in-development version with:

pip install git+https://github.com/BAMresearch/modacor.git@main

Documentation

https://BAMresearch.github.io/modacor

Development

For coding contributions, we strongly recommend:
  • using flake8 and/or black for consistent formatting.
  • writing tests for every added functionality -> towards test-driven coding practices.

To run all the tests run:

tox

Note, to combine the coverage data from all the tox environments run:

Windows
set PYTEST_ADDOPTS=--cov-append
tox
Other
PYTEST_ADDOPTS=--cov-append tox

About

new modular data corrections for any neutron or xray technique that produces 1D or 2D scattering/diffraction/imaging data

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Python 100.0%