Index: /tags/ipp-20150312/ippScripts/scripts/diff_skycell.pl
===================================================================
--- /tags/ipp-20150312/ippScripts/scripts/diff_skycell.pl	(revision 37971)
+++ /tags/ipp-20150312/ippScripts/scripts/diff_skycell.pl	(revision 37972)
@@ -199,4 +199,9 @@
 }
 
+# EAM 2015.03.12 : for the PV3 3pi diffs, we do NOT want to save these images.  here i am hacking this value to 0, but it should depend on the
+# values in filerules or recipe...
+$saveInConv  = 0;
+$saveRefConv = 0;
+
 &my_die("Unable to identify template", $diff_id, $skycell_id, $PS_EXIT_SYS_ERROR) unless defined $template;
 &my_die("Unable to identify input", $diff_id, $skycell_id, $PS_EXIT_SYS_ERROR) unless defined $input;
@@ -382,14 +387,15 @@
 
         if (!$quality) {
-            check_output($outputName, 0);
-            check_output($outputMask, 0);
-            check_output($outputVariance, 0);
+	    # EAM 2015.03.12 : for PV3 3pi diffs, we do not save these.  do not check for them...
+            # check_output($outputName, 0);
+            # check_output($outputMask, 0);
+            # check_output($outputVariance, 0);
             check_output($outputSources, 1) if $do_photom;
             check_output($jpeg1Name, 1);
             check_output($jpeg2Name, 1);
             if ($inverse) {
-                check_output($inverseName, 0);
-                check_output($inverseMask, 0);
-                check_output($inverseVariance, 0);
+                # check_output($inverseName, 0);
+                # check_output($inverseMask, 0);
+                # check_output($inverseVariance, 0);
                 check_output($inverseSources, 1) if $do_photom;
                 if ($run_state eq 'new') {
