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_norm_apply.pl

    r14115 r15387  
    9494my $statsName = $ipprc->filename("PPIMAGE.STATS",  $outputRoot, $class_id);
    9595
     96my $traceDest = 'file:' . $ipprc->file_resolve($outputRoot) . "$class_id.trace"; # Trace messages
     97my $logDest = 'file:' . $ipprc->file_resolve($outputRoot) . "$class_id.log"; # Log messages
     98
    9699# Run normalisation
    97100unless ($no_op) {
     
    101104    $command .= " -recipe PPSTATS $RECIPE_PPSTATS";
    102105    $command .= ' -isfringe' if lc($det_type) eq 'fringe';
     106    $command .= " -tracedest $traceDest -log $logDest";
    103107
    104108    my ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) =
Note: See TracChangeset for help on using the changeset viewer.