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

    r14115 r15387  
    117117my $outputStats = $outputRoot . '.stats'; # Statistics name
    118118
     119my $traceDest = 'file:' . $ipprc->file_resolve($outputRoot) . "$class_id.trace"; # Trace messages
     120my $logDest = 'file:' . $ipprc->file_resolve($outputRoot) . "$class_id.log"; # Log messages
     121
    119122$command = "$ppMerge $outputStack"; # Command to run
    120123foreach my $file (@$files) {
     
    125128$command .= " -stats $outputStats";     # Statistics output filename
    126129$command .= " -recipe PPSTATS CHIPSTATS";
     130$command .= " -tracedest $traceDest -log $logDest";
    127131
    128132# Stack the files
Note: See TracChangeset for help on using the changeset viewer.