IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 26, 2009, 2:03:56 PM (17 years ago)
Author:
bills
Message:

progress on query for components ready to be processed

File:
1 edited

Legend:

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

    r23394 r23566  
    2020    WHERE distTarget.state = 'enabled'
    2121        AND rcInterest.state = 'enabled'
    22         AND chipRun.state = 'full'       -- XXX: we need a completed chip stage magicDSRun because we
     22        AND chipRun.state = 'full'       -- Note: we need a completed chip stage magicDSRun because we
    2323                                         -- need the mask file to NAN masked pixels
    2424        -- to support cameras that don't need magic disttool adds the magicked restriction
    2525        -- \nAND rawExp.magicked AND chipRun.magicked here:
    26         AND rawExp.magicked AND chipRun.magicked
    2726        -- raw magicked HOOK %s
    2827        AND distRun.dist_id IS NULL      -- no existing distRun
     
    4645            -- If camera requires files to be magicked before distibution
    4746            -- the following gets added by disttool
    48             -- AND chipRun.magicked
     47            AND chipRun.magicked
    4948            -- chip magicked HOOK %s
    5049           )
Note: See TracChangeset for help on using the changeset viewer.