Changeset 18877 for trunk/ippScripts/scripts/detrend_norm_apply.pl
- Timestamp:
- Aug 3, 2008, 5:25:07 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/detrend_norm_apply.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/detrend_norm_apply.pl
r18562 r18877 89 89 my $STATS = 90 90 [ 91 # PPSTATS KEYWORD STATISTIC CHIPTOOL FLAG92 { 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" }, 95 95 ]; 96 96 my $stats = PS::IPP::Metadata::Stats->new($STATS); # Stats parser
Note:
See TracChangeset
for help on using the changeset viewer.
