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/stack_skycell.pl

    r16063 r16247  
    5353   [   
    5454       #          PPSTATS KEYWORD         STATISTIC          STACKTOOL FLAG
    55        { name => "ROBUST_MEDIAN",   type => "mean", flag => "-bg",        dtype => "float" },
    56        { name => "ROBUST_STDEV",    type => "rms",  flag => "-bg_stdev",  dtype => "float" },
    57        { 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 => "DT_STACK",        type => "sum",  flag => "-dtime_stack", dtype => "float" },
     58       { name => "GOOD_PIXEL_FRAC", type => "mean", flag => "-good_frac",   dtype => "float" },
    5859   ];
    5960my $stats = PS::IPP::Metadata::Stats->new($STATS); # Stats parser
Note: See TracChangeset for help on using the changeset viewer.