Skip to content

Commit

Permalink
Merge pull request #809 from AbigaleMoen/fix-issue-792
Browse files Browse the repository at this point in the history
Fix documentation for hdus
  • Loading branch information
mwcraig committed Jun 8, 2023
2 parents 0979ca7 + 1ac6417 commit 5af6ee5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions AUTHORS.rst
Expand Up @@ -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)
Expand Down
4 changes: 2 additions & 2 deletions ccdproc/image_collection.py
Expand Up @@ -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',
Expand Down

0 comments on commit 5af6ee5

Please sign in to comment.