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

    r16021 r16247  
    6464   [   
    6565       #          PPSTATS KEYWORD         STATISTIC          WARPTOOL FLAG
    66        { name => "ROBUST_MEDIAN",   type => "mean", flag => "-bg",        dtype => "float" },
    67        { name => "ROBUST_STDEV",    type => "rms",  flag => "-bg_stdev",  dtype => "float" },
    68        { name => "GOOD_PIXEL_FRAC", type => "mean", flag => "-good_frac", dtype => "float" },
     66       { name => "ROBUST_MEDIAN",   type => "mean", flag => "-bg",         dtype => "float" },
     67       { name => "ROBUST_STDEV",    type => "rms",  flag => "-bg_stdev",   dtype => "float" },
     68#      { name => "DT_WARP",         type => "sum",  flag => "-dtime_warp", dtype => "float" },
     69       { name => "GOOD_PIXEL_FRAC", type => "mean", flag => "-good_frac",  dtype => "float" },
    6970   ];
    7071my $stats = PS::IPP::Metadata::Stats->new($STATS); # Stats parser
Note: See TracChangeset for help on using the changeset viewer.