Index: trunk/ippScripts/scripts/stack_skycell.pl
===================================================================
--- trunk/ippScripts/scripts/stack_skycell.pl	(revision 19685)
+++ trunk/ippScripts/scripts/stack_skycell.pl	(revision 19689)
@@ -85,5 +85,5 @@
        { name => "REJECT_IMAGES",   type => "sum",   flag => "-reject_images",     dtype => "int" },
        { name => "REJECT_PIXELS",   type => "mean",  flag => "-reject_pix_mean",   dtype => "float" },
-       { name => "REJECT_PIXELS",   type => "rms",   flag => "-reject_pix_rms",    dtype => "float" },
+       { name => "REJECT_PIXELS",   type => "stdev", flag => "-reject_pix_stdev",  dtype => "float" },
        { name => "NUM_SOURCES",     type => "sum",   flag => "-sources",           dtype => "int" },
        { name => "GOOD_PIXEL_FRAC", type => "mean",  flag => "-good_frac",         dtype => "float" },
@@ -225,5 +225,5 @@
         $command .= " -ipprc $configuration";
     }
-        
+
 
     my ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) =
@@ -241,5 +241,5 @@
 
     if ($do_stats) {
-        &my_die("Couldn't find expected output file: $outputStats", $stack_id, $PS_EXIT_SYS_ERROR) 
+        &my_die("Couldn't find expected output file: $outputStats", $stack_id, $PS_EXIT_SYS_ERROR)
             unless $ipprc->file_exists($outputStats);
         # Get the statistics on the stacked image
@@ -261,5 +261,5 @@
         my $mode;
         if ($run_state eq 'new') {
-            $mode = "-addsumskyfile"; 
+            $mode = "-addsumskyfile";
             $command .= " -uri $outputName -path_base $outroot";
             $command .= " -hostname $host" if defined $host;
