IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 30, 2010, 9:31:50 AM (16 years ago)
Author:
eugene
Message:

updates from trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20100621/tools/delete_convolved_diff.pl

    r27599 r28794  
    5252JOIN diffSkyfile USING(diff_id)
    5353JOIN magicRun USING(diff_id)
    54 WHERE diffRun.state IN ('full', 'drop')
     54WHERE diffRun.state IN ('full', 'drop', 'update')
    5555    AND magicRun.state IN ('full', 'drop', 'censored')
    5656    AND diffRun.bothways = 0
     
    6666    ON magicNegative.diff_id = diffRun.diff_id
    6767    AND magicNegative.inverse = 1
    68 WHERE diffRun.state IN ('full', 'drop')
     68WHERE diffRun.state IN ('full', 'drop', 'update')
    6969    AND magicPositive.state IN ('full', 'drop', 'censored')
    7070    AND magicNegative.state IN ('full', 'drop', 'censored')
     
    8383#        foreach my $ext ( @extensions ) {
    8484            my $file = "$path.$ext";
    85             print "$file\n";
     85#            print "$file\n";
    8686            eval { $neb->delete($file); };
    8787#            $file = eval { $neb->find($file); };
Note: See TracChangeset for help on using the changeset viewer.