Changeset 18877
- Timestamp:
- Aug 3, 2008, 5:25:07 PM (18 years ago)
- Location:
- trunk/ippScripts/scripts
- Files:
-
- 2 edited
-
detrend_norm_apply.pl (modified) (1 diff)
-
detrend_stack.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 -
trunk/ippScripts/scripts/detrend_stack.pl
r18562 r18877 73 73 my $STATS = 74 74 [ 75 # KEYWORD STATISTIC CHIPTOOL FLAG76 { name => "ROBUST_MEDIAN", type => " mean", flag => "-bg", dtype => "float" },77 { name => "ROBUST_MEDIAN", type => " stdev", flag => "-bg_mean_stdev", dtype => "float" },78 { name => "ROBUST_STDEV", type => "rms", flag => "-bg_stdev", dtype => "float" },75 # KEYWORD STATISTIC DETTOOL FLAG 76 { name => "ROBUST_MEDIAN", type => "clipmean", flag => "-bg", dtype => "float" }, 77 { name => "ROBUST_MEDIAN", type => "clipstdev", flag => "-bg_mean_stdev", dtype => "float" }, 78 { name => "ROBUST_STDEV", type => "rms", flag => "-bg_stdev", dtype => "float" }, 79 79 ]; 80 80 my $stats = PS::IPP::Metadata::Stats->new($STATS); # Stats parser
Note:
See TracChangeset
for help on using the changeset viewer.
