- Timestamp:
- Jan 20, 2016, 1:47:14 PM (10 years ago)
- File:
-
- 1 edited
-
trunk/ippToPsps/jython/diffbatch.py (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippToPsps/jython/diffbatch.py
r39305 r39322 679 679 self.skipBatch = False 680 680 self.tablesToExport = [] 681 tablesForMinMax = [] 681 682 for num in self.number: 682 683 … … 691 692 self.populateDiffDetectionTable(num, 0) # populate the negative image data (if present) 692 693 self.logger.infoPair("populated","DiffDetection_"+str(num)) 693 self.setMinMaxDiffObjID(["DiffDetection_"+str(num)]) 694 # self.setMinMaxDiffObjID(["DiffDetection_"+str(num)]) 695 tablesForMinMax.append("DiffDetection_"+str(num)) 694 696 695 697 self.populateDiffDetEffMeta(num) … … 697 699 # CZW: I appended to tablesToExport inside populateDiffDetEffMeta to be like stack. 698 700 701 # CZW: This needs to be done outside the loop on a list of all detection tables 702 self.setMinMaxDiffObjID(tablesForMinMax) 699 703 #test = self.scratchDb.getRowCount("Object") 700 704 #return False
Note:
See TracChangeset
for help on using the changeset viewer.
