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

    r14445 r15387  
    136136my $outputStats = $ipprc->filename("PPIMAGE.STATS", $outputRoot, $class_id);
    137137
     138my $traceDest = 'file:' . $ipprc->file_resolve($outputRoot) . "$class_id.trace"; # Trace messages
     139my $logDest = 'file:' . $ipprc->file_resolve($outputRoot) . "$class_id.log"; # Log messages
     140
    138141# Run ppImage & ppStats
    139142unless ($no_op) {
     
    142145    $command .= " -recipe PPSTATS RESIDUAL";
    143146    $command .= " -stats $outputStats";
     147    $command .= " -tracedest $traceDest -log $logDest";
    144148
    145149    # Detrend to use in processing
Note: See TracChangeset for help on using the changeset viewer.