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

    r15376 r15387  
    124124my $skyFile = caturi( $workdir, $skycell_id ); # Target sky cell file
    125125
     126my $traceDest = 'file:' . $ipprc->file_resolve($outputRoot) . ".trace"; # Trace messages
     127my $logDest = 'file:' . $ipprc->file_resolve($outputRoot) . ".log"; # Log messages
     128
    126129# Get list of filenames
    127130my ($imageFile, $imageName) = tempfile( "$tess_id.$skycell_id.wrp$warp_id.image.list.XXXX", UNLINK => !$save_temps);
     
    167170    $command .= " -recipe PPSTATS WARPSTATS";
    168171    $command .= " -psf";        # Turn on PSF determination
     172    $command .= "-tracedest $traceDest -log $logDest";
    169173
    170174    my ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) =
Note: See TracChangeset for help on using the changeset viewer.