Skip to content

Commit

Permalink
update docstrings as suggested in PR for sandialabs#82
Browse files Browse the repository at this point in the history
  • Loading branch information
bbean23 authored and braden6521 committed Jun 17, 2024
1 parent 171f3b2 commit f9bc2ec
Showing 1 changed file with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@


class View3dImageProcessor(AbstractSpotAnalysisImagesProcessor):
"""
Interprets the current image as a 3D surface plot and either displays it, or if interactive it displays the surface
and waits on the next press of the "enter" key.
"""

def __init__(
self,
label: str | rca.RenderControlAxis = 'Light Intensity',
Expand All @@ -24,9 +29,6 @@ def __init__(
crop_to_threshold: int | None = None,
):
"""
Interprets the current image as a 3D surface plot and either displays it, or if interactive it displays the
surface and waits on the next press of the "enter" key.
Parameters
----------
label : str | rca.RenderControlAxis, optional
Expand Down

0 comments on commit f9bc2ec

Please sign in to comment.