Skip to content

Commit

Permalink
Added docstring to SystemSofastFringe.image_acquisitions
Browse files Browse the repository at this point in the history
  • Loading branch information
braden6521 committed Apr 11, 2024
1 parent 1a4276c commit 5f3796a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions opencsp/app/sofast/lib/SystemSofastFringe.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ def set_fringes(self, fringes: Fringes) -> None:

@property
def image_acquisitions(self) -> list[ImageAcquisitionAbstract]:
"""Loaded image acquisition instances"""
if len(self._image_acquisitions) == 0:
# Import here to avoide circular dependencies
import opencsp.app.sofast.lib.sofast_common_functions as scf
Expand Down

0 comments on commit 5f3796a

Please sign in to comment.