Skip to content

Commit

Permalink
Update opencsp/app/sofast/lib/ParamsOpticGeometry.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 committed Dec 19, 2024
1 parent e21917f commit 050b083
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion opencsp/app/sofast/lib/ParamsOpticGeometry.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class ParamsOpticGeometry(hdf5_tools.HDF5_IO_Abstract):
locations (when processing a facet ensemble). Units pixels. (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). Units pixels. Default 10.0"""
refining facet corner locations (when processing a facet ensemble). Units pixels. (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"""

Expand Down

0 comments on commit 050b083

Please sign in to comment.