-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
port STIR TOF support to SIRF #315
Comments
will |
Hi,
I fixed a bug that I introduced on my last commit. And few other minor. I
will push tonight. There is an open issue with some hdf5 stuff that leaked
in. @kris, advice on this?
Cheers
…On Sat, 23 Feb 2019, 10:25 Kris Thielemans, ***@***.***> wrote:
we're finalising the STIR TOF PR UCL/STIR#304
<UCL/STIR#304>
This should normally require very few changes to SIRF. I think the only
places are where we expose getting the projection data as TOF adds another
dimension.
I think this only affects PETAcquisitionData.dimensions, as_array and show.
@evgueni-ovtchinnikov <https://github.com/evgueni-ovtchinnikov> could you
please confirm?
Ideally, we should prepare for this in 2.0 by already letting these
functions return the TOF dimension (although it's of course size 1). That
way, we can enable TOF support in 2.1, without breaking backwards
compatibility.
Of course, related is what dimensions the data should be to support PET
data for the future, in particular dynamic/gated data.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#315>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AIlA_pBdaiTdSEfJ-oJXF2fccqIN7-fNks5vQRb-gaJpZM4bN3hQ>
.
|
yes, but currently we need another loop over tof-bins (not just views/segments), i.e. our @ALEXJAZZ008008 will help with this. |
@NikEfth let's keep STIR discussions to the STIR PR. But we cannot really remove hdf5-related commits/files, unless we go with |
See #359 for preparation |
Probable list of things that need to change
|
another:
|
randoms still to do |
we're finalising the STIR TOF PR UCL/STIR#304
This should normally require very few changes to SIRF. I think the only places are where we expose getting the projection data as TOF adds another dimension.
I think this only affects
PETAcquisitionData
.dimensions
,as_array
andshow
. @evgueni-ovtchinnikov could you please confirm?Ideally, we should prepare for this in 2.0 by already letting these functions return the TOF dimension (although it's of course size 1). That way, we can enable TOF support in 2.1, without breaking backwards compatibility.
Of course, related is what dimensions the data should be to support PET data for the future, in particular dynamic/gated data.
The text was updated successfully, but these errors were encountered: