coscmos

cosCMOS ( "correct sCMOS", pronounced as cosmos ) is a Python package designed to cancel the fixed-pattern noise of sCMOS cameras.


License
BSD-3-Clause
Install
pip install coscmos==0.0.1

Documentation

coscmos

License BSD-3 PyPI Python Version tests codecov

cosCMOS ( "correct sCMOS", pronounced as cosmos ) is a Python package designed to cancel the fixed-pattern noise of sCMOS cameras.

The noise is estimated through a one-time calibration. The package contains methods to estimate the fixed-pattern noise component from the calibration data and remove it from the images.


Installation

You can install coscmos via pip:

pip install coscmos

To install latest development version:

pip install git+https://github.com/LemonJust/coscmos.git

Contributing

Contributions are very welcome. Tests can be run with tox, please ensure the coverage at least stays the same before you submit a pull request.

License

Distributed under the terms of the BSD-3 license, "coscmos" is free and open source software

Issues

If you encounter any problems, please file an issue along with a detailed description.