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
Hi,
I downloaded a FITS image from ds9 (for teaching purposes) and wanted to analyze it with sep. Going through the tutorial (I used fitsio) I got the following at the background part.
Hi,
I downloaded a FITS image from ds9 (for teaching purposes) and wanted to analyze it with sep. Going through the tutorial (I used fitsio) I got the following at the background part.
`bkg = sep.Background(data)
ValueError Traceback (most recent call last)
in ()
----> 1 bkg = sep.Background(data)
sep.pyx in sep.Background.cinit (sep.c:4492)()
sep.pyx in sep._parse_arrays (sep.c:3672)()
sep.pyx in sep._get_sep_dtype (sep.c:2908)()
ValueError: input array dtype not supported: int16
`
Any ideas?
Thanks,
Ricardo
The text was updated successfully, but these errors were encountered: