RTK/Scripts/CreateGammexPhantom: Difference between revisions
Jump to navigation
Jump to search
(Created page with "<div class="floatcenter">300px 300px</div> This script uses the file [http://midas3.kitware.com/midas/download?folders=...") |
No edit summary |
||
Line 1: | Line 1: | ||
<div class="floatcenter">[[File: | <div class="floatcenter">[[File:gammex.png|400px]]</div> | ||
This script uses the file [http://midas3.kitware.com/midas/download?folders=7981 | This script uses the file [http://midas3.kitware.com/midas/download?folders=7981 Gammex_RMI465.txt] as configuration file which creates a Gammex phantom. | ||
<source lang="bash"> | <source lang="bash"> | ||
# Create a 3D | # Create a 3D Gammex phantom | ||
rtkdrawgeometricphantom --phantomfile | rtkdrawgeometricphantom --phantomfile Gammex_RMI465.txt -o gammex.mha | ||
</source> | </source> | ||
RTK accepts all geometries shown in [http://en.wikipedia.org/wiki/Quadric Wiki Quadric], exceptions ( parabolic cylinder and paraboloid family ) and boxes. | |||
RTK accepts all geometries shown in [http://en.wikipedia.org/wiki/Quadric Wiki Quadric], exceptions ( parabolic cylinder and paraboloid family ) |
Revision as of 11:24, 8 October 2014
Error creating thumbnail: File missing
This script uses the file Gammex_RMI465.txt as configuration file which creates a Gammex phantom.
# Create a 3D Gammex phantom
rtkdrawgeometricphantom --phantomfile Gammex_RMI465.txt -o gammex.mha
RTK accepts all geometries shown in Wiki Quadric, exceptions ( parabolic cylinder and paraboloid family ) and boxes.