- Timestamp:
- Jan 31, 2013, 5:47:48 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20121219/ippToPsps/jython/loader.py
r35076 r35077 97 97 except: return ret 98 98 99 self.dvoDetections = DvoDetections(self.logger, self.config, self.skychunk, self. scratchDb.dbName)99 self.dvoDetections = DvoDetections(self.logger, self.config, self.skychunk, self.ippToPspsDb, self.scratchDb.dbName) 100 100 101 101 return ret … … 197 197 # need to work out a good boundary / region strategy in coordination with 198 198 # impact of mysql insertion 199 self.dvoDetections.nativeIngestDetections(boxDim['RA'], boxDim['DEC'], boxSizeSansBorder) 199 if not self.ippToPspsDb.isBoxIngested(boxId): 200 self.dvoDetections.nativeIngestDetections(boxId, boxDim['RA'], boxDim['DEC'], boxSizeSansBorder) 201 200 202 useFullTables = 1 201 203 … … 215 217 break 216 218 self.logger.infoPair("processed","ok") 219 217 220 if abort or not self.checkClientStatus(): abort = True 218 221 elif numAttempts > 1 and not self.waitForPollTime(): break
Note:
See TracChangeset
for help on using the changeset viewer.
