Index: /trunk/ippScripts/scripts/diff_skycell.pl
===================================================================
--- /trunk/ippScripts/scripts/diff_skycell.pl	(revision 39946)
+++ /trunk/ippScripts/scripts/diff_skycell.pl	(revision 39947)
@@ -217,4 +217,13 @@
 }
 
+## 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;
+## MEH adding above from ipptest:ipp-20150312 hack.. 
+## -- of course this wont work because of the poor code doing a defined check rather than value check.. so fix...
+undef $saveInConv;
+undef $saveRefConv;
+
 &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;
@@ -274,5 +283,6 @@
 #&my_die("Couldn't find input: $templateSources", $diff_id, $skycell_id, $PS_EXIT_SYS_ERROR) unless $ipprc->file_exists($templateSources);
 
-if ($diff_type eq 'WS') {
+## MEH -- needs to be for both kinds of diffs using stacks...
+if ($diff_type eq 'WS' || $diff_type eq 'SS') {
     # LANL processed stack images do not have a set of sources transferred back, so we need to choose a different source list.
     unless($ipprc->file_exists($templateSources)) {
