Thomas Robitaille
Thomas Robitaille
Just a quick note that I don't think anyone is likely to mind about proliferation of repos - I don't think most of us will go through and browse the...
@keflavich - just to check though, why is the byteswapping needed at all? Where does it crash if we don't byteswap?
Ok interesting, is that making use of reproject_interp?
Ok perfect, thanks!
Ok I have a MWE with just ``reproject_interp``, so I'll see how we can fix it: ```python import numpy as np from astropy.io import fits from astropy.wcs import WCS from...
Ok I've spotted the bug, I will open a separate PR shortly
@keflavich - see https://github.com/astropy/reproject/pull/487
You should be able to rebase against main now as I have merged the other PR
(Once you rebase this I will review and merge ASAP)
@keflavich - I think ``reproject_and_coadd`` can be used for any arbitrary WCS that might not even be celestial? Or is that incorrect? In that sense, even ignoring APE 14 it...