Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

T162 heterogenous sos #176

Open
wants to merge 50 commits into
base: develop
Choose a base branch
from
Open

T162 heterogenous sos #176

wants to merge 50 commits into from

Conversation

cbender98
Copy link
Collaborator

Main Changes:

  • heterogenous delay calculation in reconstruction_utils (only 2dim so far due to memory problems for 3d)
  • outsourced homogenous delay calculation in reconstruction_utils
  • considered off-by-one error in FOV creation (to be checked!)
  • bilinear interpolation function in calculation_utils (probably needed for 3dim version)
  • 2 manual tests
  • 1 automatic test
  • ...
    Note:
    Branch was really old (48 commits behind) --> a lot of merge conflicts

…nd homogen.sos-map) by not adding unneccassary device base position and by fixing dtype error of delays container
…spect to analytical solution for horizontal gradient)
…st neighbour values and not to linearly interpolate
…et bugs in the interpolation, temporary added memory debug prints in order to change function with own interpolation to reduce memory needed (so far the hDASToySoS test does not run with the new function due to out of memory error)
…memory_stats function for printing used memory
IMPORTANT: noticed that sensor_positions were globally overwritten --> now copy
made input of scalarfield-type more user friendly
grid_points_middle
verbose
get_interpols
uneven_steps
global_ds_calc
also deleted unnecessary speed_of_sound_in_m_per_s input in compute image dimensions
float64 in source positions due to detected inaccuracies
fixed bug in sensor positions initializtation (z-components to 0)

vectorized analytical solution
leoyala and others added 4 commits December 14, 2022 11:52
# Conflicts:
#	simpa/core/simulation_modules/reconstruction_module/reconstruction_utils.py
improved plotting and added critical sensor computation
removed print_memory_stats

corrected hDAS tissue (heterogenous DAS is now calculated using the mean sos value not a fixed one)
@cbender98
Copy link
Collaborator Author

Code is ready for review

@jgroehl
Copy link
Collaborator

jgroehl commented Aug 13, 2024

Were there any additional changes that need to be updated?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants