IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 25, 2008, 4:11:47 PM (18 years ago)
Author:
eugene
Message:

adding code to parse the full metadata set, including dtime entries for chip,cam,warp,diff,stack

File:
1 edited

Legend:

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

    r15395 r16247  
    5151   [   
    5252       #          PPSTATS KEYWORD         STATISTIC          DIFFTOOL FLAG
    53        { name => "ROBUST_MEDIAN",   type => "mean", flag => "-bg",        dtype => "float" },
    54        { name => "ROBUST_STDEV",    type => "rms",  flag => "-bg_stdev",  dtype => "float" },
    55        { name => "GOOD_PIXEL_FRAC", type => "mean", flag => "-good_frac", dtype => "float" },
     53       { name => "ROBUST_MEDIAN",   type => "mean", flag => "-bg",         dtype => "float" },
     54       { name => "ROBUST_STDEV",    type => "rms",  flag => "-bg_stdev",   dtype => "float" },
     55#      { name => "DT_DIFF",         type => "sum",  flag => "-dtime_diff", dtype => "float" },
     56       { name => "GOOD_PIXEL_FRAC", type => "mean", flag => "-good_frac",  dtype => "float" },
    5657   ];
    5758my $stats = PS::IPP::Metadata::Stats->new($STATS); # Stats parser
Note: See TracChangeset for help on using the changeset viewer.