Skip to content

Commit

Permalink
Add some standard sphere sizes from EK500 manual
Browse files Browse the repository at this point in the history
  • Loading branch information
gavinmacaulay committed Oct 30, 2024
1 parent 35780a2 commit f046ca1
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions src/echosms/resources/target definitions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -379,6 +379,20 @@ target_transverse_c = "WC_transverse_sound_speed"
source = "https://doi.org/10.17895/ices.pub.5494"
benchmark_model = "es"

[[target]]
name = "Cu10.3 calibration sphere"
shape = "sphere"
boundary_type = "elastic"
description = "A 10.3 mm diameter copper sphere"
a = 0.00515 # radius
medium_rho = "medium_density"
medium_c = "medium_sound_speed"
target_rho = "Cu_density"
target_longitudinal_c = "Cu_longitudinal_sound_speed"
target_transverse_c = "Cu_transverse_sound_speed"
source = "https://doi.org/10.17895/ices.pub.5494"
benchmark_model = "es"

[[target]]
name = "Cu13.7 calibration sphere"
shape = "sphere"
Expand Down Expand Up @@ -421,6 +435,20 @@ target_transverse_c = "Cu_transverse_sound_speed"
source = "https://doi.org/10.17895/ices.pub.5494"
benchmark_model = "es"

[[target]]
name = "Cu32.1 calibration sphere"
shape = "sphere"
boundary_type = "elastic"
description = "A 32.1 mm diameter copper sphere"
a = 0.01605 # radius
medium_rho = "medium_density"
medium_c = "medium_sound_speed"
target_rho = "Cu_density"
target_longitudinal_c = "Cu_longitudinal_sound_speed"
target_transverse_c = "Cu_transverse_sound_speed"
source = "https://doi.org/10.17895/ices.pub.5494"
benchmark_model = "es"

[[target]]
name = "Cu42 calibration sphere"
shape = "sphere"
Expand Down

0 comments on commit f046ca1

Please sign in to comment.