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/camera.pro

    r12104 r12126  
    129129    $outroot = `ipp_datapath.pl $WORKDIR`
    130130    $outroot = $outroot/$EXP_TAG
    131     # $logfile = `ipp_filename.pl CAMERA.LOG $outroot $CLASS_ID`
    132     $logfile = $outroot/$EXP_TAG.$CLASS_ID.cam.log
     131    $logfile = $outroot/cam.log
    133132    stdout $logfile
    134133    stderr $logfile
Note: See TracChangeset for help on using the changeset viewer.