Index: /trunk/ippTools/share/chiptool_setimfiletoupdate.sql
===================================================================
--- /trunk/ippTools/share/chiptool_setimfiletoupdate.sql	(revision 33057)
+++ /trunk/ippTools/share/chiptool_setimfiletoupdate.sql	(revision 33058)
@@ -11,4 +11,5 @@
     AND (chipRun.state = 'cleaned' OR chipRun.state = 'update')
     AND (chipProcessedImfile.data_state = 'cleaned')
+    AND (chipProcessedImfile.quality = 0)
     -- don't queue update if the associated magicDSFile exists and isn't cleaned
     -- AND (chipRun.magicked = 0 
Index: /trunk/ippTools/share/difftool_setskyfiletoupdate.sql
===================================================================
--- /trunk/ippTools/share/difftool_setskyfiletoupdate.sql	(revision 33057)
+++ /trunk/ippTools/share/difftool_setskyfiletoupdate.sql	(revision 33058)
@@ -8,2 +8,3 @@
     AND (diffRun.state = 'cleaned' OR diffRun.state = 'update')
     AND (diffSkyfile.data_state = 'cleaned' OR diffSkyfile.data_state = 'update')
+    AND (diffSkyfile.quality = 0)
Index: /trunk/ippTools/share/warptool_setskyfiletoupdate.sql
===================================================================
--- /trunk/ippTools/share/warptool_setskyfiletoupdate.sql	(revision 33057)
+++ /trunk/ippTools/share/warptool_setskyfiletoupdate.sql	(revision 33058)
@@ -8,2 +8,3 @@
     AND (warpRun.state = 'cleaned' OR warpRun.state = 'update')
     AND (warpSkyfile.data_state = 'cleaned' OR warpSkyfile.data_state = 'update')
+    AND (warpSkyfile.quality = 0)
