IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 39322 for trunk


Ignore:
Timestamp:
Jan 20, 2016, 1:47:14 PM (10 years ago)
Author:
watersc1
Message:

Fix min/max DiffObjID

File:
1 edited

Legend:

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

    r39305 r39322  
    679679        self.skipBatch = False
    680680        self.tablesToExport = []
     681        tablesForMinMax = []
    681682        for num in self.number:
    682683
     
    691692            self.populateDiffDetectionTable(num, 0) # populate the negative image data (if present)
    692693            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))
    694696
    695697            self.populateDiffDetEffMeta(num)
     
    697699            # CZW: I appended to tablesToExport inside populateDiffDetEffMeta to be like stack.
    698700
     701        # CZW: This needs to be done outside the loop on a list of all detection tables
     702        self.setMinMaxDiffObjID(tablesForMinMax)
    699703        #test = self.scratchDb.getRowCount("Object")
    700704        #return False
Note: See TracChangeset for help on using the changeset viewer.