Skip to content

Commit

Permalink
more fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharyburnett committed Sep 20, 2022
1 parent d71fcc4 commit 22b3e17
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -212,5 +212,6 @@
nitpicky = True
nitpick_ignore = [
('py:class', 'stsci.tools.stpyfits._ConstantValueImageBaseHDU'),
('py:class', 'fits.hdu.PrimaryHDU'),
('py:class', 'astropy.io.fits.hdu.PrimaryHDU'),
('py:class', 'astropy.io.fits.hdu.ImageHDU'),
]
2 changes: 1 addition & 1 deletion lib/stsci/tools/bitmask.py
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@ def bitfield_to_boolean_mask(bitfield, ignore_flags=0, flip_bits=None,
Defaults to `True`
dtype : data-type
dtype : type, str
The desired data-type for the output binary mask array.
Returns
Expand Down
2 changes: 1 addition & 1 deletion lib/stsci/tools/parseinput.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def parseinput(inputlist, outputname=None, atfile=None):
outputname: str
desired name for output product to be created from the input files
atfile: function
atfile: Callable
function to use in interpreting the @-file columns that gets passed to irafglob
Returns
Expand Down

0 comments on commit 22b3e17

Please sign in to comment.