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
It would be nice to not have to create an NDData object just for extract_stars - other parts of photutils support plain Numpy arrays. Maybe extract_stars could include the @support_nddata decorator:
It would be nice to not have to create an NDData object just for
extract_stars
- other parts of photutils support plain Numpy arrays. Maybeextract_stars
could include the@support_nddata
decorator:http://docs.astropy.org/en/stable/api/astropy.nddata.support_nddata.html
The text was updated successfully, but these errors were encountered: