|
4 | 4 | [](https://zenodo.org/doi/10.5281/zenodo.11103003) |
5 | 5 | [](https://opensource.org/licenses/BSD-3-Clause) |
6 | 6 |
|
7 | | -Bayesian multi-exposure image fusion (MEF) is a general-purpose algorithm to achieve robust high dynamic range (HDR) imaging, particularly in scenarios with low signal-to-noise ratio (SNR) or variations in illumination intensity. This approach is especially crucial for high quality phase retrieval in coherent diffractive imaging (CDI). The algorithm, detailed in the [arXiv preprint](https://arxiv.org/abs/2403.11344), primarily focuses on its implementation and demonstrates the benefits in ptychography. To reproduce the results in the paper, see this [section](#reproducing-results). However, to get started, please install the package and check the demo usage below. |
| 7 | +Bayesian multi-exposure image fusion (MEF) is a general-purpose algorithm to achieve robust high dynamic range (HDR) imaging, particularly in scenarios with low signal-to-noise ratio (SNR) or variations in illumination intensity. This approach could especially be useful for high quality phase retrieval in coherent diffractive imaging (CDI). The algorithm, detailed in this publication ["Bayesian multi-exposure image fusion for robust high dynamic range ptychography"](https://doi.org/10.1364/OE.524284), explains the method and demonstrates the benefits for ptychography. To reproduce the results in the paper, see this [section](#reproducing-results). However, to get started, please install the package and check the demo usage below. |
8 | 8 |
|
9 | 9 |  |
10 | 10 |
|
@@ -100,14 +100,18 @@ To reproduce the ptychographic reconstruction results from the paper, please fol |
100 | 100 | ## Citation |
101 | 101 | If you found this algorithm or the publication useful, please cite us at: |
102 | 102 | ```tex |
103 | | -@misc{Kodgirwar:24, |
104 | | - title={Bayesian multi-exposure image fusion for robust high dynamic range ptychography}, |
105 | | - author={Shantanu Kodgirwar and Lars Loetgering and Chang Liu and Aleena Joseph and Leona Licht |
106 | | - and Daniel S. Penagos Molina and Wilhelm Eschen and Jan Rothhardt and Michael Habeck}, |
107 | | - year={2024}, |
108 | | - eprint={2403.11344}, |
109 | | - archivePrefix={arXiv}, |
110 | | - primaryClass={eess.IV} |
| 103 | +@article{Kodgirwar:24, |
| 104 | +author = {Shantanu Kodgirwar and Lars Loetgering and Chang Liu and Aleena Joseph and Leona Licht and Daniel S. Penagos Molina and Wilhelm Eschen and Jan Rothhardt and Michael Habeck}, |
| 105 | +journal = {Opt. Express}, |
| 106 | +number = {16}, |
| 107 | +pages = {28090--28099}, |
| 108 | +publisher = {Optica Publishing Group}, |
| 109 | +title = {Bayesian multi-exposure image fusion for robust high dynamic range ptychography}, |
| 110 | +volume = {32}, |
| 111 | +month = {Jul}, |
| 112 | +year = {2024}, |
| 113 | +url = {https://opg.optica.org/oe/abstract.cfm?URI=oe-32-16-28090}, |
| 114 | +doi = {10.1364/OE.524284}, |
111 | 115 | } |
112 | 116 | ``` |
113 | 117 |
|
|
0 commit comments