Changeset 10297 for trunk/ippScripts/scripts/detrend_norm_calc.pl
- Timestamp:
- Nov 29, 2006, 2:15:42 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/detrend_norm_calc.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/detrend_norm_calc.pl
r10296 r10297 66 66 run \@command, \$stdin, \$stdout, \$stderr or 67 67 die "Unable to perform dettool -processedimfile on detrend $detId/$iter: $?"; 68 print $stdout . "\n";68 # print $stdout . "\n"; 69 69 70 70 # Because of the length, need to split into individual metadatas --- it parses SO much quicker! … … 79 79 my $list = parse_md_list( $mdcParser->parse( join( "\n", @single ) ) ) or 80 80 die "Unable to parse output from dettool.\n"; 81 push @files, $list; 81 push @files, @$list; 82 @single = (); 82 83 } 83 84 }
Note:
See TracChangeset
for help on using the changeset viewer.
