IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 28, 2008, 3:44:58 PM (18 years ago)
Author:
Paul Price
Message:

Fixing log destination.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippScripts/scripts/warp_skycell.pl

    r16736 r16738  
    125125my $outputStats = $ipprc->filename("SKYCELL.STATS", $outroot, $skycell_id );
    126126my $traceDest = $ipprc->filename("TRACE.EXP", $outroot, $skycell_id);
    127 my $logDest = $ipprc->filename("TRACE.IMFILE", $outroot, $skycell_id);
     127my $logDest = $ipprc->filename("TRACE.EXP", $outroot, $skycell_id);
    128128
    129129my $skyFile = $ipprc->filename("SKYCELL.TEMPLATE", $outroot, $skycell_id );
Note: See TracChangeset for help on using the changeset viewer.