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 authored Dec 19, 2024
1 parent e3782f7 commit 0e46a9c
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 @@ -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"""

Expand Down

0 comments on commit 0e46a9c

Please sign in to comment.