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/queue.py

    r35226 r35417  
    2929        super(Queue, self).__init__(argv)
    3030
    31         print "inited ipptopsps"
     31        # print "inited ipptopsps"
    3232
    3333        # create various objects
    3434        self.gpc1Db = Gpc1Db(self.logger, self.config)
    35         print "connect to gpc1"
     35        # print "connect to gpc1"
    3636
    3737        self.datastore = Datastore(self.logger, self.skychunk, self.ippToPspsDb)
    3838
    39         print "made datastore"
     39        # print "made datastore"
    4040
    4141        # connect to scratch database
    4242        self.scratchDb = ScratchDb(self.logger, self.config)
    4343
    44         print "connect to scratchdb"
     44        # print "connect to scratchdb"
    4545
    4646        try:
     
    5050            raise
    5151
    52         print "got objects"
     52        # print "got objects"
    5353
    5454        self.skychunk.printAll()
Note: See TracChangeset for help on using the changeset viewer.