RTK/Scripts/RayBoxIntersection

From Openrtk
Revision as of 11:21, 23 November 2012 by Mvila (talk | contribs) (Created page with "<div class="floatcenter">200px 200px</div> This script uses the file File:Box.txt as input. <source lang="bash"> # Cr...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
Error creating thumbnail: File missing
File:RayBoxFDK.jng

This script uses the file File:Box.txt as input.

 # Create a simulated geometry
 rtksimulatedgeometry -n 360 -o geometry.xml

 # Create a box volume
 rtkdrawgeometricphantom -o box.mha --spacing 1 --dimension 90 --phantomfile box.txt

 # Calculate radiological path of the box (ray intersection length)
 rtkrayboxintersection -g geometry.xml -i box.mha -o rayboxintersection.mha --spacing 1 --dimension 256

 # Reconstruct/Backproject the set of projections
 rtkfdk -g geometry.xml -p . -r rayboxintersection.mha -o fdk.mha --spacing 1 --dimension 256