photutils
photutils copied to clipboard
Make extract_stars able to take plain Numpy arrays
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:
http://docs.astropy.org/en/stable/api/astropy.nddata.support_nddata.html