RTK/Scripts/FDK: Difference between revisions

From Openrtk
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
<div class="floatcenter">[[File:sinogram.png|200px]] [[File:overlay.png|200px]]</div>
<div class="floatcenter">[[File:sinogram.png|200px]] [[File:overlay.png|200px]]</div>


This script uses the file [[http://midas3.kitware.com/midas/download?items=27326 SheppLogan.txt]] as input.
This script uses the file [http://midas3.kitware.com/midas/download?items=27326 SheppLogan.txt] as input.


<source lang="bash">
<source lang="bash">

Revision as of 12:55, 23 November 2012

Error creating thumbnail: File missing
Error creating thumbnail: File missing

This script uses the file SheppLogan.txt as input.

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

 # Create projections of the phantom file
 rtkprojectgeometricphantom -g geometry.xml -o projections.mha --spacing 2 --dimension 256 --phantomfile SheppLogan.txt

 # Reconstruct
 rtkfdk -p . -r projections.mha -o fdk.mha -g geometry.xml --spacing 2 --dimension 256

 # Create a reference volume for comparison
 rtkdrawgeometricphantom --spacing 2 --dimension 256 --phantomfile SheppLogan.txt -o ref.mha