Changeset 28471
- Timestamp:
- Jun 24, 2010, 12:46:06 PM (16 years ago)
- Location:
- branches/pap/ippTools/share
- Files:
-
- 2 edited
-
bgtool_advancechip.sql (modified) (1 diff)
-
bgtool_advancewarp.sql (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/pap/ippTools/share/bgtool_advancechip.sql
r28199 r28471 8 8 AND chipProcessedImfile.quality = 0 9 9 AND chipProcessedImfile.fault = 0 10 AND chipBackgroundImfile.fault = 011 10 -- WHERE hook %s 12 11 GROUP BY chip_bg_id 13 HAVING COUNT(chipBackgroundImfile.chip_bg_id) = COUNT(chipProcessedImfile.chip_id) 12 HAVING 13 COUNT(chipBackgroundImfile.class_id) = COUNT(chipProcessedImfile.class_id) 14 AND SUM(IF(chipBackgroundImfile.fault > 0, 1, 0)) = 0 15 AND SUM(IF(chipBackgroundImfile.quality > 0, 1, 0)) != COUNT(*) -
branches/pap/ippTools/share/bgtool_advancewarp.sql
r28199 r28471 8 8 AND warpSkyfile.quality = 0 9 9 AND warpSkyfile.fault = 0 10 AND warpBackgroundSkyfile.fault = 011 10 -- WHERE hook %s 12 11 GROUP BY warp_bg_id 13 HAVING COUNT(warpBackgroundSkyfile.warp_bg_id) = COUNT(warpSkyfile.warp_id) 12 HAVING 13 COUNT(warpBackgroundSkyfile.skycell_id) = COUNT(warpSkyfile.skycell_id) 14 AND SUM(IF(warpBackgroundSkyfile.fault > 0, 1, 0)) = 0 15 AND SUM(IF(warpBackgroundSkyfile.quality > 0, 1, 0)) != COUNT(*)
Note:
See TracChangeset
for help on using the changeset viewer.
