IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 2, 2006, 2:25:43 PM (20 years ago)
Author:
jhoblitt
Message:

remove -processed -unmask (behavior is now as if -unmask is always set)

File:
1 edited

Legend:

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

    r9109 r9113  
    2727done;
    2828
    29 dettool -normstat || exit 1
     29dettool -tonormstat || exit 1
    3030for ID in `seq 0 3` ; do
    3131    dettool -addnormalizedimfile -det_id 1 -class_id $ID -uri file://normalized-$ID || exit 1
    3232done;
     33
     34dettool -tonormalizedexp || exit 1
     35dettool -addnormalizedexp -det_id 1 -exp_tag t10  -bg 1 -bg_stdev 2 -bg_mean_stdev 3 -b1_uri file://normalizedexp -b2_uri file://normlalizedexp|| exit 1
     36dettool -addnormalizedexp -det_id 1 -exp_tag t11  -bg 1 -bg_stdev 2 -bg_mean_stdev 3 -b1_uri file://normalizedexp -b2_uri file://normlalizedexp|| exit 1
    3337
    3438dettool -toresid || exit 1
Note: See TracChangeset for help on using the changeset viewer.