Skip to content

Commit

Permalink
Update opencsp/common/lib/cv/spot_analysis/SpotAnalysisOperablesStrea…
Browse files Browse the repository at this point in the history
…m.py

Co-authored-by: Ben Bean <[email protected]>
  • Loading branch information
e10harvey and bbean23 authored Dec 11, 2024
1 parent 01046ea commit 1a0cba7
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,10 @@ def set_defaults(self, default_support_images: dict[ImageType, CacheableImage],
default_support_images : dict[ImageType, CacheableImage]
A dictionary of default support images to be used in the operables.
default_data : SpotAnalysisOperable
Default data to be used in the operables.
Additional data that can be assigned as defaults to the generated
operables. Includes things that aren't supporting images, such as
given_fiducials, found_fiducials, annotations,
camera_intrinsics_characterization, light_sources.
"""
# "ChatGPT 4o-mini" assisted with generating this docstring.
self.default_support_images = default_support_images
Expand Down

0 comments on commit 1a0cba7

Please sign in to comment.