Replies: 1 comment 2 replies
-
Hi, I'm also guessing that the issue is with the reading of the listmode data. Does it take a while to load the data or is it practically instantaneous? I'm a little surprised that the data is zeros and not garbage, which suggests that the listmode data is not actually loaded. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I'm currently trying to reconstruct Vision listmode data. However, my only output is a bright (all ones) rectangular area in the lower part of the image.
I'm using the Vision_main file, all corrections are turned off, implementation 4 with OSEM and improved Siddon's algorithm.
When running Inveon_PET_main_listmode_example with same parameters (of course with Inveon scanner parameters) the reconstruction works fine.
I assume that reading the listmode file is where things go wrong, because the variable SinM (and the related variables) just contain zeros (which is not the case when reconstructing the Inveon PET data)
Maybe you have some ideas where the issue might lie and what to do about. I'd appreciate any suggestions.
thanks in advance
Chris
Beta Was this translation helpful? Give feedback.
All reactions