IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 19638


Ignore:
Timestamp:
Sep 22, 2008, 11:06:23 AM (18 years ago)
Author:
Paul Price
Message:

Additional statistics parameters

File:
1 edited

Legend:

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

    r19545 r19638  
    5353   [
    5454       #          PPSTATS KEYWORD         STATISTIC          DIFFTOOL FLAG
    55        { name => "ROBUST_MEDIAN",   type => "mean", flag => "-bg",         dtype => "float" },
    56        { name => "ROBUST_STDEV",    type => "rms",  flag => "-bg_stdev",   dtype => "float" },
    57        { name => "DT_SUB",          type => "sum",  flag => "-dtime_diff", dtype => "float" },
    58        { name => "SUBTRACTION.NUM", type => "mean", flag => "-stamps_num", dtype => "int" },
    59        { name => "SUBTRACTION.RMS", type => "mean", flag => "-stamps_rms", dtype => "float" },
    60        { name => "NUM_SOURCES",     type => "sum",  flag => "-sources",    dtype => "int" },
    61        { name => "GOOD_PIXEL_FRAC", type => "mean", flag => "-good_frac",  dtype => "float" },
     55       { name => "ROBUST_MEDIAN",    type => "mean", flag => "-bg",          dtype => "float" },
     56       { name => "ROBUST_STDEV",     type => "rms",  flag => "-bg_stdev",    dtype => "float" },
     57       { name => "TIME_SUB",         type => "sum",  flag => "-dtime_diff",  dtype => "float" },
     58       { name => "TIME_MATCH",       type => "sum",  flag => "-dtime_match", dtype => "float" },
     59       { name => "TIME_PHOT",        type => "sum",  flag => "-dtime_phot",  dtype => "float" },
     60       { name => "SUBTRACTION.NUM",  type => "mean", flag => "-stamps_num",  dtype => "int" },
     61       { name => "SUBTRACTION.MEAN", type => "mean", flag => "-stamps_mean", dtype => "float" },
     62       { name => "SUBTRACTION.RMS",  type => "mean", flag => "-stamps_rms",  dtype => "float" },
     63       { name => "NUM_SOURCES",      type => "sum",  flag => "-sources",     dtype => "int" },
     64       { name => "GOOD_PIXEL_FRAC",  type => "mean", flag => "-good_frac",   dtype => "float" },
    6265   ];
    6366my $stats = PS::IPP::Metadata::Stats->new($STATS); # Stats parser
Note: See TracChangeset for help on using the changeset viewer.