- Timestamp:
- Jan 15, 2013, 5:53:39 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20121219/ippToPsps/jython/loader.py
r34661 r34926 141 141 ids = self.ippToPspsDb.getPendingIdsForThisBox(boxId, batchType) 142 142 143 # ids are the stage_ids for items to be processed (eg, stack_id for a stack CMF, cam_id for P2 smf) 144 143 145 if len(ids) < 1: 144 146 self.logger.debugPair("No " + batchType + " items found in this box", "skipping") … … 162 164 self.logger.infoPair("DVO to be ingested", "%.1f GB" % sizeToBeIngested) 163 165 self.logger.infoPair("smfs-per-GB", "%.1f" % smfsPerGB) 166 164 167 # should do we pre-ingest stuff from DVO? 168 # NOTE EAM : this chunk loads the dvo detections into the mysql db 169 # XXXX EAM : this should happen for both P2 and Stack detection 170 # XXXX EAM : in parallel model, this should happen for all P2 & Stack batches 165 171 if batchType == 'P2' and smfsPerGB > 30: 166 172 if not self.dvoDetections.sync(): … … 170 176 useFullTables = 1 171 177 178 ''' 179 NOTE EAM : "TheseItems" refers to each of the stack CMFs, camera SMFs, or object batches 180 ''' 172 181 self.logger.infoBool("Using pre-ingested DVO data?", useFullTables) 173 182 if not self.processTheseItems(batchType, ids, useFullTables):
Note:
See TracChangeset
for help on using the changeset viewer.
