Changeset 9139
- Timestamp:
- Oct 2, 2006, 5:30:17 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/scripts/dettest.sh (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/scripts/dettest.sh
r9113 r9139 22 22 done; 23 23 24 dettool -tonormalize || exit 124 dettool -tonormalizedstat || exit 1 25 25 for ID in `seq 0 3` ; do 26 dettool -addnorm stat -det_id 1 -class_id $ID -norm 0.12345 || exit 126 dettool -addnormalizedstat -det_id 1 -class_id $ID -norm 0.12345 || exit 1 27 27 done; 28 28 29 dettool -tonorm stat|| exit 129 dettool -tonormalize || exit 1 30 30 for ID in `seq 0 3` ; do 31 31 dettool -addnormalizedimfile -det_id 1 -class_id $ID -uri file://normalized-$ID || exit 1 … … 33 33 34 34 dettool -tonormalizedexp || exit 1 35 dettool -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 36 dettool -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 35 dettool -addnormalizedexp -det_id 1 -recip myrecipe -bg 1 -bg_stdev 2 -bg_mean_stdev 3 -b1_uri file://normalizedexp -b2_uri file://normlalizedexp|| exit 1 37 36 38 37 dettool -toresid || exit 1
Note:
See TracChangeset
for help on using the changeset viewer.
