Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
e10harvey committed Dec 11, 2024
1 parent b3a4b08 commit 8c44dad
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion opencsp/common/lib/cv/annotations/HotspotAnnotation.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
class HotspotAnnotation(PointAnnotations):
"""
A class representing a hotspot annotation, likely created from a :py:class:`HotspotImageProcessor` instance.
The hotspot is the overall hottest location in an image, when accounting for the surrounding area. It may be the different from the centroid location or the single hottest pixel location.
This class extends the `PointAnnotations` class to create a specific type of annotation
Expand Down
2 changes: 1 addition & 1 deletion opencsp/common/lib/cv/annotations/PointAnnotations.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
class PointAnnotations(pf.PointFiducials, AbstractAnnotations):
"""
A class representing point annotations.
An example of this class is :py:class:`HotspotAnnotation`.
This class extends both `PointFiducials` and `AbstractAnnotations` to provide functionality
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def set_defaults(self, default_support_images: dict[ImageType, CacheableImage],
This stream can be set up with default values for supporting images or
other SpotAnalysisOperable data. If set, then all produced operables
will have these default values applied.
See also :py:meth:`SpotAnalysisOperable.replace_use_default_values`
Parameters
Expand Down

0 comments on commit 8c44dad

Please sign in to comment.