IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 19, 2013, 4:35:54 PM (13 years ago)
Author:
eugene
Message:

use MEMORY engine for dvoDetectionFull; add error handline for dvopsps; check mysql version; remove some test verbosity; check for image existence in dvoImages; skip bad batches but do not exit; fix precision issues; add -realgpc option (part of -test mode); log times in milliseconds

Location:
trunk/ippToPsps
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippToPsps

  • trunk/ippToPsps/jython/ipptopsps.py

    r35177 r35417  
    5555            raise
    5656
     57        print "check client status"
    5758        self.checkClientStatus()
    5859
     
    142143    def checkClientStatus(self):
    143144
     145        print "update client"
    144146        self.ippToPspsDb.updateClient(self.config.programName, self.HOST, self.PID)
    145147
     148        print "check killed"
    146149        if self.ippToPspsDb.isKilled(self.HOST, self.PID):
    147150            self.exitProgram("killed via Db")
     
    149152        # this loop pauses the process if we have no skychunk or we have set it to pause
    150153        firstTimeIn = True
     154        print "refresh skychunk"
    151155        while not self.refreshSkychunk() or self.ippToPspsDb.isPaused(self.HOST, self.PID):
    152156
Note: See TracChangeset for help on using the changeset viewer.