Index: /tags/ipp-20100616/ippScripts/scripts/automate_stacks.pl
===================================================================
--- /tags/ipp-20100616/ippScripts/scripts/automate_stacks.pl	(revision 28390)
+++ /tags/ipp-20100616/ippScripts/scripts/automate_stacks.pl	(revision 28391)
@@ -394,5 +394,5 @@
         if ($summit_fault) {
 	    print STDERR "check_summit_copy: $date $exp_name has summit_fault $summit_fault";
-            if ($exp_type ne 'OBJECT') {
+            if (($exp_type ne 'OBJECT')||($exp_name =~ /^c.*/)) {
                 print STDERR " (but I don't care).\n";
             }
@@ -404,5 +404,5 @@
         elsif (!$download_state or $download_state eq 'run') {
             print STDERR "check_summit_copy: $date $exp_name has download_state $download_state";
-            if ($exp_type ne 'OBJECT') {
+            if (($exp_type ne 'OBJECT')||($exp_name =~ /^c.*/)) {
                 print STDERR " (but I don't care).\n";
             }
@@ -414,5 +414,5 @@
         elsif (!$new_state or $new_state eq 'run' ) {
             print STDERR "check_summit_copy: $date $exp_name has new_state $new_state";
-            if ($exp_type ne 'OBJECT') {
+            if (($exp_type ne 'OBJECT')||($exp_name =~ /^c.*/)) {
                 print STDERR " (but I don't care).\n";
             }
Index: /tags/ipp-20100616/ippconfig/recipes/filerules-split.mdc
===================================================================
--- /tags/ipp-20100616/ippconfig/recipes/filerules-split.mdc	(revision 28390)
+++ /tags/ipp-20100616/ippconfig/recipes/filerules-split.mdc	(revision 28391)
@@ -297,6 +297,6 @@
 PPSKYCELL.JPEG1              OUTPUT {OUTPUT}.{FILE.INDEX}.b1.jpeg     JPEG            NONE       CHIP       TRUE      NONE
 PPSKYCELL.JPEG2              OUTPUT {OUTPUT}.{FILE.INDEX}.b2.jpeg     JPEG            NONE       CHIP       TRUE      NONE
-PPSKYCELL.BIN1    	OUTPUT {OUTPUT}.{FILE.INDEX}.b1.fits     IMAGE     NONE       FPA        TRUE      NONE
-PPSKYCELL.BIN2    	OUTPUT {OUTPUT}.{FILE.INDEX}.b2.fits     IMAGE     NONE       FPA       TRUE      NONE
+PPSKYCELL.BIN1    	OUTPUT {OUTPUT}.{FILE.INDEX}.b1.fits     IMAGE     COMP_IMG       FPA        TRUE      NONE
+PPSKYCELL.BIN2    	OUTPUT {OUTPUT}.{FILE.INDEX}.b2.fits     IMAGE     COMP_IMG       FPA       TRUE      NONE
 
 LOG.IMFILE                   OUTPUT {OUTPUT}.{CHIP.NAME}.log          TEXT            NONE       CHIP       TRUE      NONE
Index: /tags/ipp-20100616/ippconfig/recipes/ppSkycell.config
===================================================================
--- /tags/ipp-20100616/ippconfig/recipes/ppSkycell.config	(revision 28390)
+++ /tags/ipp-20100616/ippconfig/recipes/ppSkycell.config	(revision 28391)
@@ -2,5 +2,5 @@
 
 MASKVAL		STR	MASK.VALUE	# Symbolic name of values to mask
-BIN1		S32	4		# Binning factor for output 1
-BIN2		S32	4		# Binning factor for output 2
+BIN1		S32	16		# Binning factor for output 1
+BIN2		S32	10		# Binning factor for output 2
 MAKEFITS        BOOL    T               # Make fits image as well?
