Changeset 35080
- Timestamp:
- Jan 31, 2013, 10:56:20 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20121219/ippToPsps/jython/detectionbatch.py
r35079 r35080 612 612 JOIN " + self.scratchDb.dvoDetectionTable + " as b \ 613 613 ON (a.objID = b.objID AND a.detectID = b.detectID) \ 614 WHERE b.imageID = " + str(imageID) + 614 WHERE b.imageID = " + str(imageID) + \ 615 615 " INTO OUTFILE '" + dumpFile + "'" 616 616 print "sql: ", sql
Note:
See TracChangeset
for help on using the changeset viewer.
