Daniel Deidda
Daniel Deidda
I just noticed that when running lm_to_projadata for SPECT list mode data the output sinogram interfile is the one for PET. When reconstructing this data with SPECTUB the image is...
https://github.com/UCL/STIR/blob/07aad4371043136f6d2f0ee63893cfabb6e5104b/src/utilities/estimate_triple_energy_window_scatter_sinogram.cxx#L145 The output data interfile is not correct. All the exam_info are missing and the word radius is used instead of radii. This makes it incompatible with the prompt sinogram....
I came across a repeatable issue. The sensitivity appears inverted along the x-axis when reconstructing SPECT data. As a consequence attenuation correction can be wrong. This happens in both master...
…lockOnCylindrical
fixing #1333
estimation of geometrical factors uses mirroring and symmetries and only saves half of the data. This does not work when the number of detectors per block is odd. The branch...
use interfile information for frame difinition if all event are used,… throwing a warning otherwise ## Changes in this pull request use interfile information for frame difinition if all event...
When creating the exam info LMtoProjdata get the examinfo from the LM but then set timeframe according to time frame definitions, so if this was not set in the parfile...
## Changes in this pull request ## Testing performed ## Related issues ## Checklist before requesting a review - [] I have performed a self-review of my code - []...
currently SIRF torch is in SIRF exercises however it would make more sense for it to be part of SIRF itself