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

    r11336 r11346  
    113113
    114114    # I'd like to add CAMERA to the log file...
    115     stdout $LOGSUBDIR/$CAMERA.$DET_TYPE.$DET_ID.$ITERATION.log
    116     stderr $LOGSUBDIR/$CAMERA.$DET_TYPE.$DET_ID.$ITERATION.log
     115    $outroot = `ipp_datapath.pl $WORKDIR`
     116    $logfile = $outroot/$CAMERA.$DET_TYPE.$DET_ID.$ITERATION.log
     117    stdout $logfile
     118    stderr $logfile
     119    exec mkdir -p $outroot
    117120
    118121    # save the pageName for future reference below
Note: See TracChangeset for help on using the changeset viewer.