- Timestamp:
- Jul 17, 2014, 12:30:45 PM (12 years ago)
- Location:
- branches/eam_branches/ipp-ops-20130712/ippToPsps
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
jython/queue.py (modified) (4 diffs)
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 45 45 46 46 try: 47 print "why doesn't this work" 47 48 self.dvoObjects = DvoObjects(self.logger, self.config, self.skychunk, self.ippToPspsDb, self.scratchDb) 48 49 except: … … 71 72 for batchType in self.skychunk.batchTypes: 72 73 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) 75 76 76 77 # get totals for whole area to check if there is anything to do … … 81 82 # for object batches, get full list of stuff from Dvo 82 83 # 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"): 84 86 self.dvoObjects.setSkyArea( 85 87 self.skychunk.minRa, … … 98 100 self.skychunk.maxRa, 99 101 self.skychunk.minDec, 100 self.skychunk.maxDec) 102 self.skychunk.maxDec, 103 self.skychunk.trange_start, 104 self.skychunk.trange_end) 101 105 102 106 # EAM TEST I/O
Note:
See TracChangeset
for help on using the changeset viewer.
