Changeset 15387 for trunk/ippScripts/scripts/detrend_process_imfile.pl
- Timestamp:
- Oct 25, 2007, 4:59:43 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/detrend_process_imfile.pl
r14115 r15387 97 97 my $outputStats = $ipprc->filename("PPIMAGE.STATS", $outputRoot, $class_id) or &my_die("Missing entry from camera config", $det_id, $exp_id, $class_id, $PS_EXIT_PROG_ERROR); 98 98 99 my $traceDest = 'file:' . $ipprc->file_resolve($outputRoot) . "$class_id.trace"; # Trace messages 100 my $logDest = 'file:' . $ipprc->file_resolve($outputRoot) . "$class_id.log"; # Log messages 101 99 102 # Run ppImage 100 103 unless ($no_op) { … … 103 106 $command .= " -recipe PPSTATS CHIPSTATS"; 104 107 $command .= " -stats $outputStats"; 108 $command .= " -tracedest $traceDest -log $logDest"; 105 109 106 110 my ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) =
Note:
See TracChangeset
for help on using the changeset viewer.
