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

    r35226 r35417  
    3636
    3737        if self.skychunk.parallel:
    38             print "PARALLEL dvo"
     38            self.logger.info("using PARALLEL DVO")
    3939        else:
    40             print "SERIAL dvo"
     40            self.logger.info("using SERIAL DVO")
    4141
    4242        # connect to the gpc1 database
     
    198198                            # insertion
    199199                            if not self.ippToPspsDb.isBoxIngested(boxId, self.scratchDb.dbHost):
    200                                 self.dvoDetections.nativeIngestDetections(boxId, boxDim)
     200                                if not self.dvoDetections.nativeIngestDetections(boxId, boxDim):
     201                                    self.logger.error("Unable to ingest detections with nativeIngest")
     202                                    return False
    201203
    202204                            useFullTables = 1
Note: See TracChangeset for help on using the changeset viewer.