Changeset 31977 for trunk/ippToPsps/jython/stackbatch.py
- Timestamp:
- Aug 2, 2011, 3:59:41 PM (15 years ago)
- File:
-
- 1 edited
-
trunk/ippToPsps/jython/stackbatch.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippToPsps/jython/stackbatch.py
r31965 r31977 590 590 imageID = self.scratchDb.getImageIDFromExternID(self.header['SOURCEID'], self.header['IMAGEID']) 591 591 self.logger.debug("Updating table '" + table + "' with DVO IDs...") 592 sql = "UPDATE IGNORE " + table + " AS a, " + self.scratchDb.dvoDetection + " AS b SET \592 sql = "UPDATE IGNORE " + table + " AS a, " + self.scratchDb.dvoDetectionTable + " AS b SET \ 593 593 a.ippObjID = b.ippObjID, \ 594 594 a.stackDetectID = b.detectID, \
Note:
See TracChangeset
for help on using the changeset viewer.
