Changeset 13683 for trunk/ippTasks/detrend.stack.pro
- Timestamp:
- Jun 6, 2007, 1:42:40 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/ippTasks/detrend.stack.pro (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTasks/detrend.stack.pro
r12697 r13683 134 134 135 135 if ("$WORKDIR" == "NULL") 136 $out root= `pwd`136 $outpath = `pwd` 137 137 else 138 $out root= `ipp_datapath.pl $WORKDIR`138 $outpath = `ipp_datapath.pl $WORKDIR` 139 139 end 140 $outroot = $outroot/$CAMERA.$DET_TYPE.$DET_ID 141 $logfile = $outroot/detstack.$DET_ID.$ITERATION.$CLASS_ID.log 140 $outpath = $outpath/$CAMERA.$DET_TYPE.$DET_ID 141 $outroot = $outpath/$CAMERA.$DET_TYPE.$DET_ID.$ITERATION 142 $logfile = `ipp_filename.pl --filerule LOG.IMFILE --camera $CAMERA --class_id $CLASS_ID --basename $outroot` 143 if ("$logfile" == "") 144 $logfile = $outroot.$CLASS_ID.log 145 end 146 142 147 stdout $logfile 143 148 stderr $logfile 144 exec mkdir -p $out root149 exec mkdir -p $outpath 145 150 146 151 # save the pageName for future reference below
Note:
See TracChangeset
for help on using the changeset viewer.
