From 51744761732bf13972f9e1001778b2678e678cbb Mon Sep 17 00:00:00 2001 From: Braden Date: Tue, 28 May 2024 16:59:04 -0600 Subject: [PATCH] Updated Sofast CLI --- contrib/app/sofast/SofastCommandLineInterface.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contrib/app/sofast/SofastCommandLineInterface.py b/contrib/app/sofast/SofastCommandLineInterface.py index 02fc143c..19ded032 100644 --- a/contrib/app/sofast/SofastCommandLineInterface.py +++ b/contrib/app/sofast/SofastCommandLineInterface.py @@ -485,8 +485,8 @@ def _run_given_input(self, retval: str) -> None: image_acquisition_in.frame_size = (1626, 1236) image_acquisition_in.gain = 230 - image_projection_in = ImageProjection.load_from_hdf_and_display(file_image_projection) - image_projection_in.display_data['image_delay'] = 200 + image_projection_in = ImageProjection.load_from_hdf(file_image_projection) + image_projection_in.display_data.image_delay_ms = 200 camera_in = Camera.load_from_hdf(file_camera) facet_definition_in = DefinitionFacet.load_from_json(file_facet_definition_json)