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