Interim developed on DDA for projecting through imagefiles
[ctsim.git] / benchmarks / composite-test
1 #!/bin/bash
2
3 DIR=
4
5 TIME=/usr/bin/time
6
7 ${DIR}ctsimtext phm2if /dev/null 768 768 --phantom herman --nsample 3
8 ${DIR}ctsimtext phm2pj ~/t.pj 900 900 --phantom herman --geometry parallel --nray 2
9 ${DIR}ctsimtext pjrec ~/t.pj ~/t.if 768 768
10 rm ~/t.pj
11 rm ~/t.if