Index: trunk/ippScripts/scripts/skycell_jpeg.pl
===================================================================
--- trunk/ippScripts/scripts/skycell_jpeg.pl	(revision 36289)
+++ trunk/ippScripts/scripts/skycell_jpeg.pl	(revision 36360)
@@ -271,5 +271,5 @@
 
     my %products = ('image' => "PPSTACK.UNCONV",
-		    'mask'  => "PPSTACK.UNCONV.MASK",
+#		    'mask'  => "PPSTACK.UNCONV.MASK",
 		    'variance' => "PPSTACK.UNCONV.VARIANCE",
 		    'exp'   => "PPSTACK.UNCONV.EXP",
@@ -327,14 +327,13 @@
 		$command .= " -Di BIN1 1 -Di BIN2 1 ";
 	    }
-# 	    elsif ($key eq 'image') {
-# 		$command .= " -masks $tangents{$projection_cell}{mask}{NAME} ";
-# 	    }
-# 	    elsif ($key eq 'mask') { 
-# 		next; # This should be made with the images.
-# 	    }
-	    else {
-		# Append the image list to other objects, in case the WCS information is unpopulated
-		$command .= " -wcsref $tangents{$projection_cell}{image}{NAME} ";
-	    }
+	    elsif ($key eq 'image') {
+		$command .= " -exptimeOrder 1 ";
+	    }
+	    elsif ($key eq 'variance') { 
+		$command .= " -exptimeOrder 2 ";
+	    }
+	    # Append the image list to other objects, in case the WCS information is unpopulated
+	    $command .= " -wcsref $tangents{$projection_cell}{image}{NAME} ";
+
 	    if ($tangents{$projection_cell}{$key}{N} > 0) {
 		print "$command\n";
