[Gate-users] where is the ccdTable.dat and ccd300phantom.dat
SUN Liang
cn_soochow_sl at 163.com
Wed Dec 21 02:31:57 CET 2016
Hi, Gater,
I read the user guide 7.2 and be intersting in the example in page 107, relative codes are listed below.
I just want to find 2 files of ccdTable.dat and ccd300Phantom.dat, I checked all older guide from ver 1.0.0 and nothing to be found.
yes, in fact, I want to know how to make GATE knows the size of voxel by the 2 files in the example.
anybody send the files to me? or tell me the website for checking? thanks a lot.
SUN L
###################################################################################
# Create a simple phantom called CCD
/gate/world/daughters/name CCD
/gate/world/daughters/insert parameterizedBoxMatrix
# Read the file : a 300x300x1 array
/gate/CCD/geometry/insertReader image
/gate/CCD/imageReader/insertTranslator tabulated
/gate/CCD/imageReader/tabulatedTranslator/readTable ccdTable.dat
/gate/CCD/imageReader/readFile ccd300Phantom.dat
# Place the phantom and rotate it so that it is in the XZ plane
/gate/CCD/placement/setTranslation 0 -82.269 0 mm
/gate/CCD/placement/setRotationAxis 1 0 0
/gate/CCD/placement/setRotationAngle 90 deg
# Attach the phantom SD and the output module
/gate/CCD/attachVoxelPhantomSD
/gate/CCD/addOutput doseOutput
/gate/output/doseOutput/saveUncertainty true
/gate/output/doseOutput/setFileName ccdDose.bin
#######################################################################################
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.opengatecollaboration.org/mailman/private/gate-users/attachments/20161221/fe5d1caa/attachment.html>
More information about the Gate-users
mailing list