Index: trunk/ippScripts/scripts/diff_skycell.pl
===================================================================
--- trunk/ippScripts/scripts/diff_skycell.pl	(revision 21309)
+++ trunk/ippScripts/scripts/diff_skycell.pl	(revision 21371)
@@ -103,10 +103,10 @@
         if ($file->{warp_id} == 0) {
             $templateMask = "PPSTACK.OUTPUT.MASK";
-            $templateWeight = "PPSTACK.OUTPUT.WEIGHT";
+            $templateWeight = "PPSTACK.OUTPUT.VARIANCE";
             $templateSources = "PSPHOT.OUT.CMF.MEF";  ## this must be consistent with the value in stack_skycell.pl:161
             ## use an explicit stack name for psphot output objects
         } else {
             $templateMask = "PSWARP.OUTPUT.MASK";
-            $templateWeight = "PSWARP.OUTPUT.WEIGHT";
+            $templateWeight = "PSWARP.OUTPUT.VARIANCE";
             $templateSources = "PSWARP.OUTPUT.SOURCES";
         }
@@ -116,8 +116,8 @@
         if ($file->{warp_id} == 0) {
             $inputMask = "PPSTACK.OUTPUT.MASK";
-            $inputWeight = "PPSTACK.OUTPUT.WEIGHT";
+            $inputWeight = "PPSTACK.OUTPUT.VARIANCE";
         } else {
             $inputMask = "PSWARP.OUTPUT.MASK";
-            $inputWeight = "PSWARP.OUTPUT.WEIGHT";
+            $inputWeight = "PSWARP.OUTPUT.VARIANCE";
         }
     }
@@ -188,5 +188,5 @@
 my $outputName = $ipprc->filename("PPSUB.OUTPUT", $outroot);
 my $outputMask = $ipprc->filename("PPSUB.OUTPUT.MASK", $outroot);
-my $outputWeight = $ipprc->filename("PPSUB.OUTPUT.WEIGHT", $outroot);
+my $outputWeight = $ipprc->filename("PPSUB.OUTPUT.VARIANCE", $outroot);
 my $configuration = $ipprc->filename("PPSUB.CONFIG", $outroot);
 my $outputSources = $ipprc->filename("PSPHOT.OUT.CMF.MEF", $outroot);
