Changeset 10530
- Timestamp:
- Dec 7, 2006, 12:44:13 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/detrend_reject_exp.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/detrend_reject_exp.pl
r10459 r10530 98 98 my $numReject = 0; # Number of exposures rejected 99 99 my $command; 100 my $reject; 100 101 for (my $i = 0; $i < scalar @means; $i++) { 101 102 my $expTag = $expTags[$i]; # Exposure ID 102 103 $command = "$dettool -updateresidexp -det_id $det_id -iteration $iter -exp_tag $expTag"; # Command to run 103 my$reject = 0; # Reject this exposure?104 $reject = 0; # Reject this exposure? 104 105 105 106 if (not $accept[$i]) { … … 145 146 print "no rejection for exposure mean stdev\n"; 146 147 } 147 148 148 149 UPDATE: 149 150 if ($reject) {
Note:
See TracChangeset
for help on using the changeset viewer.
