-
-
Notifications
You must be signed in to change notification settings - Fork 67
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
reproject_and_coadd
is picky with WCS
#294
Comments
reproject_and_coadd
reproject_and_coadd
is picky with WCS
I found a workaround: adding the WCS information from the fits files uploaded to astrometry.net to the HDUs of the corresponding fits files in other filters made the issue disappear. It does make the code a lot more complicated though. |
@meindertsma - is there any way you could share the files you are using with me? If so you could send a link to them to [email protected] - thanks! |
Hi,
The error printed is pretty cryptic
I can add/send the files if needed. I was able to fix the issue by a simple What do you think @astrofrog ? |
An error would be great! |
I'm trying to make a mosaic using
reproject_and_coadd
. I have fits files in Lum with proper wcs's, and want to use these for the rest of the filters as well, since they are all aligned, however I get the following error which confuses me:I'm don't know where
SkyCoord
comes from or what I need to do with it, it is not in my fits files, and a list of one element doesn't have an ordering.Also,
reproject_function
is not a keyword argument ofreproject_and_coadd
, but is required, I assume this is temporary.Edit: It does work when I use the same files for the generating mosaic as for the wcs.
The text was updated successfully, but these errors were encountered: