Skip to content

BAMresearch/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

No packages published

Contributors 7

Languages