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/stack_skycell.pl

    r15376 r15387  
    162162my $outputStats = $outputRoot . '.stats';
    163163
     164my $traceDest = 'file:' . $ipprc->file_resolve($outputRoot) . ".trace"; # Trace messages
     165my $logDest = 'file:' . $ipprc->file_resolve($outputRoot) . ".log"; # Log messages
     166
    164167# Perform stacking
    165168unless ($no_op) {
     
    170173    $command .= " -target 5.0";
    171174    $command .= " -photometry";
     175    $command .= " -tracedest $traceDest -log $logDest";
    172176
    173177    print "\n\nWARNING: Convolving to 1 arcsec FWHM seeing!\n\n";
Note: See TracChangeset for help on using the changeset viewer.