IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 30, 2007, 6:33:50 PM (19 years ago)
Author:
Paul Price
Message:

Adding useful macros to turn subsets of tasks on and off.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTasks/phase3.pro

    r11336 r11476  
    110110
    111111    # output log from filerule
    112     $outroot = $WORKDIR/$EXP_TAG
    113     $logfile = `ipp_filename.pl PHASE3.LOG $outroot $CLASS_ID`
     112    $outroot = `ipp_datapath.pl $WORKDIR`
     113    $outroot = $outroot/$EXP_TAG
     114    # $logfile = `ipp_filename.pl PHASE3.LOG $outroot $CLASS_ID`
     115    $logfile = $outroot/$EXP_TAG.$CLASS_ID.p3.log
    114116    stdout $logfile
    115117    stderr $logfile
Note: See TracChangeset for help on using the changeset viewer.