UCL / STIR

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

Incomplete interfile image header after SPECT reconstruction #1437

Open smanwell opened 1 month ago

smanwell commented 1 month ago

I've recently been working with STIR for SPECT reconstruction and the interfile images that are produced are missing information that are associated with the stir::ExamData class. In particular, the output images include no information regarding the PatientPosition or the Energy Window.

In the case of the energy window information (lower and upper thresholds), I confirmed that it was present in the interfile projection data used as input to the reconstruction but it does not get propagated to the header of the image. In the PatientPosition case, this information was not included in the projection data.

Can anyone suggest how I can go about making this information available in the header of the reconstructed image?