RTK/Scripts/AmsterdamShroud: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
(14 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
<div class="floatcenter">[[File:MovingPhantomSinogram.jpg| | <div class="floatcenter">[[File:MovingPhantomSinogram.jpg|220px]] [[File:Amsterdam.jpg|200px]]</div> | ||
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 | ./rtkamsterdamshroud -p . -r movingPhantom.mha -o Amsterdam.mha | ||
</source> | </source> |
Latest revision as of 11: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