IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 26387


Ignore:
Timestamp:
Dec 11, 2009, 2:04:35 PM (16 years ago)
Author:
bills
Message:

don't try and run magic on diffs that have already been destreaked

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTools/share/magictool_definebyquery_select.sql

    r26040 r26387  
    1515    WHERE diffInputSkyfile.warp1 IS NOT NULL
    1616        AND diffRun.exposure = 1
     17        AND diffRun.magicked = 0
    1718    -- diff WHERE hook %s
    1819    UNION
     
    2728        AND diffRun.exposure = 1
    2829        AND diffRun.bothways = 1
     30        AND diffRun.magicked = 0
    2931    -- diff WHERE hook %s
    3032    ) AS diffWarps
Note: See TracChangeset for help on using the changeset viewer.