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

    r11346 r11360  
    2222book init detPendingStackedImfile
    2323
     24macro detstack.reset
     25  book init detPendingStackedImfile
     26end
     27
    2428macro detstack.status
     29  echo detPendingStackedImfile
    2530  book listbook detPendingStackedImfile
    2631end
     
    115120    # XXX use ipp_filename.pl to lookup output file names
    116121    $outroot = `ipp_datapath.pl $WORKDIR`
    117     $outroot = $outroot/$EXP_TAG
    118     $logfile = $outroot/$CAMERA.$DET_TYPE.$DET_ID.$ITERATION.$CLASS_ID.log
     122    $outroot = $outroot/$CAMERA.$DET_TYPE.$DET_ID
     123    $logfile = $outroot/$CAMERA.$DET_TYPE.stack.$DET_ID.$ITERATION.$CLASS_ID.log
    119124    stdout $logfile
    120125    stderr $logfile
Note: See TracChangeset for help on using the changeset viewer.