IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 31, 2013, 5:47:48 PM (13 years ago)
Author:
eugene
Message:

track the boxes for which dvo detections have been ingested

File:
1 edited

Legend:

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

    r35076 r35077  
    3232
    3333        try:
    34             self.dvoObjects = DvoObjects(self.logger, self.config, self.skychunk)
     34            self.dvoObjects = DvoObjects(self.logger, self.config, self.skychunk, self.ippToPspsDb)
    3535        except:
    3636            self.exitProgram("Unable to create instance of DvoObject")
     
    6464
    6565                # for object batches, get full list of stuff from Dvo
     66                # XXX : need to fix 'dvo.setSkyArea' or this may not return the full list for a parallel dvo
    6667                if batchType == "OB":
    6768                    self.dvoObjects.setSkyArea(
Note: See TracChangeset for help on using the changeset viewer.