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 0e46a9c commit ebc3c3e
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 @@ -16,7 +16,7 @@ class ParamsOpticGeometry(hdf5_tools.HDF5_IO_Abstract):
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)"""
facet_corns_refine_frac_keep: float = 0.5
"""The fraction of pixels to consider within search box when finding optic edges. Default 0.5"""
"""The fraction of pixels to consider within search box when finding optic edges. (Default 0.5)"""

def save_to_hdf(self, file: str, prefix: str = ''):
"""Saves data to given HDF5 file. Data is stored in PREFIX + ParamsOpticGeometry/...
Expand Down

0 comments on commit ebc3c3e

Please sign in to comment.