1
1
# regularizepsf
2
2
[ ![ codecov] ( https://codecov.io/gh/punch-mission/regularizepsf/branch/main/graph/badge.svg?token=pn4NTO70I9 )] ( https://codecov.io/gh/punch-mission/regularizepsf )
3
3
[ ![ DOI] ( https://zenodo.org/badge/555583385.svg )] ( https://zenodo.org/badge/latestdoi/555583385 )
4
+ [ ![ PyPI version] ( https://badge.fury.io/py/regularizepsf.svg )] ( https://badge.fury.io/py/regularizepsf )
4
5
5
- A package for manipulating and correcting various point spread functions.
6
+ A package for manipulating and correcting variable point spread functions.
6
7
8
+ Below is an example of correcting model data using the package. An initial image of a simplified starfield (a) is synthetically observed with a slowly
9
+ varying PSF (b), then regularized with this technique (c). The final image visually matches a direct convolution of
10
+ the initial image with the target PSF (d). The panels are gamma-corrected to highlight the periphery of the model PSFs.
11
+ ![ Example result image] ( model_example.png )
7
12
8
13
## Getting started
9
14
@@ -17,3 +22,27 @@ See LICENSE for the MIT license
17
22
18
23
## Need help?
19
24
Please contact Marcus Hughes at
[ [email protected] ] ( mailto:[email protected] ) .
25
+
26
+ ## Citation
27
+ Please cite the associated paper if you use this technique:
28
+
29
+ ```
30
+ @misc{https://doi.org/10.48550/arxiv.2212.02594,
31
+ doi = {10.48550/ARXIV.2212.02594},
32
+
33
+ url = {https://arxiv.org/abs/2212.02594},
34
+
35
+ author = {Hughes, J. M. and DeForest, C. E. and Seaton, D. B.},
36
+
37
+ keywords = {Instrumentation and Methods for Astrophysics (astro-ph.IM), FOS: Physical sciences, FOS: Physical sciences},
38
+
39
+ title = {Coma Off It: Removing Variable Point Spread Functions from Astronomical Images},
40
+
41
+ publisher = {arXiv},
42
+
43
+ year = {2022},
44
+
45
+ copyright = {arXiv.org perpetual, non-exclusive license}
46
+ }
47
+
48
+ ```
0 commit comments