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

    r12125 r12126  
    136136    $outroot = `ipp_datapath.pl $WORKDIR`
    137137    $outroot = $outroot/$CAMERA.$DET_TYPE.$DET_ID
    138     $logfile = $outroot/$CAMERA.$DET_TYPE.reject.$DET_ID.$ITERATION.log
     138    $logfile = $outroot/reject.$DET_ID.$ITERATION.log
    139139    stdout $logfile
    140140    stderr $logfile
Note: See TracChangeset for help on using the changeset viewer.