Changeset 35043
- Timestamp:
- Jan 24, 2013, 11:36:48 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20121219/ippToPsps/jython/loader.py
r35036 r35043 162 162 self.logger.infoPair(batchType + " items found in this box", "%d" % len(ids)) 163 163 boxSizeWithBorder = boxDim['SIDE'] + (self.config.BORDER * 2) 164 boxSizeSansBorder = boxDim['SIDE'] 164 165 self.logger.infoPair("got here", "ok") 165 166 useFullTables = 0 … … 190 191 else: 191 192 # if we are using the native loader, always use it 192 self.dvoDetections.nativeIngestDetections(boxDim['RA'], boxDim['DEC'], boxSizeWithBorder) 193 # need to work out a good boundary / region strategy in coordination with 194 # impact of mysql insertion 195 self.dvoDetections.nativeIngestDetections(boxDim['RA'], boxDim['DEC'], boxSizeSansBorder) 193 196 useFullTables = 1 194 197
Note:
See TracChangeset
for help on using the changeset viewer.
