Skip to content

Commit

Permalink
Reverted optical and acoustic example to original
Browse files Browse the repository at this point in the history
  • Loading branch information
kdreher committed Aug 13, 2024
1 parent 7a9f54b commit a85c1d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions simpa_examples/optical_and_acoustic_simulation.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand All @@ -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",
Expand Down

0 comments on commit a85c1d2

Please sign in to comment.