IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 28, 2012, 12:28:19 PM (14 years ago)
Author:
heather
Message:

sa12 changes -this is what we used for sa12

File:
1 edited

Legend:

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

    r34641 r34879  
    766766                self.populateSkinnyObjectTable(ota)
    767767                #self.logger.info("updated skinnyobject")
    768                 self.populateObjectCalColorTable(ota)
     768                #self.populateObjectCalColorTable(ota)
    769769                #self.logger.info("updated objectcalcolor")
    770770                self.populateDetectionCalibTable(ota)
     
    775775                self.tablesToExport.append("Detection_" + ota)
    776776                self.tablesToExport.append("SkinnyObject_" + ota)
    777                 self.tablesToExport.append("ObjectCalColor_" + ota)
     777                #self.tablesToExport.append("ObjectCalColor_" + ota)
    778778                self.tablesToExport.append("DetectionCalib_" + ota)
    779779                tables.append("Detection_" + ota)
Note: See TracChangeset for help on using the changeset viewer.