IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 12126


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.

Location:
trunk/ippTasks
Files:
8 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
  • trunk/ippTasks/chip.pro

    r12077 r12126  
    136136    $outroot = `ipp_datapath.pl $WORKDIR`
    137137    $outroot = $outroot/$EXP_TAG
    138     # $logfile = `ipp_filename.pl CHIP.LOG $outroot $CLASS_ID`
    139     $logfile = $outroot/$EXP_TAG.$CLASS_ID.chip.log
     138    $logfile = $outroot/chip.$CLASS_ID.log
    140139    stdout $logfile
    141140    stderr $logfile
  • trunk/ippTasks/detrend.norm.pro

    r11546 r12126  
    168168    $outroot = `ipp_datapath.pl $WORKDIR`
    169169    $outroot = $outroot/$CAMERA.$DET_TYPE.$DET_ID
    170     $logfile = $outroot/$CAMERA.$DET_TYPE.reject.$DET_ID.$ITERATION.log
     170    $logfile = $outroot/norm.$DET_ID.$ITERATION.log
    171171    stdout $logfile
    172172    stderr $logfile
     
    282282    $outroot = `ipp_datapath.pl $WORKDIR`
    283283    $outroot = $outroot/$CAMERA.$DET_TYPE.$DET_ID
    284     $logfile = $outroot/$CAMERA.$DET_TYPE.$DET_ID.$ITERATION.log
     284    $logfile = $outroot/norm.$DET_ID.$ITERATION.$CLASS_ID.log
    285285    stdout $logfile
    286286    stderr $logfile
     
    393393    $outroot = `ipp_datapath.pl $WORKDIR`
    394394    $outroot = $outroot/$CAMERA.$DET_TYPE.$DET_ID
    395     $logfile = $outroot/$CAMERA.$DET_TYPE.$DET_ID.$ITERATION.log
     395    $logfile = $outroot/norm.$DET_ID.$ITERATION.log
    396396    stdout $logfile
    397397    stderr $logfile
  • 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
  • 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
  • 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
  • trunk/ippTasks/detrend.stack.pro

    r11546 r12126  
    138138    $outroot = `ipp_datapath.pl $WORKDIR`
    139139    $outroot = $outroot/$CAMERA.$DET_TYPE.$DET_ID
    140     $logfile = $outroot/$CAMERA.$DET_TYPE.stack.$DET_ID.$ITERATION.$CLASS_ID.log
     140    $logfile = $outroot/detstack.$DET_ID.$ITERATION.$CLASS_ID.log
    141141    stdout $logfile
    142142    stderr $logfile
  • trunk/ippTasks/register.pro

    r12016 r12126  
    155155    $outroot = `ipp_datapath.pl $WORKDIR`
    156156    $outroot = $outroot/$EXP_TAG
    157     # $logfile = `ipp_filename.pl REGISTER.LOG $outroot $CLASS_ID`
    158     $logfile = $outroot/$EXP_TAG.$CLASS_ID.reg.log
     157    $logfile = $outroot/reg.$CLASS_ID.log
    159158    stdout $logfile
    160159    stderr $logfile
Note: See TracChangeset for help on using the changeset viewer.