IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

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

using correct ScratchDb field name for detection table

File:
1 edited

Legend:

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

    r31965 r31977  
    590590        imageID = self.scratchDb.getImageIDFromExternID(self.header['SOURCEID'], self.header['IMAGEID'])
    591591        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 \
    593593               a.ippObjID = b.ippObjID, \
    594594               a.stackDetectID = b.detectID, \
Note: See TracChangeset for help on using the changeset viewer.