diff --git a/opencsp/app/sofast/lib/ParamsOpticGeometry.py b/opencsp/app/sofast/lib/ParamsOpticGeometry.py index 50e6db6b..99c18efb 100644 --- a/opencsp/app/sofast/lib/ParamsOpticGeometry.py +++ b/opencsp/app/sofast/lib/ParamsOpticGeometry.py @@ -14,7 +14,7 @@ class ParamsOpticGeometry(hdf5_tools.HDF5_IO_Abstract): facet_corns_refine_step_length: float = 10.0 """The length of the search box (along the search direction) to use when refining facet corner locations (when processing a facet ensemble). (Default 10.0)""" facet_corns_refine_perpendicular_search_dist: float = 10.0 - """The half-width of the search box (perpendicular to the search direction) to use when refining facet corner locations (when processing a facet ensemble). Default 10.0""" + """The half-width of the search box (perpendicular to the search direction) to use when refining facet corner locations (when processing a facet ensemble). (Default 10.0)""" facet_corns_refine_frac_keep: float = 0.5 """The fraction of pixels to consider within search box when finding optic edges. Default 0.5"""