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

    r11336 r11346  
    120120
    121121    # XXX use ipp_filename.pl to lookup output file names
    122     $word = `basename $EXP_TAG | tr '.' ' '`
    123     list word -split $word
    124     $base = $word:0
    125     stdout $LOGSUBDIR/$base/$EXP_TAG.detresid.$DET_ID.$ITERATION.$CLASS_ID.log
    126     stderr $LOGSUBDIR/$base/$EXP_TAG.detresid.$DET_ID.$ITERATION.$CLASS_ID.log
    127     exec mkdir -p $LOGSUBDIR/$base
     122    $outroot = `ipp_datapath.pl $WORKDIR`
     123    $outroot = $outroot/$EXP_TAG
     124    $logfile = $outroot/$EXP_TAG.$CLASS_ID.detresid.$DET_ID.$ITERATION.log
     125    stdout $logfile
     126    stderr $logfile
     127    exec mkdir -p $outroot
    128128
    129129    # save the pageName for future reference below
     
    235235
    236236    # XXX use ipp_filename.pl to lookup output file names
    237     $word = `basename $EXP_TAG | tr '.' ' '`
    238     list word -split $word
    239     $base = $word:0
    240     stdout $LOGSUBDIR/$base/$EXP_TAG.detresid.$DET_ID.$ITERATION.log
    241     stderr $LOGSUBDIR/$base/$EXP_TAG.detresid.$DET_ID.$ITERATION.log
    242     exec mkdir -p $LOGSUBDIR/$base
     237    $outroot = `ipp_datapath.pl $WORKDIR`
     238    $outroot = $outroot/$EXP_TAG
     239    $logfile = $outroot/$EXP_TAG.detresid.$DET_ID.$ITERATION.log
     240    stdout $logfile
     241    stderr $logfile
     242    exec mkdir -p $outroot
    243243
    244244    # save the pageName for future reference below
Note: See TracChangeset for help on using the changeset viewer.