File: composite-test

package info (click to toggle)
ctsim 4.3.1-4
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 6,460 kB
  • ctags: 3,722
  • sloc: cpp: 26,759; sh: 3,518; ansic: 1,254; perl: 296; makefile: 265
file content (11 lines) | stat: -rwxr-xr-x 257 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/bash

DIR=

TIME=/usr/bin/time

${DIR}ctsimtext phm2if /dev/null 768 768 --phantom herman --nsample 3
${DIR}ctsimtext phm2pj ~/t.pj 900 900 --phantom herman --geometry parallel --nray 2
${DIR}ctsimtext pjrec ~/t.pj ~/t.if 768 768
rm ~/t.pj
rm ~/t.if