Changeset 9445
- Timestamp:
- Oct 9, 2006, 4:41:44 PM (20 years ago)
- Location:
- trunk
- Files:
-
- 15 edited
-
ippScripts/scripts/detrend_norm_apply.pl (modified) (1 diff)
-
ippScripts/scripts/detrend_norm_calc.pl (modified) (1 diff)
-
ippScripts/scripts/detrend_norm_exp.pl (modified) (1 diff)
-
ippScripts/scripts/detrend_process_exp.pl (modified) (1 diff)
-
ippScripts/scripts/detrend_process_imfile.pl (modified) (1 diff)
-
ippScripts/scripts/detrend_reject_exp.pl (modified) (1 diff)
-
ippScripts/scripts/detrend_reject_imfile.pl (modified) (1 diff)
-
ippScripts/scripts/detrend_resid.pl (modified) (1 diff)
-
ippScripts/scripts/detrend_stack.pl (modified) (1 diff)
-
ippScripts/scripts/mdc2list.pl (modified) (1 diff)
-
ippScripts/scripts/phase0_exp.pl (modified) (1 diff)
-
ippScripts/scripts/phase0_imfile.pl (modified) (1 diff)
-
ippScripts/scripts/phase2.pl (modified) (1 diff)
-
ippScripts/scripts/phase3.pl (modified) (1 diff)
-
ippTools/scripts/dettest.sh (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/detrend_norm_apply.pl
r9215 r9445 116 116 unlink $statsName; 117 117 } 118 119 END { system("sync") or die "failed to execute sync: $!" } -
trunk/ippScripts/scripts/detrend_norm_calc.pl
r9337 r9445 146 146 } 147 147 } 148 149 END { system("sync") or die "failed to execute sync: $!" } -
trunk/ippScripts/scripts/detrend_norm_exp.pl
r9282 r9445 148 148 } 149 149 150 END { system("sync") or die "failed to execute sync: $!" } 150 151 151 152 __END__ -
trunk/ippScripts/scripts/detrend_process_exp.pl
r9400 r9445 146 146 } 147 147 148 END { system("sync") or die "failed to execute sync: $!" } 148 149 149 150 __END__ -
trunk/ippScripts/scripts/detrend_process_imfile.pl
r9337 r9445 120 120 } 121 121 122 END { system("sync") or die "failed to execute sync: $!" } 122 123 123 124 __END__ -
trunk/ippScripts/scripts/detrend_reject_exp.pl
r9337 r9445 205 205 } 206 206 207 END { system("sync") or die "failed to execute sync: $!" } 208 207 209 __END__ -
trunk/ippScripts/scripts/detrend_reject_imfile.pl
r9337 r9445 222 222 } 223 223 224 END { system("sync") or die "failed to execute sync: $!" } 224 225 225 226 __END__ -
trunk/ippScripts/scripts/detrend_resid.pl
r9337 r9445 139 139 } 140 140 141 END { system("sync") or die "failed to execute sync: $!" } 142 141 143 __END__ -
trunk/ippScripts/scripts/detrend_stack.pl
r9417 r9445 131 131 } 132 132 133 END { system("sync") or die "failed to execute sync: $!" } 133 134 134 135 __END__ -
trunk/ippScripts/scripts/mdc2list.pl
r8715 r9445 69 69 return \%hash; 70 70 } 71 72 END { system("sync") or die "failed to execute sync: $!" } -
trunk/ippScripts/scripts/phase0_exp.pl
r9337 r9445 175 175 return $imfile->{$name}; 176 176 } 177 178 END { system("sync") or die "failed to execute sync: $!" } -
trunk/ippScripts/scripts/phase0_imfile.pl
r9267 r9445 124 124 # Pau. 125 125 126 END { system("sync") or die "failed to execute sync: $!" } 127 126 128 __END__ -
trunk/ippScripts/scripts/phase2.pl
r9381 r9445 106 106 } 107 107 108 END { system("sync") or die "failed to execute sync: $!" } 109 108 110 __END__ -
trunk/ippScripts/scripts/phase3.pl
r9400 r9445 151 151 } 152 152 153 END { system("sync") or die "failed to execute sync: $!" } 153 154 154 155 __END__ -
trunk/ippTools/scripts/dettest.sh
r9231 r9445 2 2 3 3 set -o verbose 4 5 det_id=1 4 6 5 7 ./p0test.sh -detrend || exit 1 … … 9 11 10 12 for ID in `seq 0 3` ; do 11 dettool -addprocessedimfile -det_id 1-exp_tag t10 -class_id $ID -uri file://proc-$ID -recip myrecip -bg 1 -bg_stdev 1 -bg_mean_stdev 1 || exit 113 dettool -addprocessedimfile -det_id $det_id -exp_tag t10 -class_id $ID -uri file://proc-$ID -recip myrecip -bg 1 -bg_stdev 1 -bg_mean_stdev 1 || exit 1 12 14 done; 13 15 14 16 for ID in `seq 0 3` ; do 15 dettool -addprocessedimfile -det_id 1-exp_tag t11 -class_id $ID -uri file://proc-$ID -recip myrecip -bg 1 -bg_stdev 1 -bg_mean_stdev 1 || exit 117 dettool -addprocessedimfile -det_id $det_id -exp_tag t11 -class_id $ID -uri file://proc-$ID -recip myrecip -bg 1 -bg_stdev 1 -bg_mean_stdev 1 || exit 1 16 18 done; 17 19 … … 19 21 20 22 for ID in `seq 0 3` ; do 21 dettool -addstacked -det_id 1-uri file://stacked-$ID -class_id $ID -recip myrecipe -bg 1 -bg_stdev 2 -bg_mean_stdev 3 || exit 123 dettool -addstacked -det_id $det_id -uri file://stacked-$ID -class_id $ID -recip myrecipe -bg 1 -bg_stdev 2 -bg_mean_stdev 3 || exit 1 22 24 done; 23 25 24 26 dettool -tonormalizedstat || exit 1 25 27 for ID in `seq 0 3` ; do 26 dettool -addnormalizedstat -det_id 1-class_id $ID -norm 0.12345 || exit 128 dettool -addnormalizedstat -det_id $det_id -class_id $ID -norm 0.12345 || exit 1 27 29 done; 28 30 29 31 dettool -tonormalize || exit 1 30 32 for ID in `seq 0 3` ; do 31 dettool -addnormalizedimfile -det_id 1-class_id $ID -uri file://normalized-$ID -bg 1 -bg_stdev 2 -bg_mean_stdev 3 -b1_uri banana1 -b2_uri banannnnnaaa2 || exit 133 dettool -addnormalizedimfile -det_id $det_id -class_id $ID -uri file://normalized-$ID -bg 1 -bg_stdev 2 -bg_mean_stdev 3 -b1_uri banana1 -b2_uri banannnnnaaa2 || exit 1 32 34 done; 33 35 34 36 dettool -tonormalizedexp || 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 137 dettool -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 36 38 37 39 dettool -toresid || exit 1 38 40 39 41 for ID in `seq 0 3` ; do 40 dettool -addresidimfile -det_id 1-exp_tag t10 -class_id $ID -recip myrecip -bg 1 -bg_stdev 1 -bg_mean_stdev 1 -uri file://resid-$ID || exit 142 dettool -addresidimfile -det_id $det_id -exp_tag t10 -class_id $ID -recip myrecip -bg 1 -bg_stdev 1 -bg_mean_stdev 1 -uri file://resid-$ID || exit 1 41 43 done; 42 44 for ID in `seq 0 3` ; do 43 dettool -addresidimfile -det_id 1-exp_tag t11 -class_id $ID -recip myrecip -bg 1 -bg_stdev 1 -bg_mean_stdev 1 -uri file://resid-$ID || exit 145 dettool -addresidimfile -det_id $det_id -exp_tag t11 -class_id $ID -recip myrecip -bg 1 -bg_stdev 1 -bg_mean_stdev 1 -uri file://resid-$ID || exit 1 44 46 done; 45 47 46 48 dettool -toresidexp || exit 1 47 dettool -addresidexp -det_id 1-exp_tag t10 -recip myrecipe -bg 1 -bg_stdev 2 -bg_mean_stdev 3 -b1_uri jpeg1 -b2_uri jpeg2 || exit 148 dettool -addresidexp -det_id 1-exp_tag t11 -recip myrecipe -bg 1 -bg_stdev 2 -bg_mean_stdev 3 -b1_uri jpeg1 -b2_uri jpeg2 -reject || exit 149 dettool -addresidexp -det_id $det_id -exp_tag t10 -recip myrecipe -bg 1 -bg_stdev 2 -bg_mean_stdev 3 -b1_uri jpeg1 -b2_uri jpeg2 || exit 1 50 dettool -addresidexp -det_id $det_id -exp_tag t11 -recip myrecipe -bg 1 -bg_stdev 2 -bg_mean_stdev 3 -b1_uri jpeg1 -b2_uri jpeg2 -reject || exit 1 49 51 50 52 dettool -residdetrun || exit 1 51 53 dettool -residexp || exit 1 52 dettool -updateresidexp -det_id 1-iteration 0 -recip yourrecipe || exit 153 dettool -updateresidexp -det_id 1-iteration 0 -exp_tag t10 -reject || exit 154 dettool -updateresidexp -det_id 1-iteration 0 -exp_tag t11 || exit 154 dettool -updateresidexp -det_id $det_id -iteration 0 -recip yourrecipe || exit 1 55 dettool -updateresidexp -det_id $det_id -iteration 0 -exp_tag t10 -reject || exit 1 56 dettool -updateresidexp -det_id $det_id -iteration 0 -exp_tag t11 || exit 1 55 57 dettool -residexp || exit 1 56 dettool -updatedetrun -det_id 1-again || exit 158 dettool -updatedetrun -det_id $det_id -again || exit 1
Note:
See TracChangeset
for help on using the changeset viewer.
