svank / remove_starfield

Python code for estimating and removing a starfield from a set of celestial images
https://svank.github.io/remove_starfield/
GNU General Public License v3.0
2 stars 2 forks source link

NAN boundaries #5

Closed s0larish closed 4 months ago

s0larish commented 4 months ago

We were testing your starfield removal code and realized that when you adaptively reproject an image with an identity conversion, i.e. from the original WCS back to the original WCS, you get an edge of nans. Note that when you use reproject_interp this isn't a problem; there are no nans.

svank commented 4 months ago

Fixed, thanks!