Changeset 15387 for trunk/ippScripts/scripts/chip_imfile.pl
- Timestamp:
- Oct 25, 2007, 4:59:43 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/chip_imfile.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/chip_imfile.pl
r14488 r15387 111 111 my $outputStats = $ipprc->filename("PPIMAGE.STATS", $outputRoot, $class_id) or &my_die("Missing entry from camera config", $exp_id, $chip_id, $class_id, $PS_EXIT_CONFIG_ERROR); 112 112 113 my $traceDest = 'file:' . $ipprc->file_resolve($outputRoot) . "$class_id.trace"; # Trace messages 114 my $logDest = 'file:' . $ipprc->file_resolve($outputRoot) . "$class_id.log"; # Log messages 115 113 116 # Run ppImage 114 117 unless ($no_op) { … … 118 121 $command .= " -stats $outputStats"; 119 122 $command .= " -dbname $dbname" if defined $dbname; 123 $command .= " -tracedest $traceDest -log $logDest"; 120 124 121 125 my ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) =
Note:
See TracChangeset
for help on using the changeset viewer.
