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

    r11323 r11346  
    119119
    120120    ## generate output log based on filerule XXX put this in a function?
    121     $outroot = $WORKDIR/$EXP_TAG
    122     $logfile = `ipp_filename.pl PHASE0.LOG $outroot $CLASS_ID`
     121    $outroot = `ipp_datapath.pl $WORKDIR`
     122    $outroot = $outroot/$EXP_TAG
     123    # $logfile = `ipp_filename.pl PHASE0.LOG $outroot $CLASS_ID`
     124    $logfile = $outroot/$EXP_TAG.$CLASS_ID.p0.log
    123125    stdout $logfile
    124126    stderr $logfile
    125     exec mkdir -p $WORKDIR
     127    exec mkdir -p $outroot
    126128
    127129    # save the pageName for future reference below
     
    224226
    225227    ## generate output log based on filerule
    226     $outroot = $WORKDIR/$EXP_TAG
    227     $logfile = `ipp_filename.pl PHASE0.LOG $outroot FPA`
     228    $outroot = `ipp_datapath.pl $WORKDIR`
     229    $outroot = $outroot/$EXP_TAG
     230    $logfile = $outroot/$EXP_TAG.p0.log
    228231    stdout $logfile
    229232    stderr $logfile
    230     exec mkdir -p $WORKDIR
     233    exec mkdir -p $outroot
    231234
    232235    # save the pageName for future reference below
Note: See TracChangeset for help on using the changeset viewer.