Skip to content

Commit

Permalink
Use radar database in test 73
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Vergara Gil authored and alexis-pereda committed Jan 8, 2025
1 parent fdd7628 commit 19e4824
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions opengate/tests/src/test073_helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def create_sim_tests(sim, threads=1, digitizer=1, debug=False):
s1.position.type = "sphere"
s1.position.radius = 30 * mm
s1.position.translation = [0, 0, 0]
set_source_energy_spectrum(s1, "Lu177")
set_source_energy_spectrum(s1, "Lu177", "radar")
s1.direction.type = "iso"
s1.activity = activity

Expand All @@ -67,7 +67,7 @@ def create_sim_tests(sim, threads=1, digitizer=1, debug=False):
s2.position.type = "sphere"
s2.position.radius = 60 * mm
s2.position.translation = [0, 200 * mm, 0]
set_source_energy_spectrum(s2, "Lu177")
set_source_energy_spectrum(s2, "Lu177", "radar")
s2.direction.type = "iso"
s2.activity = activity

Expand All @@ -76,7 +76,7 @@ def create_sim_tests(sim, threads=1, digitizer=1, debug=False):
s3.position.type = "sphere"
s3.position.radius = 25 * mm
s3.position.translation = [100, 0, 0 * mm]
set_source_energy_spectrum(s3, "Lu177")
set_source_energy_spectrum(s3, "Lu177", "radar")
s3.direction.type = "iso"
s3.activity = activity

Expand Down

0 comments on commit 19e4824

Please sign in to comment.