Skip to content

Commit

Permalink
Merge pull request #1369 from danieldeidda/addDataSource
Browse files Browse the repository at this point in the history
 adding data_source for radionuclide database
  • Loading branch information
KrisThielemans authored Feb 6, 2024
2 parents 0dc76e5 + 50ca9dc commit 1fec2bf
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
3 changes: 3 additions & 0 deletions documentation/release_6.0.htm
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,9 @@ <h3>Bug fixes</h3>

<h3>New functionality</h3>
<h4>General</h4>
<ul>
<li> Radionuclide database now has a datasource entry with the radionuclide decay table (<a href="http://www.lnhb.fr/accueil/donnees-nucleaires/donnees-nucleaires-tableau/">lnHB</a> ). This makes it traceable to standardised measures of branching ratios, half lives etc. The change is backward compatible and old format is still supported. However we encourage to use the new one, see <a href="https://github.com/UCL/STIR/blob/master/src/config/radionuclide_info.json">src/config/radionuclide_info.json</a>. </li>
</ul>
<ul>
<li>
<p>
Expand Down
12 changes: 12 additions & 0 deletions src/config/radionuclide_info.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

{
"name": "^18^Fluorine",
"data_source": "http://www.lnhb.fr/nuclides/F-18_tables.pdf",
"decays": [
{ "modality": "PET",
"keV": 511,
Expand All @@ -13,6 +14,7 @@
},
{
"name": "^11^Carbon",
"data_source": "http://www.lnhb.fr/nuclides/N-13_tables.pdf",
"decays": [
{ "modality": "PET",
"keV": 511,
Expand All @@ -23,6 +25,7 @@
},
{
"name": "^13^Nitrogen",
"data_source": "http://www.lnhb.fr/nuclides/N-13_tables.pdf",
"decays": [
{ "modality": "PET",
"keV": 511,
Expand All @@ -33,6 +36,7 @@
},
{
"name": "^15^Oxygen",
"data_source": "http://www.lnhb.fr/nuclides/O-15_tables.pdf",
"decays": [
{ "modality": "PET",
"keV": 511,
Expand All @@ -43,6 +47,7 @@
},
{
"name": "^64^Copper",
"data_source": "http://www.lnhb.fr/nuclides/Cu-64_tables.pdf",
"decays": [
{ "modality": "PET",

Expand All @@ -53,6 +58,7 @@
},
{
"name": "^68^Gallium",
"data_source": "http://www.lnhb.fr/nuclides/Ga-68_tables.pdf",
"decays": [
{ "modality": "PET",
"keV": 511,
Expand All @@ -63,6 +69,7 @@
},
{
"name": "^68^Germanium",
"data_source": "http://www.lnhb.fr/nuclides/Ge-68_tables.pdf",
"decays": [
{ "modality": "PET",
"keV": 511,
Expand All @@ -73,6 +80,7 @@
},
{
"name": "^99m^Technetium",
"data_source": "http://www.lnhb.fr/nuclides/Tc-99m_tables.pdf",
"decays": [
{ "modality": "nucmed",
"keV": 140.511,
Expand All @@ -83,6 +91,7 @@
},
{
"name": "^131^Iodine",
"data_source": "http://www.lnhb.fr/nuclides/I-131_tables.pdf",
"decays": [
{ "modality": "nucmed",
"kev": 364.489,
Expand All @@ -94,6 +103,7 @@
},
{
"name": "^67^Gallium",
"data_source": "http://www.lnhb.fr/nuclides/Ga-67_tables.pdf",
"decays": [
{ "modality": "nucmed",
"keV": 184.577,
Expand All @@ -105,6 +115,7 @@
},
{
"name": "^177^Lutetium",
"data_source": "http://www.lnhb.fr/nuclides/Lu-177_tables.pdf",
"decays": [
{ "modality": "nucmed",
"keV": 208.3662,
Expand All @@ -115,6 +126,7 @@
},
{
"name": "^90^Yttrium",
"data_source": "http://www.lnhb.fr/nuclides/Y-90_tables.pdf",
"decays": [
{ "modality": "nucmed",
"keV": 150,
Expand Down

0 comments on commit 1fec2bf

Please sign in to comment.