Welcome to detectorcal’s documentation!#
Python package for detector calibration. The algorithm was initially developed for the correction of CT ring artifacts (Croton et al., 2019) but can be used for correcting data produced by other types of detectors.
Note
We welcome community contributions. If you have any bug fixes or ideas please raise an issue and create a linked pull request. Pull requests will be reviewed by the package maintainers.
Installation#
detectorcal can be found on the Python Package Index (PyPI) and can be installed using pip using the following command:
# CPU only version
$ pip install detectorcal
# GPU version
$ pip install detectorcal[gpu]
# with testing suite
$ pip install detectorcal[testing]