From 6de931115d9f3e99fa6815abdd8f9aaecd40da95 Mon Sep 17 00:00:00 2001 From: Braden Smith <156462071+braden6521@users.noreply.github.com> Date: Thu, 19 Dec 2024 12:20:18 -0700 Subject: [PATCH] Update opencsp/app/sofast/lib/ParamsMaskCalculation.py Co-authored-by: Evan Harvey <57234914+e10harvey@users.noreply.github.com> --- opencsp/app/sofast/lib/ParamsMaskCalculation.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opencsp/app/sofast/lib/ParamsMaskCalculation.py b/opencsp/app/sofast/lib/ParamsMaskCalculation.py index 410111fb..cc49d95b 100644 --- a/opencsp/app/sofast/lib/ParamsMaskCalculation.py +++ b/opencsp/app/sofast/lib/ParamsMaskCalculation.py @@ -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