Changeset 23566 for trunk/ippTools/share/disttool_definebyquery_select.sql
- Timestamp:
- Mar 26, 2009, 2:03:56 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/share/disttool_definebyquery_select.sql
r23394 r23566 20 20 WHERE distTarget.state = 'enabled' 21 21 AND rcInterest.state = 'enabled' 22 AND chipRun.state = 'full' -- XXX: we need a completed chip stage magicDSRun because we22 AND chipRun.state = 'full' -- Note: we need a completed chip stage magicDSRun because we 23 23 -- need the mask file to NAN masked pixels 24 24 -- to support cameras that don't need magic disttool adds the magicked restriction 25 25 -- \nAND rawExp.magicked AND chipRun.magicked here: 26 AND rawExp.magicked AND chipRun.magicked27 26 -- raw magicked HOOK %s 28 27 AND distRun.dist_id IS NULL -- no existing distRun … … 46 45 -- If camera requires files to be magicked before distibution 47 46 -- the following gets added by disttool 48 --AND chipRun.magicked47 AND chipRun.magicked 49 48 -- chip magicked HOOK %s 50 49 )
Note:
See TracChangeset
for help on using the changeset viewer.
