IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 15, 2013, 5:53:39 AM (14 years ago)
Author:
eugene
Message:

added some comments, clarified others

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20121219/ippToPsps/jython/loader.py

    r34661 r34926  
    141141                    ids = self.ippToPspsDb.getPendingIdsForThisBox(boxId, batchType)
    142142               
     143                    # ids are the stage_ids for items to be processed (eg, stack_id for a stack CMF, cam_id for P2 smf)
     144
    143145                    if len(ids) < 1:
    144146                        self.logger.debugPair("No " + batchType + " items found in this box", "skipping")
     
    162164                        self.logger.infoPair("DVO to be ingested", "%.1f GB" % sizeToBeIngested)
    163165                        self.logger.infoPair("smfs-per-GB", "%.1f" % smfsPerGB)
     166
    164167                        # 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
    165171                        if batchType == 'P2' and smfsPerGB > 30:
    166172                            if not self.dvoDetections.sync():
     
    170176                            useFullTables = 1
    171177               
     178                    '''
     179                    NOTE EAM : "TheseItems" refers to each of the stack CMFs, camera SMFs, or object batches
     180                    '''
    172181                    self.logger.infoBool("Using pre-ingested DVO data?", useFullTables)
    173182                    if not self.processTheseItems(batchType, ids, useFullTables):
Note: See TracChangeset for help on using the changeset viewer.