IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 17, 2014, 12:30:45 PM (12 years ago)
Author:
eugene
Message:

merge changes (from past YEAR) into trunk

Location:
branches/eam_branches/ipp-ops-20130712/ippToPsps
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-ops-20130712/ippToPsps

    • Property svn:mergeinfo deleted
  • branches/eam_branches/ipp-ops-20130712/ippToPsps/jython/queue.py

    r35656 r37066  
    4545
    4646        try:
     47            print "why doesn't this work"
    4748            self.dvoObjects = DvoObjects(self.logger, self.config, self.skychunk, self.ippToPspsDb, self.scratchDb)
    4849        except:
     
    7172            for batchType in self.skychunk.batchTypes:
    7273                self.logger.infoPair("BatchType",batchType)
    73                 # self.logger.infoTitle("Previous failed datastore loads")
    74                 # self.publishAnyUnpublishedBatches(batchType)
     74                #self.logger.infoTitle("Previous failed datastore loads")
     75                #self.publishAnyUnpublishedBatches(batchType)
    7576
    7677                # get totals for whole area to check if there is anything to do
     
    8182                # for object batches, get full list of stuff from Dvo
    8283                # XXX : need to fix 'dvo.setSkyArea' or this may not return the full list for a parallel dvo
    83                 if batchType == "OB":
     84            #for object-like batches, info comes from dvo
     85                if (batchType == "OB" or batchType =="DO" or batchType =="FO"):
    8486                    self.dvoObjects.setSkyArea(
    8587                            self.skychunk.minRa,
     
    98100                            self.skychunk.maxRa,
    99101                            self.skychunk.minDec,
    100                             self.skychunk.maxDec)
     102                            self.skychunk.maxDec,
     103                            self.skychunk.trange_start,
     104                            self.skychunk.trange_end)
    101105
    102106                # EAM TEST I/O
Note: See TracChangeset for help on using the changeset viewer.