SyneRBI / SIRF

Main repository for the CCP SynerBI software
http://www.ccpsynerbi.ac.uk
Other
57 stars 29 forks source link

time frame handling in listmode reconstruction #1249

Closed KrisThielemans closed 1 week ago

KrisThielemans commented 1 month ago

@evgueni-ovtchinnikov easy to add a set_time_interval method to the listmode objective function?

evgueni-ovtchinnikov commented 1 month ago

I understand it is not in STIR yet? Once you make it available in STIR, should not be difficult to access it from SIRF.

KrisThielemans commented 1 month ago

It doesn't need STIR modifications luckily.

Essentially a copy of ListmodeToSinograms::set_time_interval, i.e. adding set_time_interval to xSTIR_PoissonLLhLinModMeanListDataProjMatBin3DF (as [here](e.g. https://github.com/SyneRBI/SIRF/blob/2c66faff3bc0f12c864cfc2a2931eba5ade60ba0/src/xSTIR/cSTIR/include/sirf/STIR/stir_x.h#L141-L148 )) and exposing it in exactly the same way

evgueni-ovtchinnikov commented 1 week ago

fixed by #1253