Skip to content

Commit

Permalink
added sinogram series to siemens list-mode data
Browse files Browse the repository at this point in the history
  • Loading branch information
tclose committed Nov 22, 2023
1 parent b3af170 commit b54e2fa
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions fileformats/medimage/raw/pet/siemens.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
from fileformats.generic import SetOf
from .base import (
PetRawData,
PetListMode,
Expand Down Expand Up @@ -34,3 +35,10 @@ class Vnd_Siemens_Biograph128Vision_Vr20b_PetNormalisation(
Vnd_Siemens_Biograph128Vision_Vr20b_PetRawData, PetNormalisation
):
"normalisation scan or the current cross calibration factor"


class Vnd_Siemens_Biograph128Vision_Vr20b_PetSinogramSeries(
SetOf[Vnd_Siemens_Biograph128Vision_Vr20b_PetSinogram],
Vnd_Siemens_Biograph128Vision_Vr20b_PetRawData,
):
"Series of sinogram images"

0 comments on commit b54e2fa

Please sign in to comment.