Skip to content

Commit

Permalink
DOC: Add doc on keywords
Browse files Browse the repository at this point in the history
  • Loading branch information
jwboth committed Jul 24, 2024
1 parent c5d69b4 commit eded112
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/darsia/assistants/rectangle_selection_assistant.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ def __init__(self, img: darsia.Image, **kwargs) -> None:
Args:
img (darsia.Image): Image to select a rectangle in.
**kwargs: Additional arguments.
- background (darsia.Image): Background image to display.
- name (str): Name of assistant / short version of instructions.
- coordinates (bool): Flag controlling whether to return coordinates or voxels.
- labels (darsia.Image): Labels for the image.
"""
if img is None:
Expand Down

0 comments on commit eded112

Please sign in to comment.