You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the attenuation coefficient ranges are not intuitive. STIR uses attenuation coefficient units of cm^-1.
The input attenuation voxelised phantom for this project should use this attenuation coefficient unit for future STIR processing.
Body tissue has an approximate attenuation coefficient of 0.096cm^-1 (i.e. water).
In
the interfile attenuation image is multipled by 10,000 to create a GATE interfile image, which would corespond to a AttenuationConv of 960 for body tissue/water. This would corresponds to SpineBone in GATE.
In my opinion, 2. is the better method.
To do this, we need to use something like XCAT to assertain the attenuation coefficients ranges of different body materials, multiply by 10,000, and update the AttenuationConv.dat file. Should be done for #37
The text was updated successfully, but these errors were encountered:
I agree. conversion from XCAT to STIR is one thing. Conversion from STIR to GATE is another. They should be separate. This table should work for attenuation images generated by STIR really.
In
STIR-GATE-Connection/VoxelisedSimulation/GATESubMacros/AttenuationConv.dat
Lines 1 to 11 in 9f5ddc0
the attenuation coefficient ranges are not intuitive. STIR uses attenuation coefficient units of
cm^-1
.The input attenuation voxelised phantom for this project should use this attenuation coefficient unit for future STIR processing.
Body tissue has an approximate attenuation coefficient of
0.096cm^-1
(i.e. water).In
STIR-GATE-Connection/VoxelisedSimulation/SubScripts/GenerateSTIRGATEImages.sh
Line 45 in 9f5ddc0
the interfile attenuation image is multipled by 10,000 to create a GATE interfile image, which would corespond to a AttenuationConv of
960
for body tissue/water. This would corresponds to SpineBone in GATE.Two options:
change the multiplier in In
STIR-GATE-Connection/VoxelisedSimulation/SubScripts/GenerateSTIRGATEImages.sh
Line 45 in 9f5ddc0
Change the values in
STIR-GATE-Connection/VoxelisedSimulation/GATESubMacros/AttenuationConv.dat
Lines 1 to 11 in 9f5ddc0
to better align the multiplied coefficients.
In my opinion, 2. is the better method.
To do this, we need to use something like XCAT to assertain the attenuation coefficients ranges of different body materials, multiply by 10,000, and update the
AttenuationConv.dat
file. Should be done for #37The text was updated successfully, but these errors were encountered: