Skip to content

Commit

Permalink
Merge pull request #1338 from danieldeidda/addGe68
Browse files Browse the repository at this point in the history
 adding Ge68 to radionuclide database
  • Loading branch information
KrisThielemans authored Jan 22, 2024
2 parents 434837c + d56b246 commit 51eb99b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
12 changes: 11 additions & 1 deletion src/config/radionuclide_info.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,16 @@
}
]
},
{
"name": "^68^Germanium",
"decays": [
{ "modality": "PET",
"keV": 511,
"branching_ratio": 1,
"half_life": 23410080
}
]
},
{
"name": "^99m^Technetium",
"decays": [
Expand Down Expand Up @@ -91,7 +101,7 @@
"half_life": 281776.32
}
]

},
{
"name": "^177^Lutetium",
Expand Down
1 change: 1 addition & 0 deletions src/config/radionuclide_names.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
[ "^15^Oxygen", "15O", "O-15" ],
[ "^64^Copper", "64Cu", "Cu-64" ],
[ "^68^Gallium", "68Ga", "Ga-68" ],
[ "^68^Germanium", "68Ge", "Ge-68" ],
[ "^99m^Technetium", "99mTc", "Tc-99m" ],
[ "^131^Iodine", "131I", "I-131" ],
[ "^67^Gallium", "67Ga", "Ga-67" ],
Expand Down

0 comments on commit 51eb99b

Please sign in to comment.