IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 31976 for trunk/ippToPsps


Ignore:
Timestamp:
Aug 2, 2011, 3:56:26 PM (15 years ago)
Author:
rhenders
Message:

using correct ScratcDb field name for detection table

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippToPsps/jython/detectionbatch.py

    r31974 r31976  
    537537        imageID = self.scratchDb.getImageIDFromExternID(sourceID, externID)
    538538        self.logger.debug("Updating table '" + table + "' with DVO IDs using imageID = %d" % imageID)
    539         sql = "UPDATE IGNORE " + table + " AS a, " + self.scratchDb.dvoDetection + " AS b SET \
     539        sql = "UPDATE IGNORE " + table + " AS a, " + self.scratchDb.dvoDetectionTable + " AS b SET \
    540540               a.ippObjID = b.ippObjID, \
    541541               a.detectID = b.detectID, \
Note: See TracChangeset for help on using the changeset viewer.