.Photoacoustic image simulation of synthetic ground truths #411
Replies: 1 comment
-
Sorry for the late reply. Happy to hear that you work on reproducing results from the community and use SIMPA for this. As far as I've understood, you have binary 3D segmentations of vascular structures as input and would like to perform the whole photoacoustic simulation pipeline (optical, acoustic and reconstruction). Am I right? For this use case there is the In case you already know the optical and acoustic properties for each voxel, it might be easier to construct and hdf5 file with the corresponding parameter maps as input and then only run the simulation pipeline without any tissue model creation. To run the photoacoustic simulation pipeline you can find an example in I hope this help. If there are more detailed questions regarding the segmentation based adapter, maybe @kdreher or @faberno can assist further, as I don't have much experience with it myself. |
Beta Was this translation helpful? Give feedback.
-
Hello everyone,
I am currently working on reproducing the results of the dataset https://doi.org/10.17863/CAM.96379, which involves generating 3D vascular structures using the Lindenmayer system (L-Systems) and performing photoacoustic image simulation using SIMPA and the k-Wave toolbox. I have already generated some complex vascular structures using the L-System and saved them in binary image format (or other required formats such as NIfTI).
Next, I aim to complete the following steps:
Import the generated vascular images into the SIMPA simulation pipeline.
Perform photoacoustic simulation on these vascular structures, including optical and acoustic forward modeling as well as image reconstruction.
I have gone through some of the example files provided by SIMPA (e.g., optical_and_acoustic_simulation.py), but I am unsure how to properly integrate the custom vascular structures into the SIMPA pipeline.
I would greatly appreciate your help, and if more context or code snippets are needed, please let me know!
Beta Was this translation helpful? Give feedback.
All reactions