Changeset 14693 for trunk/ippTasks/detrend.stack.pro
- Timestamp:
- Aug 29, 2007, 3:15:26 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/ippTasks/detrend.stack.pro (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTasks/detrend.stack.pro
r14681 r14693 139 139 $outpath = `ipp_datapath.pl $WORKDIR` 140 140 end 141 $outpath = $outpath/$CAMERA.$DET_TYPE.$DET_ID142 $outroot = $outpath/$CAMERA.$DET_TYPE.$DET_ID.$ITERATION141 sprintf outpath "%s/%s.%s.%s" $outpath $CAMERA $DET_TYPE $DET_ID 142 sprintf outroot "%s/%s.%s.%s.%s" $outpath $CAMERA $DET_TYPE $DET_ID $ITERATION 143 143 $logfile = `ipp_filename.pl --filerule LOG.IMFILE --camera $CAMERA --class_id $CLASS_ID --basename $outroot` 144 144 if ("$logfile" == "") 145 $logfile = $outroot.$CLASS_ID.log145 sprintf logfile "%s.%s.log" $outroot $CLASS_ID 146 146 end 147 147
Note:
See TracChangeset
for help on using the changeset viewer.
