photutils icon indicating copy to clipboard operation
photutils copied to clipboard

Make extract_stars able to take plain Numpy arrays

Open astrofrog opened this issue 6 years ago • 0 comments

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

astrofrog avatar Oct 18 '19 11:10 astrofrog