IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 9709


Ignore:
Timestamp:
Oct 20, 2006, 6:01:22 PM (20 years ago)
Author:
jhoblitt
Message:

minor update

File:
1 edited

Legend:

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

    r9707 r9709  
    2626dettool -tonormalizedstat || exit 1
    2727
    28 exit 0
    29 
    3028for ID in `seq 0 3` ; do
    3129    dettool -addnormalizedstat -det_id $det_id -class_id $ID -norm 0.12345 || exit 1
     
    4038dettool -addnormalizedexp -det_id $det_id -recip myrecipe -bg 1 -bg_stdev 2 -bg_mean_stdev 3 -b1_uri file://normalizedexp -b2_uri file://normlalizedexp|| exit 1
    4139
    42 dettool -toresid || exit 1
     40dettool -toresidimfile || exit 1
    4341
    4442for ID in `seq 0 3` ; do
     
    5856dettool -updateresidexp -det_id $det_id -iteration 0 -exp_tag t10 -reject || exit 1
    5957dettool -updateresidexp -det_id $det_id -iteration 0 -exp_tag t11 || exit 1
     58
     59dettool -adddetrunsummary -det_id $det_id -iteration 0 -bg 1 -bg_stdev 2 -bg_mean_stdev 3 -accept || exit 1
    6060dettool -residexp || exit 1
    61 dettool -updatedetrun -det_id $det_id -again || exit 1
     61dettool -updatedetrun -det_id $det_id -stop || exit 1
Note: See TracChangeset for help on using the changeset viewer.