IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 7, 2014, 5:36:39 AM (12 years ago)
Author:
eugene
Message:

merge changes from trunk

File:
1 edited

Legend:

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

    r36447 r36826  
    8282                # for object batches, get full list of stuff from Dvo
    8383                # 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"):
    8586                    self.dvoObjects.setSkyArea(
    8687                            self.skychunk.minRa,
Note: See TracChangeset for help on using the changeset viewer.