Index: trunk/ippScripts/scripts/stack_skycell.pl
===================================================================
--- trunk/ippScripts/scripts/stack_skycell.pl	(revision 13717)
+++ trunk/ippScripts/scripts/stack_skycell.pl	(revision 13748)
@@ -143,5 +143,7 @@
 my $stats = PS::IPP::Metadata::Stats->new(); # Stats parser
 unless ($no_op) {
-    my $command = "$ppStack $listName $outputRoot -stat $outputStats"; # Command to run pois
+    my $command = "$ppStack $listName $outputRoot";
+    $command .= " -stats $outputStats";
+    $command .= " -recipe PPSTATS CHIPSTATS";
 
     my ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) =
