IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 27, 2007, 3:52:52 PM (19 years ago)
Author:
eugene
Message:

updates to the detrend logs

File:
1 edited

Legend:

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

    r11336 r11346  
    118118
    119119    ## generate output log based on filerule
    120     $outroot = $WORKDIR/$EXP_TAG
    121     $logfile = `ipp_filename.pl DETPROC.LOG $outroot $CLASS_ID`
     120    $outroot = `ipp_datapath.pl $WORKDIR`
     121    $outroot = $outroot/$EXP_TAG
     122    $logfile = $outroot/$EXP_TAG.$CLASS_ID.detproc.$DET_ID.log
    122123    stdout $logfile
    123124    stderr $logfile
    124     exec mkdir -p $WORKDIR
     125    exec mkdir -p $outroot
    125126
    126127    # save the pageName for future reference below
     
    230231
    231232    # XXX push this into the filerules?
    232     $outroot = $WORKDIR/$EXP_TAG
    233     $logfile = $outroot/$EXP_TAG.detproc.$DET_ID.log
     233    $outroot = `ipp_datapath.pl $WORKDIR`
     234    $outroot = $outroot/$EXP_TAG
     235    $logfile = $outroot/$EXP_TAG.detproc.$DET_ID.$ITERATION.log
    234236    stdout $logfile
    235237    stderr $logfile
Note: See TracChangeset for help on using the changeset viewer.