Index: trunk/ippScripts/scripts/stack_skycell.pl
===================================================================
--- trunk/ippScripts/scripts/stack_skycell.pl	(revision 21330)
+++ trunk/ippScripts/scripts/stack_skycell.pl	(revision 21371)
@@ -160,5 +160,5 @@
     my $image = $file->{uri};   # Image name
     my $mask = $ipprc->filename( "PSWARP.OUTPUT.MASK", $file->{path_base} ); # Mask name
-    my $weight = $ipprc->filename( "PSWARP.OUTPUT.WEIGHT", $file->{path_base} ); # Weight name
+    my $weight = $ipprc->filename( "PSWARP.OUTPUT.VARIANCE", $file->{path_base} ); # Weight name
     my $psf = $ipprc->filename( "PSPHOT.PSF.SKY.SAVE", $file->{path_base} ); # PSF name
     my $sources = $ipprc->filename("PSWARP.OUTPUT.SOURCES", $file->{path_base}); # Sources name
@@ -172,5 +172,5 @@
     print $listFile "\tIMAGE\tSTR\t" . $image . "\n";
     print $listFile "\tMASK\tSTR\t" . $mask . "\n";
-    print $listFile "\tWEIGHT\tSTR\t" . $weight . "\n";
+    print $listFile "\tVARIANCE\tSTR\t" . $weight . "\n";
     print $listFile "\tPSF\tSTR\t" . $psf . "\n";
     print $listFile "\tSOURCES\tSTR\t" . $sources . "\n";
@@ -185,5 +185,5 @@
 my $outputName = $ipprc->filename("PPSTACK.OUTPUT", $outroot);
 my $outputMask = $ipprc->filename("PPSTACK.OUTPUT.MASK", $outroot);
-my $outputWeight = $ipprc->filename("PPSTACK.OUTPUT.WEIGHT", $outroot);
+my $outputWeight = $ipprc->filename("PPSTACK.OUTPUT.VARIANCE", $outroot);
 my $outputSources = $ipprc->filename("PSPHOT.OUT.CMF.MEF", $outroot); ## this must be consistent with the value in diff_skycell.pl:101
 ## use an explicit stack name for psphot output objects
@@ -344,5 +344,5 @@
         my $temp_image = metadataLookupStr($md, 'TEMP.IMAGE'); # Suffix for image
         my $temp_mask = metadataLookupStr($md, 'TEMP.MASK'); # Suffix for mask
-        my $temp_weight = metadataLookupStr($md, 'TEMP.WEIGHT'); # Suffix for weight
+        my $temp_weight = metadataLookupStr($md, 'TEMP.VARIANCE'); # Suffix for weight
         my $temp_root = basename($outroot); # Root name for temporary files
 
