IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 12747


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

Fixing directories.

Location:
trunk/ippTasks
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTasks/detrend.process.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/detproc.$DET_ID.$CLASS_ID.log
    162162    stdout $logfile
     
    280280      $outroot = `ipp_datapath.pl $WORKDIR`
    281281    end
    282     $outroot = $outroot/$EXP_TAG
     282    $outroot = $outroot/$CAMERA.$DET_TYPE.$DET_ID/$EXP_TAG
    283283    $logfile = $outroot/detproc.$DET_ID.$ITERATION.log
    284284    stdout $logfile
  • 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.