spacetelescope / stsci.stimage

STScI image processing.
https://stscistimage.readthedocs.io/
Other
2 stars 11 forks source link

Move xyxymatch upstream to Astropy project? #11

Open pllim opened 5 years ago

pllim commented 5 years ago

At Python in Astronomy 2019, there was interest to use xyxymatch or a similar functionality (matching images without WCS using point sources in the images only) for use cases outside of STScI (e.g., for amateur astronomy or educational purpose). If the algorithm here is useful beyond STScI, perhaps it could be cleaned up and moved to Astropy project, where it could be enjoyed by a wider audience. Although, I also remember @jdavies-st saying that there is a different algorithm already out there doing the same thing?

https://github.com/spacetelescope/stsci.stimage/blob/e5c87072ec36dc2e241bce6cd5229bf113fdae97/lib/stsci/stimage/__init__.py#L34

cc @kelle and @nden

pllim commented 4 years ago

Currently, drizzlepac uses it and also jwst (by its dependence on tweakwcs).