Changeset 36697 for trunk/ippToPsps/jython/queue.py
- Timestamp:
- Apr 25, 2014, 3:40:27 PM (12 years ago)
- File:
-
- 1 edited
-
trunk/ippToPsps/jython/queue.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippToPsps/jython/queue.py
r36447 r36697 82 82 # for object batches, get full list of stuff from Dvo 83 83 # XXX : need to fix 'dvo.setSkyArea' or this may not return the full list for a parallel dvo 84 if batchType == "OB": 84 #for object-like batches, info comes from dvo 85 if (batchType == "OB" or batchType =="DO" or batchType =="FO"): 85 86 self.dvoObjects.setSkyArea( 86 87 self.skychunk.minRa,
Note:
See TracChangeset
for help on using the changeset viewer.
