IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 3, 2008, 5:25:07 PM (18 years ago)
Author:
eugene
Message:

using clipped mean for detrend normalization

File:
1 edited

Legend:

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

    r18562 r18877  
    8989my $STATS =
    9090   [
    91        #          PPSTATS KEYWORD         STATISTIC          CHIPTOOL FLAG
    92        { name => "ROBUST_MEDIAN",  type => "mean",  flag => "-bg",            dtype => "float" },
    93        { name => "ROBUST_MEDIAN",  type => "stdev", flag => "-bg_mean_stdev", dtype => "float" },
    94        { name => "ROBUST_STDEV",   type => "rms",   flag => "-bg_stdev",      dtype => "float" },
     91       #          PPSTATS KEYWORD  STATISTIC            DETTOOL FLAG
     92       { name => "ROBUST_MEDIAN",  type => "clipmean",  flag => "-bg",            dtype => "float" },
     93       { name => "ROBUST_MEDIAN",  type => "clipstdev", flag => "-bg_mean_stdev", dtype => "float" },
     94       { name => "ROBUST_STDEV",   type => "rms",       flag => "-bg_stdev",      dtype => "float" },
    9595   ];
    9696my $stats = PS::IPP::Metadata::Stats->new($STATS); # Stats parser
Note: See TracChangeset for help on using the changeset viewer.