UCL / STIR

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

BinNormalisationFromAttenuationImage should set-up forward projector with non-TOF clone of proj_data_info #1455

Open KrisThielemans opened 5 months ago

KrisThielemans commented 5 months ago

Looks like we are currently doing TOF forward projections, which is wrong for attenuation.

KrisThielemans commented 4 months ago

1469 now means it throws an error such that we don't create wrong result. Note that calculate_attenuation_coefficients already did the proper thing:

https://github.com/UCL/STIR/blob/09638a9f01ff674118f1d584dbeba604e2435bf9/src/utilities/calculate_attenuation_coefficients.cxx#L167-L171