- Timestamp:
- Jul 30, 2010, 9:31:50 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20100621/tools/delete_convolved_diff.pl
r27599 r28794 52 52 JOIN diffSkyfile USING(diff_id) 53 53 JOIN magicRun USING(diff_id) 54 WHERE diffRun.state IN ('full', 'drop' )54 WHERE diffRun.state IN ('full', 'drop', 'update') 55 55 AND magicRun.state IN ('full', 'drop', 'censored') 56 56 AND diffRun.bothways = 0 … … 66 66 ON magicNegative.diff_id = diffRun.diff_id 67 67 AND magicNegative.inverse = 1 68 WHERE diffRun.state IN ('full', 'drop' )68 WHERE diffRun.state IN ('full', 'drop', 'update') 69 69 AND magicPositive.state IN ('full', 'drop', 'censored') 70 70 AND magicNegative.state IN ('full', 'drop', 'censored') … … 83 83 # foreach my $ext ( @extensions ) { 84 84 my $file = "$path.$ext"; 85 print "$file\n";85 # print "$file\n"; 86 86 eval { $neb->delete($file); }; 87 87 # $file = eval { $neb->find($file); };
Note:
See TracChangeset
for help on using the changeset viewer.
