- Timestamp:
- Jan 10, 2013, 11:33:10 AM (14 years ago)
- Location:
- branches/eam_branches/ipp-20121219
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20121219
- Property svn:mergeinfo changed
/trunk (added) merged: 34859-34860,34863,34865,34869-34870,34875,34878-34880,34882,34884,34889
- Property svn:mergeinfo changed
-
branches/eam_branches/ipp-20121219/ippToPsps
- Property svn:mergeinfo changed
/trunk/ippToPsps (added) merged: 34879,34884
- Property svn:mergeinfo changed
-
branches/eam_branches/ipp-20121219/ippToPsps/jython/detectionbatch.py
r34641 r34902 766 766 self.populateSkinnyObjectTable(ota) 767 767 #self.logger.info("updated skinnyobject") 768 self.populateObjectCalColorTable(ota)768 #self.populateObjectCalColorTable(ota) 769 769 #self.logger.info("updated objectcalcolor") 770 770 self.populateDetectionCalibTable(ota) … … 775 775 self.tablesToExport.append("Detection_" + ota) 776 776 self.tablesToExport.append("SkinnyObject_" + ota) 777 self.tablesToExport.append("ObjectCalColor_" + ota)777 #self.tablesToExport.append("ObjectCalColor_" + ota) 778 778 self.tablesToExport.append("DetectionCalib_" + ota) 779 779 tables.append("Detection_" + ota)
Note:
See TracChangeset
for help on using the changeset viewer.
