IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 21, 2010, 2:45:13 PM (16 years ago)
Author:
eugene
Message:

merge changes from trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20100823/ippTools/share/difftool_todiffskyfile.sql

    r27920 r29515  
    1313    diffRun.bothways,
    1414    diffRun.diff_mode,
    15     diffSkyfile.path_base
     15    diffSkyfile.path_base,
     16    IFNULL(priority, 10000) AS priority
    1617FROM diffRun
    1718JOIN diffInputSkyfile USING(diff_id)
     
    6263    ON diffInputSkyfile.diff_id = diffSkyfile.diff_id
    6364    AND diffInputSkyfile.skycell_id = diffSkyfile.skycell_id
     65LEFT JOIN Label ON Label.label = diffRun.label
    6466WHERE
    6567-- Ready to be processed
     
    7072    AND diffSkyfile.data_state = 'update')
    7173    )
     74    AND (Label.active OR Label.active IS NULL)
    7275-- Ensure input warps are available
    7376    AND (diffInputSkyfile.warp1 IS NULL
     
    9396    AND stackTemplateSkyfile.quality = 0))
    9497
    95 
    96 
Note: See TracChangeset for help on using the changeset viewer.