Skip to content

Commit

Permalink
update docstrings
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulHancock committed Oct 14, 2019
1 parent dae9a94 commit b7811be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions AegeanTools/source_finder.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def find_islands(im, bkg, rms,
Parameters
----------
im, bkg, rms : `numpy.ndarray`
im, bkg, rms : :class:`numpy.ndarray`
Image, background, and rms maps
seed_clip, flood_clip : float
Expand All @@ -79,7 +79,7 @@ def find_islands(im, bkg, rms,
Returns
-------
islands : [`AegeanTools.models.PixelIsland`, ...]
islands : [:class:`AegeanTools.models.PixelIsland`, ...]
a list of islands
"""
# compute SNR image
Expand Down

0 comments on commit b7811be

Please sign in to comment.