File: composite-test

package info (click to toggle)
ctsim 5.2.0-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 7,256 kB
  • ctags: 6,355
  • sloc: cpp: 26,866; sh: 4,290; ansic: 1,254; perl: 296; makefile: 150
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