Changeset 32570
- Timestamp:
- Oct 27, 2011, 11:16:13 AM (15 years ago)
- Location:
- trunk/ippTools/share
- Files:
-
- 2 edited
-
warptool_scmap.sql (modified) (1 diff)
-
warptool_towarped.sql (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/share/warptool_scmap.sql
r30852 r32570 29 29 ON chipRun.chip_id = chipProcessedImfile.chip_id 30 30 AND warpSkyCellMap.class_id = chipProcessedImfile.class_id 31 AND chipProcessedImfile.quality = 0 31 32 JOIN rawImfile 32 33 ON chipRun.exp_id = rawImfile.exp_id -
trunk/ippTools/share/warptool_towarped.sql
r30538 r32570 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
Note:
See TracChangeset
for help on using the changeset viewer.
