Index: trunk/ippScripts/scripts/diff_skycell.pl
===================================================================
--- trunk/ippScripts/scripts/diff_skycell.pl	(revision 35308)
+++ trunk/ippScripts/scripts/diff_skycell.pl	(revision 35325)
@@ -113,16 +113,19 @@
 my ($inputMagic, $templateMagic); # Are the inputs been magicked?
 my ($saveInConv, $saveRefConv);   # Save the input or reference convolved images?
-# Prescan to decide if this is or is not a stack stack diff. The check above confirms we only have two entries.
-if ((${ $files }[0]->{warp_id} == 0)&&
-    (${ $files }[1]->{warp_id} == 0)) {
-    # Both are zero, so stack stack diff;
-    unless ($use_convolved) {
-        $use_convolved = 0;
-    }
-}
-else {
-    # We're in some sort of warp stack or warp warp (don't care about the last one.)
-    $use_convolved = 1;
-}
+# CZW 2013-03-21: We only want to use unconvolved inputs.  Ever, if I understand correctly.
+unless ($use_convolved) {
+    $use_convolved = 0;
+}
+
+# # Prescan to decide if this is or is not a stack stack diff. The check above confirms we only have two entries.
+# if ((${ $files }[0]->{warp_id} != 0)&&
+#     (${ $files }[1]->{warp_id} != 0)) {
+#     # Both are zero, so stack stack diff;
+# }
+# else {
+
+#     # We're in some sort of warp stack or warp warp (don't care about the last one.)
+#     $use_convolved = 1; ## This is a hack to do a test for mops, and should not be committed.
+# }
 
 # ppSub does (input) - (template) after PSF-match convolution.  
