Changeset 13748 for trunk/ippScripts/scripts/detrend_process_imfile.pl
- Timestamp:
- Jun 10, 2007, 10:13:50 AM (19 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/detrend_process_imfile.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/detrend_process_imfile.pl
r13732 r13748 99 99 my $stats = PS::IPP::Metadata::Stats->new(); # Stats parser 100 100 unless ($no_op) { 101 my $command = "$ppImage -file $input_uri $outputRoot -recipe PPIMAGE $recipe" . 102 " -stat $outputStats"; # Command to run ppImage 101 my $command = "$ppImage -file $input_uri $outputRoot"; 102 $command .= " -recipe PPIMAGE $recipe"; 103 $command .= " -recipe PPSTATS CHIPSTATS"; 104 $command .= " -stats $outputStats"; 105 103 106 my ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) = 104 107 run(command => $command, verbose => 1);
Note:
See TracChangeset
for help on using the changeset viewer.
