IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

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

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

Location:
branches/eam_branches/ipp-20121219/ippToPsps/jython
Files:
3 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
  • branches/eam_branches/ipp-20121219/ippToPsps/jython/dvo.py

    r35016 r35026  
    598598        p.wait()
    599599
     600        sql = "alter table dvoDetectionFull add key (objID, detectID)"
     601        self.scratchDb.execute(sql)
    600602
    601603        # update lists after attempted sync
  • branches/eam_branches/ipp-20121219/ippToPsps/jython/ippjython

    r35003 r35026  
    1717
    1818# XXX install jython in JARDIR
    19 # set JYTHON = $JARDIR/jython2.5.3b1/jython.jar
    20 set JYTHON = ~/jython2.5.3b1/jython.jar
     19set JYTHON = $JARDIR/jython2.5.3b1/jython.jar
     20# set JYTHON = ~/jython2.5.3b1/jython.jar
    2121
    2222if (! -r $JYTHON) then
Note: See TracChangeset for help on using the changeset viewer.