https://github.com/llnl/pysaber
Python package for a systems approach to blur estimation and reduction
https://github.com/llnl/pysaber
blur-model blur-psfs deblur deblur-radiograph detector-blur psf python radiography source-blur tomography x-ray xray-source
Last synced: 8 months ago
JSON representation
Python package for a systems approach to blur estimation and reduction
- Host: GitHub
- URL: https://github.com/llnl/pysaber
- Owner: LLNL
- License: mit
- Created: 2019-07-26T18:54:38.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-05-25T21:55:51.000Z (about 3 years ago)
- Last Synced: 2025-04-12T05:03:37.213Z (about 1 year ago)
- Topics: blur-model, blur-psfs, deblur, deblur-radiograph, detector-blur, psf, python, radiography, source-blur, tomography, x-ray, xray-source
- Language: Python
- Size: 295 MB
- Stars: 6
- Watchers: 3
- Forks: 4
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PySABER
## Documentation
Documentation for PySABER is available at the link [https://pysaber.readthedocs.io/](https://pysaber.readthedocs.io/).
## Introduction
PySABER is a python package for characterizing the X-ray source and detector blurs in cone-beam X-ray imaging systems. SABER is an abbreviation for systems approach to blur estimation and reduction. Once the parameters of both source and detector blurs are estimated, this package is also useful to reduce blur in radiographs using deblurring algorithms.
## References
K. Aditya Mohan, Robert M. Panas, and Jefferson A. Cuadra. "SABER: A Systems Approach to Blur Estimation and Reduction in X-ray Imaging." arXiv preprint arXiv:1905.03935 (2019) [pdf](https://arxiv.org/pdf/1905.03935.pdf)
## License
This project is licensed under the MIT License. LLNL-CODE-766837.
## Installation and Usage
Please refer to the documentation at the link [https://pysaber.readthedocs.io/](https://pysaber.readthedocs.io/).
## Contributors
* [K. Aditya Mohan](https://orcid.org/0000-0002-0921-6559)
* Robert M. Panas
* Jefferson A. Cuadra
## Changelog
* May 2020: Added documentation and released version 1.0.0 with changes to improve ease of use.
* May 2020: Moved repository from [https://github.com/sabersw/pysaber](https://github.com/sabersw/pysaber) to [https://github.com/LLNL/pysaber](https://github.com/LLNL/pysaber).