IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 4, 2007, 3:18:39 PM (19 years ago)
Author:
Paul Price
Message:

Fixing directories.

File:
1 edited

Legend:

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

    r12697 r12747  
    158158      $outroot = `ipp_datapath.pl $WORKDIR`
    159159    end
    160     $outroot = $outroot/$EXP_TAG
     160    $outroot = $outroot/$CAMERA.$DET_TYPE.$DET_ID/$EXP_TAG
    161161    $logfile = $outroot/detresid.$DET_ID.$ITERATION.$CLASS_ID.log
    162162    stdout $logfile
     
    281281      $outroot = `ipp_datapath.pl $WORKDIR`
    282282    end
    283     $outroot = $outroot/$EXP_TAG
     283    $outroot = $outroot/$CAMERA.$DET_TYPE.$DET_ID/$EXP_TAG
    284284    $logfile = $outroot/detresid.$DET_ID.$ITERATION.log
    285285    stdout $logfile
Note: See TracChangeset for help on using the changeset viewer.