Index: trunk/ippScripts/scripts/warp_skycell.pl
===================================================================
--- trunk/ippScripts/scripts/warp_skycell.pl	(revision 36078)
+++ trunk/ippScripts/scripts/warp_skycell.pl	(revision 36116)
@@ -388,12 +388,12 @@
 	    $quality = 8006; # bad data.
 	}
-#         if (!$quality) {
-#             check_output($outputImage, 0);
-#             check_output($outputMask, 0);
-#             check_output($outputWeight, 0);
-#             check_output($outputSources, 1);
-#             check_output($outputPSF, 1) if metadataLookupBool($recipe, 'PSF')  ;
-#         }
 	print "Quality: $quality\n";
+        if (!$quality) {
+            check_output($outputImage, 0);
+            check_output($outputMask, 0);
+            check_output($outputWeight, 0);
+            check_output($outputSources, 0);
+            check_output($outputPSF, 0) if metadataLookupBool($recipe, 'PSF')  ;
+        }
 
         # $run_state eq 'update'
