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 050b083 commit cf1ff08
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 @@ -20,7 +20,7 @@ class ParamsOpticGeometry(hdf5_tools.HDF5_IO_Abstract):
"""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)"""
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 cf1ff08

Please sign in to comment.