RTK/Scripts/AmsterdamShroud: Difference between revisions

From Openrtk
Jump to navigation Jump to search
No edit summary
No edit summary
 
(8 intermediate revisions by one other user not shown)
Line 1: Line 1:
<div class="floatcenter">[[File:MovingPhantomSinogram.jpg|frame|none|100px|alt=Alt text|Moving phantom sinogram]] [[File:Amsterdam.jpg|200px]]</div>
<div class="floatcenter">[[File:MovingPhantomSinogram.jpg|220px]] [[File:Amsterdam.jpg|200px]]</div>


This script uses the following file [http://midas3.kitware.com/midas/download?items=32426 MovingPhantomProjections.mha] as input:
Picture 1 shows the sinogram of the input and picture 2 the shroud image that was created using the command line below.
 
The script uses the file [https://data.kitware.com/api/v1/item/5be99c428d777f2179a2e535/download movingPhantom.mha] as input: <br /> 


<source lang="bash">
<source lang="bash">
  # Creating an Amsterdam Shroud image from a set of projections
  # Creating an Amsterdam Shroud image from a set of projections
  ./rtkamsterdamshroud -p . -r MovingPhantomProjections.mha -o Amsterdam.mha
  ./rtkamsterdamshroud -p . -r movingPhantom.mha -o Amsterdam.mha
</source>
</source>

Latest revision as of 12:17, 12 November 2018

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

Picture 1 shows the sinogram of the input and picture 2 the shroud image that was created using the command line below.

The script uses the file movingPhantom.mha as input:

 # Creating an Amsterdam Shroud image from a set of projections
 ./rtkamsterdamshroud -p . -r movingPhantom.mha -o Amsterdam.mha