IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 23, 2007, 3:41:56 PM (19 years ago)
Author:
jhoblitt
Message:

s/p0/reg/g
s/p1/guide/g
s/p2/chip/g
s/p6/stack/g
s/p5/diff/g
s/p4/warp/g
s/p3/cam/g

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTools/scripts/difftest.sh

    r11987 r12024  
    33set -o verbose
    44
    5 p4test.sh || exit 1
     5warptest.sh || exit 1
    66
    77
    8 p5tool -definerun -workdir file:///tmp/p5 -skycell_id foo -tess_id bar || exit 1
    9 p5tool -addinputskyfile -p5_id 2 -p4_id 1 -skycell_id foo1 -tess_id bar1 -kind warped -template || exit 1
    10 p5tool -addinputskyfile -p5_id 2 -p4_id 1 -skycell_id foo2 -tess_id bar2 -kind warped || exit 1
    11 p5tool -updaterun -state run -p5_id 1 || exit 1
    12 p5tool -todiffskyfile || exit 1
    13 p5tool -inputskyfile || exit 1
    14 p5tool -adddiffskyfile -p5_id 1 -uri file:///tmp/p5/skyfile -bg 1 -bg_mean_stdev 2 || exit 1
    15 p5tool -diffskyfile -p5_id 1 || exit 1
    16 p5tool -updaterun -state stop -p5_id 1 || exit 1
     8difftool -definerun -workdir file:///tmp/diff -skycell_id foo -tess_id bar || exit 1
     9difftool -addinputskyfile -diff_id 2 -warp_id 1 -skycell_id foo1 -tess_id bar1 -kind warped -template || exit 1
     10difftool -addinputskyfile -diff_id 2 -warp_id 1 -skycell_id foo2 -tess_id bar2 -kind warped || exit 1
     11difftool -updaterun -state run -diff_id 1 || exit 1
     12difftool -todiffskyfile || exit 1
     13difftool -inputskyfile || exit 1
     14difftool -adddiffskyfile -diff_id 1 -uri file:///tmp/diff/skyfile -bg 1 -bg_mean_stdev 2 || exit 1
     15difftool -diffskyfile -diff_id 1 || exit 1
     16difftool -updaterun -state stop -diff_id 1 || exit 1
Note: See TracChangeset for help on using the changeset viewer.