diff --git a/AUTHORS.rst b/AUTHORS.rst index 693f09cd..b5dd6932 100644 --- a/AUTHORS.rst +++ b/AUTHORS.rst @@ -43,6 +43,7 @@ Alphabetical list of code contributors * Kelvin Lee (@laserkelvin) * Pey Lian Lim (@pllim) * James McCormac (@jmccormac01) +* Abigale Moen (@AbigaleMoen) * Stefan Nelson (@stefannelson) * Joe Philip Ninan (@indiajoe) * Punyaslok Pattnaik (@Punyaslok) diff --git a/ccdproc/image_collection.py b/ccdproc/image_collection.py index a94f6e2c..b6e17c0a 100644 --- a/ccdproc/image_collection.py +++ b/ccdproc/image_collection.py @@ -991,8 +991,8 @@ def hdus(self, do_not_scale_image_data=False, **kwd): do_not_scale_image_data=do_not_scale_image_data, **kwd) hdus.__doc__ = _generator.__doc__.format( - name='HDUList', default_scaling='False', - return_type='astropy.io.fits.HDUList') + name='HDU', default_scaling='False', + return_type="`, ` ".join(('astropy.io.fits.PrimaryHDU', 'astropy.io.fits.ImageHDU'))) def data(self, do_not_scale_image_data=False, **kwd): return self._generator('data',