IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 5, 2008, 5:02:24 PM (18 years ago)
Author:
Paul Price
Message:

Log, not trace.

File:
1 edited

Legend:

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

    r18562 r18934  
    5252$ipprc->define_camera($camera);
    5353
    54 my $logDest = $ipprc->filename("TRACE.EXP", $outroot, $skycell_id);
     54my $logDest = $ipprc->filename("LOG.EXP", $outroot, $skycell_id);
    5555
    5656$ipprc->redirect_output($logDest) if $redirect;
     
    248248    warn($msg);
    249249    if (defined $warp_id and defined $skycell_id and defined $tess_dir and not $no_update) {
    250         # XXX change -tess_id to -tess_dir when db is updated
     250        # XXX change -tess_id to -tess_dir when db is updated
    251251        my $command = "$warptool -addwarped -warp_id $warp_id -skycell_id $skycell_id -tess_id $tess_dir -code $exit_code";
    252252        $command .= " -hostname $host" if defined $host;
Note: See TracChangeset for help on using the changeset viewer.