Index: trunk/ippScripts/scripts/stack_skycell.pl
===================================================================
--- trunk/ippScripts/scripts/stack_skycell.pl	(revision 19561)
+++ trunk/ippScripts/scripts/stack_skycell.pl	(revision 19644)
@@ -35,5 +35,5 @@
     'run-state=s'       => \$run_state,
     'debug'             => \$debug,   # Print to stdout
-    'threads=s'       	=> \$threads,   # Number of threads to use for ppStack
+    'threads=s'         => \$threads,   # Number of threads to use for ppStack
     'verbose'           => \$verbose,   # Print to stdout
     'no-update'         => \$no_update, # Don't update the database?
@@ -60,8 +60,22 @@
    [
        #          PPSTATS KEYWORD         STATISTIC          STACKTOOL FLAG
-       { name => "ROBUST_MEDIAN",   type => "mean", flag => "-bg",          dtype => "float" },
-       { name => "ROBUST_STDEV",    type => "rms",  flag => "-bg_stdev",    dtype => "float" },
-#      { name => "DT_STACK",        type => "sum",  flag => "-dtime_stack", dtype => "float" },
-       { name => "GOOD_PIXEL_FRAC", type => "mean", flag => "-good_frac",   dtype => "float" },
+       { name => "ROBUST_MEDIAN",   type => "mean",  flag => "-bg",                dtype => "float" },
+       { name => "ROBUST_STDEV",    type => "rms",   flag => "-bg_stdev",          dtype => "float" },
+       { name => "TIME_STACK",      type => "sum",   flag => "-dtime_stack",       dtype => "float" },
+       { name => "TIME_MATCH",      type => "mean",  flag => "-dtime_match_mean",  dtype => "float" },
+       { name => "TIME_MATCH",      type => "stdev", flag => "-dtime_match_stdev", dtype => "float" },
+       { name => "TIME_INITIAL",    type => "sum",   flag => "-dtime_initial",     dtype => "float" },
+       { name => "TIME_REJECT",     type => "sum",   flag => "-dtime_reject",      dtype => "float" },
+       { name => "TIME_FINAL",      type => "sum",   flag => "-dtime_final",       dtype => "float" },
+       { name => "TIME_PHOT",       type => "sum",   flag => "-dtime_phot",        dtype => "float" },
+       { name => "STAMP.MEAN",      type => "mean",  flag => "-match_mean",        dtype => "float" },
+       { name => "STAMP.MEAN",      type => "stdev", flag => "-match_stdev",       dtype => "float" },
+       { name => "STAMP.RMS",       type => "rms",   flag => "-match_rms",         dtype => "float" },
+       { name => "TIME_PHOT",       type => "sum",   flag => "-dtime_phot",        dtype => "float" },
+       { 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 => "NUM_SOURCES",     type => "sum",   flag => "-sources",           dtype => "int" },
+       { name => "GOOD_PIXEL_FRAC", type => "mean",  flag => "-good_frac",         dtype => "float" },
    ];
 my $stats = PS::IPP::Metadata::Stats->new($STATS); # Stats parser
