IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 11987


Ignore:
Timestamp:
Feb 21, 2007, 4:26:45 PM (19 years ago)
Author:
jhoblitt
Message:

updated

Location:
trunk/ippTools/scripts
Files:
2 edited

Legend:

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

    r11807 r11987  
    66
    77
    8 p5tool -definerun -workdir file:///tmp/p5 || exit 1
    9 p5tool -addinputscfile -p5_id 2 -p4_id 1 -skycell_id foo1 -tess_id bar1 -exp_tag baz1 -p3_version 0 -kind warped -template || exit 1
    10 p5tool -addinputscfile -p5_id 2 -p4_id 1 -skycell_id foo2 -tess_id bar2 -exp_tag baz2 -p3_version 0 -kind warped || exit 1
     8p5tool -definerun -workdir file:///tmp/p5 -skycell_id foo -tess_id bar || exit 1
     9p5tool -addinputskyfile -p5_id 2 -p4_id 1 -skycell_id foo1 -tess_id bar1 -kind warped -template || exit 1
     10p5tool -addinputskyfile -p5_id 2 -p4_id 1 -skycell_id foo2 -tess_id bar2 -kind warped || exit 1
    1111p5tool -updaterun -state run -p5_id 1 || exit 1
    12 p5tool -todiffscfile || exit 1
    13 p5tool -inputscfile || exit 1
    14 p5tool -adddiffscfile -p5_id 1 -skycell_id foo -tess_id bar -uri file:///tmp/p5/scfile -bg 1 -bg_mean_stdev 2 || exit 1
    15 p5tool -diffscfile -p5_id 1 || exit 1
     12p5tool -todiffskyfile || exit 1
     13p5tool -inputskyfile || exit 1
     14p5tool -adddiffskyfile -p5_id 1 -uri file:///tmp/p5/skyfile -bg 1 -bg_mean_stdev 2 || exit 1
     15p5tool -diffskyfile -p5_id 1 || exit 1
    1616p5tool -updaterun -state stop -p5_id 1 || exit 1
  • trunk/ippTools/scripts/warptest.sh

    r11807 r11987  
    2323p4tool -towarped || exit 1
    2424
    25 p4tool -addwarped -p4_id 1 -skycell_id foo1 -tess_id bar1 -exp_tag baz1 -p3_version 0 -uri file:///tmp/foo -bg 1 -bg_mean_stdev 2 || exit 1
    26 
    27 p4tool -addwarped -p4_id 1 -skycell_id foo2 -tess_id bar2 -exp_tag baz2 -p3_version 0 -uri file:///tmp/foo -bg 1 -bg_mean_stdev 2 || exit 1
     25p4tool -addwarped -p4_id 1 -skycell_id foo1 -tess_id bar -uri file:///tmp/foo -bg 1 -bg_mean_stdev 2 || exit 1
     26p4tool -addwarped -p4_id 1 -skycell_id foo2 -tess_id bar -uri file:///tmp/foo -bg 1 -bg_mean_stdev 2 || exit 1
    2827
    2928p4tool -warped -p4_id 1 || exit 1
    3029
    31 p4tool -updaterun -p4_id 1 -state stop || exit 1
     30#p4tool -updaterun -p4_id 1 -state stop || exit 1
Note: See TracChangeset for help on using the changeset viewer.