Index: /tags/ipp-20100616/ippScripts/scripts/skycell_jpeg.pl
===================================================================
--- /tags/ipp-20100616/ippScripts/scripts/skycell_jpeg.pl	(revision 28409)
+++ /tags/ipp-20100616/ippScripts/scripts/skycell_jpeg.pl	(revision 28410)
@@ -81,5 +81,5 @@
 	my $state      = $imfile->{data_state};
 	my $projection_cell = $skycell_id;
-	if ($quality == 8007 or $state ne 'full') {
+	if ($quality != 0 or $state ne 'full') {
 	    next;
 	}
@@ -178,5 +178,5 @@
 	my $state      = $imfile->{data_state};
 	my $projection_cell = $skycell_id;
-	if ($quality == 8007 or $quality == 1010 or $state ne 'full') {
+	if ($quality != 0 or $state ne 'full') {
 	    next;
 	}
@@ -276,5 +276,5 @@
 	my $fault      = $imfile->{fault};
 	my $projection_cell = $skycell_id;
-	if ($quality == 8007 or $state ne 'full') {
+	if ($quality != 0 or $state ne 'full') {
 	    next;
 	}
Index: /tags/ipp-20100616/ippTasks/nightly_stacks.pro
===================================================================
--- /tags/ipp-20100616/ippTasks/nightly_stacks.pro	(revision 28409)
+++ /tags/ipp-20100616/ippTasks/nightly_stacks.pro	(revision 28410)
@@ -186,6 +186,6 @@
     book setword nsData $today nsState NEW
 
-    command echo $today
-#   command automate_stacks.pl --clean_old --date $today
+#    command echo $today
+   command automate_stacks.pl --clean_old --date $today
   end
 
Index: /tags/ipp-20100616/ippconfig/recipes/nightly_science.config
===================================================================
--- /tags/ipp-20100616/ippconfig/recipes/nightly_science.config	(revision 28409)
+++ /tags/ipp-20100616/ippconfig/recipes/nightly_science.config	(revision 28410)
@@ -12,9 +12,9 @@
   RETENTION_TIME U16 7
 END
-CLEAN_MODES METADATA
-  MODE STR DIFF
-  COMMAND STR difftool
-  RETENTION_TIME U16 30
-END
+# CLEAN_MODES METADATA
+#  MODE STR DIFF
+#  COMMAND STR difftool
+#  RETENTION_TIME U16 30
+# END
 
 FILTERS MULTI
