Changeset 8715 for trunk/ippScripts/scripts/detrend_calc_norm.pl
- Timestamp:
- Aug 30, 2006, 3:43:18 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/detrend_calc_norm.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/detrend_calc_norm.pl
r8488 r8715 38 38 39 39 # Parse the output 40 my $metadata = $mdcParser->parse(join "", @$stdout_buf); # Parsed metadata 40 my $metadata = $mdcParser->parse(join "", @$stdout_buf) 41 or die "unable to parse metadata config doc"; 41 42 $files = parse_md_list($metadata); 42 43 } … … 74 75 die "Unable to perform ppNormCalc: $error_code\n" 75 76 if not $success; 76 $norms = $mdcParser->parse(join "", @$stdout_buf); # Parsed metadata 77 $norms = $mdcParser->parse(join "", @$stdout_buf) 78 or die "unable to parse metadata config doc"; 77 79 } 78 80
Note:
See TracChangeset
for help on using the changeset viewer.
