Changeset 8715 for trunk/ippScripts/scripts/detrend_stack.pl
- Timestamp:
- Aug 30, 2006, 3:43:18 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/detrend_stack.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/detrend_stack.pl
r8714 r8715 51 51 run(command => $command, verbose => 1); 52 52 die "Unable to perform dettool -processed: $error_code\n" if not $success; 53 my $metadata = $mdcParser->parse(join "", @$stdout_buf); # Parsed metadata 53 my $metadata = $mdcParser->parse(join "", @$stdout_buf) 54 or die "unable to parse metadata config doc"; 54 55 $files = parse_md_list($metadata); 55 56 } … … 85 86 close $statsFile; 86 87 my $mdcParser = PS::IPP::Metadata::Config->new; # Parser for metadata config files 87 my $metadata = $mdcParser->parse(join "", @contents); # Metadata from the stats 88 my $metadata = $mdcParser->parse(join "", @contents) 89 or die "unable to parse metadata config doc"; 88 90 $stats = PS::IPP::Metadata::Stats->new(); # Stats parser 89 91 $stats->parse($metadata) or die "Unable to find all values in statistics output.\n";
Note:
See TracChangeset
for help on using the changeset viewer.
