IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 28571


Ignore:
Timestamp:
Jul 1, 2010, 11:14:03 AM (16 years ago)
Author:
Paul Price
Message:

Delete convolved files for diffRuns being updated as well.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/delete_convolved_diff.pl

    r27599 r28571  
    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')
Note: See TracChangeset for help on using the changeset viewer.