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

    r11336 r11346  
    114114    # XXX add $WORKDIR/$LOG_DIR
    115115    # XXX use ipp_filename.pl to lookup output file names
    116     stdout $LOGSUBDIR/$CAMERA.$DET_TYPE.$DET_ID.$ITERATION.$CLASS_ID.log
    117     stderr $LOGSUBDIR/$CAMERA.$DET_TYPE.$DET_ID.$ITERATION.$CLASS_ID.log
     116    $outroot = `ipp_datapath.pl $WORKDIR`
     117    $outroot = $outroot/$EXP_TAG
     118    $logfile = $outroot/$CAMERA.$DET_TYPE.$DET_ID.$ITERATION.$CLASS_ID.log
     119    stdout $logfile
     120    stderr $logfile
     121    exec mkdir -p $outroot
    118122
    119123    # save the pageName for future reference below
Note: See TracChangeset for help on using the changeset viewer.