From a059534eb229a7a0bba02ed97081585dd56b8d12 Mon Sep 17 00:00:00 2001 From: danieldeidda Date: Mon, 5 Feb 2024 17:43:37 +0000 Subject: [PATCH 1/2] adding data_source for radionuclide database --- src/config/radionuclide_info.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/config/radionuclide_info.json b/src/config/radionuclide_info.json index 91b026273..d6226be60 100644 --- a/src/config/radionuclide_info.json +++ b/src/config/radionuclide_info.json @@ -3,6 +3,7 @@ { "name": "^18^Fluorine", + "data_source": "http://www.lnhb.fr/nuclides/F-18_tables.pdf", "decays": [ { "modality": "PET", "keV": 511, @@ -13,6 +14,7 @@ }, { "name": "^11^Carbon", + "data_source": "http://www.lnhb.fr/nuclides/N-13_tables.pdf", "decays": [ { "modality": "PET", "keV": 511, @@ -23,6 +25,7 @@ }, { "name": "^13^Nitrogen", + "data_source": "http://www.lnhb.fr/nuclides/N-13_tables.pdf", "decays": [ { "modality": "PET", "keV": 511, @@ -33,6 +36,7 @@ }, { "name": "^15^Oxygen", + "data_source": "http://www.lnhb.fr/nuclides/O-15_tables.pdf", "decays": [ { "modality": "PET", "keV": 511, @@ -43,6 +47,7 @@ }, { "name": "^64^Copper", + "data_source": "http://www.lnhb.fr/nuclides/Cu-64_tables.pdf", "decays": [ { "modality": "PET", @@ -53,6 +58,7 @@ }, { "name": "^68^Gallium", + "data_source": "http://www.lnhb.fr/nuclides/Ga-68_tables.pdf", "decays": [ { "modality": "PET", "keV": 511, @@ -63,6 +69,7 @@ }, { "name": "^68^Germanium", + "data_source": "http://www.lnhb.fr/nuclides/Ge-68_tables.pdf", "decays": [ { "modality": "PET", "keV": 511, @@ -73,6 +80,7 @@ }, { "name": "^99m^Technetium", + "data_source": "http://www.lnhb.fr/nuclides/Tc-99m_tables.pdf", "decays": [ { "modality": "nucmed", "keV": 140.511, @@ -83,6 +91,7 @@ }, { "name": "^131^Iodine", + "data_source": "http://www.lnhb.fr/nuclides/I-131_tables.pdf", "decays": [ { "modality": "nucmed", "kev": 364.489, @@ -94,6 +103,7 @@ }, { "name": "^67^Gallium", + "data_source": "http://www.lnhb.fr/nuclides/Ga-67_tables.pdf", "decays": [ { "modality": "nucmed", "keV": 184.577, @@ -105,6 +115,7 @@ }, { "name": "^177^Lutetium", + "data_source": "http://www.lnhb.fr/nuclides/Lu-177_tables.pdf", "decays": [ { "modality": "nucmed", "keV": 208.3662, @@ -115,6 +126,7 @@ }, { "name": "^90^Yttrium", + "data_source": "http://www.lnhb.fr/nuclides/Y-90_tables.pdf", "decays": [ { "modality": "nucmed", "keV": 150, From 50ca9dc8d21891ec38e9632241028c59359bca4e Mon Sep 17 00:00:00 2001 From: danieldeidda Date: Tue, 6 Feb 2024 09:52:39 +0000 Subject: [PATCH 2/2] [ci skip] adding release notes --- documentation/release_6.0.htm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/documentation/release_6.0.htm b/documentation/release_6.0.htm index cc8be1cfa..5de220270 100644 --- a/documentation/release_6.0.htm +++ b/documentation/release_6.0.htm @@ -61,6 +61,9 @@

Bug fixes

New functionality

General

+