IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 25, 2007, 4:59:43 PM (19 years ago)
Author:
Paul Price
Message:

For important programs, send the trace and log messages to appropriate places.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippScripts/scripts/detrend_process_imfile.pl

    r14115 r15387  
    9797my $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);
    9898
     99my $traceDest = 'file:' . $ipprc->file_resolve($outputRoot) . "$class_id.trace"; # Trace messages
     100my $logDest = 'file:' . $ipprc->file_resolve($outputRoot) . "$class_id.log"; # Log messages
     101
    99102# Run ppImage
    100103unless ($no_op) {
     
    103106    $command .= " -recipe PPSTATS CHIPSTATS";
    104107    $command .= " -stats $outputStats";
     108    $command .= " -tracedest $traceDest -log $logDest";
    105109
    106110    my ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) =
Note: See TracChangeset for help on using the changeset viewer.