ccdproc
ccdproc copied to clipboard
ImageFileCollection.hdus returns HDUs not HDULists
The docstring for ImageFileCollection.hdus mentions that HDUList objects are returned, but I think this should be PrimaryHDU or ImageHDU depending on the ext_index.
Just to be clear, do you mean that it currently returns an HDUList but should return an appropriate HDU, or that it returns an HDU and should return a list?
It currently returns HDUs which is fine but the docstring says HDUList. This is just a docs issue not API.