You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While testing ejeschke/ginga#719 , I encountered a similar error as #162 but I don't think it is just a documentation update. Not sure how to fix it. "cropped_asdfinfits.fits" was provided by @nden at ADASS 2018, which looks like a Horsehead Nebula in a FITS image with ASDF extension and GWCS.
@pllim The interface expects two coordinates , ra, dec. You are providing them as one array.
The low level astropy.wcs can work with two separate coordinate inputs, ra and dec or with one array of shape (n, 2), representing the two coordinates (which is what you are using above). APE14 defines the interface for both WCS objects (astropy.wcs and gwcs) to be using two inputs. So you need to modify
While testing ejeschke/ginga#719 , I encountered a similar error as #162 but I don't think it is just a documentation update. Not sure how to fix it. "cropped_asdfinfits.fits" was provided by @nden at ADASS 2018, which looks like a Horsehead Nebula in a FITS image with ASDF extension and GWCS.
Or the above use case without Ginga:
Is the provided image wrong? Or am I used ASDF + GWCS incorrectly? Please help. Thanks.
The text was updated successfully, but these errors were encountered: