Skip to content

Commit

Permalink
update cut_with_plane function docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
zoccoler committed Jul 17, 2023
1 parent 73358ea commit 48f485d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions napari_crop/_function.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,8 @@ def cut_with_plane(image_to_be_cut, plane_normal, plane_position, positive_cut=T
positive_cut : bool, optional
If True, the positive side of the plane is kept.
If False, the negative side of the plane is kept. By default True
crop : bool, optional
If True, the output image is cropped to the minimum size.
Returns
-------
Expand Down

0 comments on commit 48f485d

Please sign in to comment.