IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 29, 2007, 7:37:37 AM (19 years ago)
Author:
eugene
Message:

update workdir and outroot names

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTasks/detrend.resid.pro

    r11346 r11360  
    2222book init detPendingResidImfile
    2323book init detPendingResidExp
     24
     25macro detresid.reset
     26  book init detPendingResidImfile
     27  book init detPendingResidExp
     28end
    2429
    2530macro detresid.status
     
    122127    $outroot = `ipp_datapath.pl $WORKDIR`
    123128    $outroot = $outroot/$EXP_TAG
    124     $logfile = $outroot/$EXP_TAG.$CLASS_ID.detresid.$DET_ID.$ITERATION.log
     129    $logfile = $outroot/$EXP_TAG.detresid.$DET_ID.$ITERATION.$CLASS_ID.log
    125130    stdout $logfile
    126131    stderr $logfile
Note: See TracChangeset for help on using the changeset viewer.