Skip to content

Commit

Permalink
Update opencsp/app/sofast/lib/ParamsMaskCalculation.py
Browse files Browse the repository at this point in the history
Co-authored-by: Evan Harvey <[email protected]>
  • Loading branch information
braden6521 and e10harvey authored Dec 19, 2024
1 parent e415b8d commit 6de9311
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion opencsp/app/sofast/lib/ParamsMaskCalculation.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class ParamsMaskCalculation(hdf5_tools.HDF5_IO_Abstract):
"""Defines threshold to use when calculating optic mask. Uses a histogram of pixel values
of the mask difference image (light image - dark image). This is the fraction of the way
from the first histogram peak (most common dark pixel value) to the the last histogram peak
(most common light pixel value). Default 0.5"""
(most common light pixel value). (Default 0.5)"""
filt_width: int = 9
"""Side length of square kernel used to filter mask image. Default 9"""
filt_thresh: int = 4
Expand Down

0 comments on commit 6de9311

Please sign in to comment.