IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 33796


Ignore:
Timestamp:
Apr 17, 2012, 1:34:49 PM (14 years ago)
Author:
rhenders
Message:

added a log message announcing querying of DVO, as this can take some time

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippToPsps/jython/loader.py

    r33787 r33796  
    154154                    if batchType != "OB":
    155155                        # look in DVO for this box (with extra border)
    156                         #self.dvoDetections.setSkyAreaAsBox(boxDim['RA'], boxDim['DEC'], boxSizeWithBorder)
    157                         self.dvoDetections.setSkyArea()
     156                        self.logger.infoPair("Querying DVO for this sky area", "")
     157                        self.dvoDetections.setSkyAreaAsBox(boxDim['RA'], boxDim['DEC'], boxSizeWithBorder)
     158                        #self.dvoDetections.setSkyArea()
    158159                        sizeToBeIngested = self.dvoDetections.getDiskSizeOfRegionsToBeIngested()
    159160                        if sizeToBeIngested == 0.0: smfsPerGB = 999999999
Note: See TracChangeset for help on using the changeset viewer.