Index: trunk/ippScripts/scripts/stack_skycell.pl
===================================================================
--- trunk/ippScripts/scripts/stack_skycell.pl	(revision 19109)
+++ trunk/ippScripts/scripts/stack_skycell.pl	(revision 19118)
@@ -153,5 +153,5 @@
 my $outputMask = $ipprc->filename("PPSTACK.OUTPUT.MASK", $outroot);
 my $outputWeight = $ipprc->filename("PPSTACK.OUTPUT.WEIGHT", $outroot);
-my $outputSources = $ipprc->filename("PSPHOT.OUTPUT", $outroot, "none");
+my $outputSources = $ipprc->filename("PSPHOT.OUT.CMF.MEF", $outroot);
 #my $bin1Name =  $ipprc->filename("PPSTACK.BIN1", $outroot);
 #my $bin2Name =  $ipprc->filename("PPSTACK.BIN2", $outroot);
@@ -215,6 +215,7 @@
 
     # Register the run as completed
-    {
-        my $command = "$stacktool -updaterun -stack_id $stack_id -state stop"; # Command to run stacktool
+    # XXX why is this needed?  the stackRun is set to 'full' by the stacktool -addsumskyfile command...
+    if (0) {
+        my $command = "$stacktool -updaterun -stack_id $stack_id -state full"; # Command to run stacktool
         $command .= " -dbname $dbname" if defined $dbname;
 
