- Timestamp:
- Mar 5, 2012, 5:19:48 PM (14 years ago)
- Location:
- branches/meh_branches/ppstack_test
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
ippTools/share/warptool_towarped.sql (modified) (1 diff, 1 prop)
Legend:
- Unmodified
- Added
- Removed
-
branches/meh_branches/ppstack_test
- Property svn:mergeinfo changed
-
branches/meh_branches/ppstack_test/ippTools/share/warptool_towarped.sql
- Property svn:mergeinfo set to
r30538 r33415 100 100 AND warpSkyfile.fault = 0 101 101 AND camRun.state = 'full' 102 AND chipProcessedImfile.quality = 0 103 -- Maybe add this to solve the if any chip is bad a whole warp can't be updated problem? 104 -- AND (chipProcessedImfile.fault = 0 OR chipProcessedImfile.fault = 26) 102 105 AND (Label.active OR Label.active IS NULL) 103 106 -- where hook 2 %s 104 107 GROUP BY warp_id, skycell_id 105 -- if warpSkyfile was magicked previously require inputs to be magicked 106 -- this blocks processing until all the chip inputs have been destreaked 107 HAVING COUNT(warpSkyCellMap.class_id) = SUM(IF(chipProcessedImfile.data_state ='full' and (chipRun.magicked = 0 OR chipProcessedImfile.magicked > 0), 1, 0)) 108 HAVING COUNT(warpSkyCellMap.class_id) = SUM(IF(chipProcessedImfile.data_state ='full', 1, 0)) 108 109 -- limit hook 2 %s 109 110 )
Note:
See TracChangeset
for help on using the changeset viewer.
