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.process.pro

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