Skip to content

Commit

Permalink
Update make_source_mask docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
larrybradley committed Sep 22, 2023
1 parent d93ce3a commit 83d1047
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions photutils/segmentation/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -1063,10 +1063,10 @@ def make_source_mask(self, *, size=None, footprint=None):
Parameters
----------
size : int or tuple of int, optional
The size along each axis of the footprint used for the
source dilation. If ``size`` is a scalar, then a square
footprint of ``size`` will be used. If ``size`` has two
elements, they must be in ``(ny, nx)`` order. ``size``
The size along each axis of the rectangular footprint used
for the source dilation. If ``size`` is a scalar, then a
square footprint of ``size`` will be used. If ``size`` has
two elements, they must be in ``(ny, nx)`` order. ``size``
should have odd values for each axis. To perform source
dilation, either ``size`` or ``footprint`` must be defined.
If they are both defined, then ``footprint`` overrides
Expand Down

0 comments on commit 83d1047

Please sign in to comment.