From 19e48243c5cba5868eff3c51b272f2f7a76b5f92 Mon Sep 17 00:00:00 2001 From: Alex Vergara Gil Date: Mon, 6 Jan 2025 16:43:50 +0100 Subject: [PATCH] Use radar database in test 73 --- opengate/tests/src/test073_helpers.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/opengate/tests/src/test073_helpers.py b/opengate/tests/src/test073_helpers.py index ff73810dc..315271dbf 100644 --- a/opengate/tests/src/test073_helpers.py +++ b/opengate/tests/src/test073_helpers.py @@ -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 @@ -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 @@ -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