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 03e9428 commit e21917f
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 @@ -15,7 +15,7 @@ class ParamsOpticGeometry(hdf5_tools.HDF5_IO_Abstract):
optic perimeter. Units pixels. (Default 50.0)"""
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). Units pixels. Default 10.0"""
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"""
Expand Down

0 comments on commit e21917f

Please sign in to comment.