output of DigitizerProjectionActor #700
Unanswered
CIRCLE2096
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I’m using the
DigitizerProjectionActor
to simulate a CT scanner, but I’m confused about themhd/raw
output.I’ve looked at the example in
Test028
for the SPECT system, where theDigitizerProjectionActor
is used after theDigitizerEnergyWindowsActor
(as seen in theadd_digitizer_tc99m
function). TheDigitizerEnergyWindowsActor
produces several output keys, such asPostPosition_X
,TotalEnergyDeposit
, andGlobalTime
.However, the raw file output from the
DigitizerProjectionActor
is a matrix with a shape like(500, 500, 1)
, containing just a single float value per voxel. I couldn’t find a clear explanation of this value in the documentation, and after reviewing the source code, I only found that theDigitizerProjectionActor
works by mapping the hit positions to image indices.The image seems to be displayed as a grayscale image, so I’m wondering how that value is computed. Pls help.
Beta Was this translation helpful? Give feedback.
All reactions