IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 19644


Ignore:
Timestamp:
Sep 22, 2008, 12:32:15 PM (18 years ago)
Author:
Paul Price
Message:

Adding additional statistics for QA

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippScripts/scripts/stack_skycell.pl

    r19561 r19644  
    3535    'run-state=s'       => \$run_state,
    3636    'debug'             => \$debug,   # Print to stdout
    37     'threads=s'         => \$threads,   # Number of threads to use for ppStack
     37    'threads=s'         => \$threads,   # Number of threads to use for ppStack
    3838    'verbose'           => \$verbose,   # Print to stdout
    3939    'no-update'         => \$no_update, # Don't update the database?
     
    6060   [
    6161       #          PPSTATS KEYWORD         STATISTIC          STACKTOOL FLAG
    62        { name => "ROBUST_MEDIAN",   type => "mean", flag => "-bg",          dtype => "float" },
    63        { name => "ROBUST_STDEV",    type => "rms",  flag => "-bg_stdev",    dtype => "float" },
    64 #      { name => "DT_STACK",        type => "sum",  flag => "-dtime_stack", dtype => "float" },
    65        { name => "GOOD_PIXEL_FRAC", type => "mean", flag => "-good_frac",   dtype => "float" },
     62       { name => "ROBUST_MEDIAN",   type => "mean",  flag => "-bg",                dtype => "float" },
     63       { name => "ROBUST_STDEV",    type => "rms",   flag => "-bg_stdev",          dtype => "float" },
     64       { name => "TIME_STACK",      type => "sum",   flag => "-dtime_stack",       dtype => "float" },
     65       { name => "TIME_MATCH",      type => "mean",  flag => "-dtime_match_mean",  dtype => "float" },
     66       { name => "TIME_MATCH",      type => "stdev", flag => "-dtime_match_stdev", dtype => "float" },
     67       { name => "TIME_INITIAL",    type => "sum",   flag => "-dtime_initial",     dtype => "float" },
     68       { name => "TIME_REJECT",     type => "sum",   flag => "-dtime_reject",      dtype => "float" },
     69       { name => "TIME_FINAL",      type => "sum",   flag => "-dtime_final",       dtype => "float" },
     70       { name => "TIME_PHOT",       type => "sum",   flag => "-dtime_phot",        dtype => "float" },
     71       { name => "STAMP.MEAN",      type => "mean",  flag => "-match_mean",        dtype => "float" },
     72       { name => "STAMP.MEAN",      type => "stdev", flag => "-match_stdev",       dtype => "float" },
     73       { name => "STAMP.RMS",       type => "rms",   flag => "-match_rms",         dtype => "float" },
     74       { name => "TIME_PHOT",       type => "sum",   flag => "-dtime_phot",        dtype => "float" },
     75       { name => "REJECT_IMAGES",   type => "sum",   flag => "-reject_images",     dtype => "int" },
     76       { name => "REJECT_PIXELS",   type => "mean",  flag => "-reject_pix_mean",   dtype => "float" },
     77       { name => "REJECT_PIXELS",   type => "rms",   flag => "-reject_pix_rms",    dtype => "float" },
     78       { name => "NUM_SOURCES",     type => "sum",   flag => "-sources",           dtype => "int" },
     79       { name => "GOOD_PIXEL_FRAC", type => "mean",  flag => "-good_frac",         dtype => "float" },
    6680   ];
    6781my $stats = PS::IPP::Metadata::Stats->new($STATS); # Stats parser
Note: See TracChangeset for help on using the changeset viewer.