- Timestamp:
- Mar 28, 2008, 3:39:31 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/pap_branch_080320/ippScripts/scripts/detrend_stack.pl
r17166 r17208 74 74 [ 75 75 # KEYWORD STATISTIC CHIPTOOL FLAG 76 { name => "bg", type => "mean", flag => "-bg", dtype => "float" }, 77 { name => "bg", type => "stdev", flag => "-bg_mean_stdev", dtype => "float" }, 78 { name => "bg_stdev", type => "rms", flag => "-bg_stdev", dtype => "float" }, 79 # { name => "bg_mean_stdev", type => "rms", flag => "-bg_mean_stdev" }, 76 { 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" }, 80 79 ]; 81 80 my $stats = PS::IPP::Metadata::Stats->new($STATS); # Stats parser … … 179 178 # Stack the files 180 179 unless ($no_op) { 181 182 ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) = 180 my ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) = 183 181 run(command => $command, verbose => $verbose); 184 182 unless ($success) {
Note:
See TracChangeset
for help on using the changeset viewer.
