IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 28, 2007, 5:00:46 PM (19 years ago)
Author:
Paul Price
Message:

Updating log file names, so that they don't contain information already in the directory name.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTasks/detrend.resid.pro

    r11546 r12126  
    156156    $outroot = `ipp_datapath.pl $WORKDIR`
    157157    $outroot = $outroot/$EXP_TAG
    158     $logfile = $outroot/$EXP_TAG.detresid.$DET_ID.$ITERATION.$CLASS_ID.log
     158    $logfile = $outroot/detresid.$DET_ID.$ITERATION.$CLASS_ID.log
    159159    stdout $logfile
    160160    stderr $logfile
     
    270270    $outroot = `ipp_datapath.pl $WORKDIR`
    271271    $outroot = $outroot/$EXP_TAG
    272     $logfile = $outroot/$EXP_TAG.detresid.$DET_ID.$ITERATION.log
     272    $logfile = $outroot/detresid.$DET_ID.$ITERATION.log
    273273    stdout $logfile
    274274    stderr $logfile
Note: See TracChangeset for help on using the changeset viewer.