IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 23, 2013, 5:44:26 AM (13 years ago)
Author:
eugene
Message:

put jython in jardir, add index to dvodetectionfull, test prints in detectionbatch

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20121219/ippToPsps/jython/detectionbatch.py

    r35012 r35026  
    470470               FROM " + ippTableName
    471471        # self.logger.info(sql)
     472
    472473        self.scratchDb.execute(sql)
    473474
     
    755756        self.scratchDb.execute(sql)
    756757       
    757         #self.logger.info("updated imagedata")
     758        self.logger.info("updated imagedata")
    758759        self.populateSkinnyObjectTable(chipname)
    759         #self.logger.info("updated skinnyobject")
     760        self.logger.info("updated skinnyobject")
    760761        #self.populateObjectCalColorTable(chipname)
    761762        #self.logger.info("updated objectcalcolor")
    762763        self.populateDetectionCalibTable(chipname)
    763         #self.logger.info("updated detectioncalibtable")
     764        self.logger.info("updated detectioncalibtable")
    764765       
    765766        # add these to list of tables to export later
    766767        self.tablesToExport.append("ImageMeta_" + chipname)
     768        self.logger.info("export ImageMeta")
     769
    767770        self.tablesToExport.append("Detection_" + chipname)
     771        self.logger.info("export Detection")
     772
    768773        self.tablesToExport.append("SkinnyObject_" + chipname)
     774        self.logger.info("export Skinny")
     775
    769776        #self.tablesToExport.append("ObjectCalColor_" + chipname)
    770777        self.tablesToExport.append("DetectionCalib_" + chipname)
     778        self.logger.info("export DetectionCalib")
     779
    771780        tables.append("Detection_" + chipname)
     781        self.logger.info("updated detectioncalibtable")
     782
    772783        return True
    773784
Note: See TracChangeset for help on using the changeset viewer.