UCL / STIR

Software for Tomographic Image Reconstruction
http://stir.sourceforge.net/
Other
104 stars 89 forks source link

SPECT projection DICOM: support multiple heads #1184

Open KrisThielemans opened 1 year ago

KrisThielemans commented 1 year ago

Currently we're getting

WARNING: num_projections (60) * num_energy_windows (2) != num_frames (240)

The header written is essentially only for the first head, i.e.

!number of projections := 60
!extent of rotation := 180
!process status := acquired
!SPECT STUDY (acquired data) :=
!direction of rotation := CCW
start angle := 180.041
orbit := non-circular
radii := {60 numbers here}

At present, we have to manually adjust the header

Resolving this is relatively complicated, also because our Interfile support is incomplete #1102

KrisThielemans commented 2 months ago

DICOM info is at https://dicom.nema.org/medical/dicom/current/output/chtml/part03/sect_A.5.4.html