Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Initial port of NoiseLevelEstimation to function-level * Replaced NoiseLevelEstimation class and associated tests with function equivalents. * Declassed NoiseLevelEstimation routines and provided appropriate tests * Addressed PEP8 errors * Added changelog * Fixed __main__ in test_noise.py and added comments to noise.py * Declassed NoiseLevelEstimation and added appropriate tests. Updated master branch and recommiting to solve merge conflicts * Output of noise estimation function is now a dictionary. Added DOIs for references. Other small changes. No changes to algorithms themselves, as was suggested by @dpshelio * added reduce cr example * fixed tox * Fixed deps * renamed example file * ran linters * Apply suggestions from code review Co-Authored-By: Nabil Freij <[email protected]> * added few links * fixed docs build * Apply suggestions from code review Co-Authored-By: Nabil Freij <[email protected]> * Apply suggestions from code review Co-Authored-By: Nabil Freij <[email protected]> * Added note for jp2 * removed jp2 * changed parameters for better results * added parameter docs * deleted few lines * Apply suggestions from code review Co-Authored-By: Nabil Freij <[email protected]> * Update examples/remove_CR_hits.py Co-Authored-By: Nabil Freij <[email protected]> * fixed comments on the previous PR * fixed pytest * changelog and pep * docs and linters
- Loading branch information