IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 22, 2010, 1:58:02 PM (16 years ago)
Author:
bills
Message:

changes to support updating only a subset of the components of a run

File:
1 edited

Legend:

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

    r27020 r27391  
    6767    OR (diffRun.state = 'update'
    6868    AND diffSkyfile.fault = 0
    69     AND diffSkyfile.data_state = 'cleaned')
     69    AND diffSkyfile.data_state = 'update')
    7070    )
    7171-- Ensure input warps are available
    7272    AND (diffInputSkyfile.warp1 IS NULL
    73     OR (warpRun.state = 'full'
     73    OR (warpSkyfile.data_state = 'full'
    7474    AND warpSkyfile.fault = 0
     75    AND warpSkyfile.magicked >= 0
    7576    AND warpSkyfile.quality = 0))
    7677-- Ensure input stacks are available
     
    8182-- Ensure template warps are available
    8283    AND (diffInputSkyfile.warp2 IS NULL
    83     OR (warpTemplateRun.state = 'full'
     84    OR (warpTemplateSkyfile.data_state = 'full'
    8485    AND warpTemplateSkyfile.fault = 0
     86    AND warpSkyfile.magicked >= 0
    8587    AND warpTemplateSkyfile.quality = 0))
    8688-- Ensure template stacks are available
Note: See TracChangeset for help on using the changeset viewer.