Changeset 37927 for trunk/ippToPsps/jython/loader.py
- Timestamp:
- Feb 23, 2015, 4:08:25 PM (11 years ago)
- File:
-
- 1 edited
-
trunk/ippToPsps/jython/loader.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippToPsps/jython/loader.py
r37763 r37927 28 28 29 29 #from forcedwarpbatch import ForcedWarpBatch 30 #from forcedobjectbatch import ForcedObjectBatch30 from forcedobjectbatch import ForcedObjectBatch 31 31 # 32 32 # … … 168 168 self.logger.infoPair("Box dimensions: ", "ra / dec / size : %.1f / %.1f / %.1f -- sky bounds : (%.2f - %2.f, %2.f - %2.f)" % (boxDim['RA'], boxDim['DEC'], boxDim['SIDE'], boxDim['minRA'], boxDim['maxRA'], boxDim['minDEC'], boxDim['maxDEC'])) 169 169 self.logger.infoPair(batchType + " items found in this box", "%d" % len(ids)) 170 171 if batchType != "OB":170 #previously said if not OB, but we don't need these for Do or FO 171 if (batchType == "P2" or batchType == "ST" or batchType =="DF" or batchType == "FW"): 172 172 if self.config.resetDvo or not self.ippToPspsDb.isBoxIngested(boxId, self.scratchDb.dbHost): 173 173 if not self.dvoDetections.nativeIngestDetections(boxId, boxDim):
Note:
See TracChangeset
for help on using the changeset viewer.
