IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 25, 2007, 10:34:12 AM (19 years ago)
Author:
Paul Price
Message:

Adding good_frac for the fraction of good pixels (replacing pixel_fill for warpSkyfile).

File:
1 edited

Legend:

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

    r14897 r15376  
    6262   [   
    6363       #          PPSTATS KEYWORD         STATISTIC          WARPTOOL FLAG
    64        { name => "ROBUST_MEDIAN",  type => "mean",  flag => "-bg",             dtype => "float" },
    65        { name => "ROBUST_STDEV",   type => "rms",   flag => "-bg_stdev",       dtype => "float" },
     64       { name => "ROBUST_MEDIAN",   type => "mean", flag => "-bg",        dtype => "float" },
     65       { name => "ROBUST_STDEV",    type => "rms",  flag => "-bg_stdev",  dtype => "float" },
     66       { name => "GOOD_PIXEL_FRAC", type => "mean", flag => "-good_frac", dtype => "float" },
    6667   ];
    6768my $stats = PS::IPP::Metadata::Stats->new($STATS); # Stats parser
Note: See TracChangeset for help on using the changeset viewer.