From a85c1d228b8586c5314b918809bbcd15c6a8333e Mon Sep 17 00:00:00 2001 From: Kris Dreher Date: Tue, 13 Aug 2024 11:46:43 +0200 Subject: [PATCH] Reverted optical and acoustic example to original --- simpa_examples/optical_and_acoustic_simulation.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/simpa_examples/optical_and_acoustic_simulation.py b/simpa_examples/optical_and_acoustic_simulation.py index e853805a..2346d921 100644 --- a/simpa_examples/optical_and_acoustic_simulation.py +++ b/simpa_examples/optical_and_acoustic_simulation.py @@ -93,7 +93,7 @@ def create_example_tissue(): Tags.DIM_VOLUME_Y_MM: VOLUME_PLANAR_DIM_IN_MM, Tags.VOLUME_CREATOR: Tags.VOLUME_CREATOR_VERSATILE, Tags.GPU: True, - Tags.WAVELENGTHS: [700], + Tags.WAVELENGTHS: [700, 800], Tags.DO_FILE_COMPRESSION: True, Tags.DO_IPASC_EXPORT: True } @@ -115,7 +115,7 @@ def create_example_tissue(): }) settings.set_acoustic_settings({ - # Tags.ACOUSTIC_SIMULATION_3D: False, + Tags.ACOUSTIC_SIMULATION_3D: False, Tags.ACOUSTIC_MODEL_BINARY_PATH: path_manager.get_matlab_binary_path(), Tags.KWAVE_PROPERTY_ALPHA_POWER: 0.00, Tags.KWAVE_PROPERTY_SENSOR_RECORD: "p",