- Timestamp:
- Jan 31, 2013, 4:13:09 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20121219/ippToPsps/jython/dvodetections.py
r35016 r35076 20 20 Constructor 21 21 ''' 22 def __init__(self, logger, config, s cratchDbName):22 def __init__(self, logger, config, skychunk, scratchDbName): 23 23 24 super(DvoDetections, self).__init__(logger, config, s cratchDbName)24 super(DvoDetections, self).__init__(logger, config, skychunk, scratchDbName) 25 25 26 26 # declare DVO file types of interest … … 32 32 def ingestRegion(self, region): 33 33 34 cpmPath = self. config.dvoLocation + "/" + region + ".cpm"35 cptPath = self. config.dvoLocation + "/" + region + ".cpt"34 cpmPath = self.skychunk.dvoLocation + "/" + region + ".cpm" 35 cptPath = self.skychunk.dvoLocation + "/" + region + ".cpt" 36 36 37 37 cpmTableName = self.scratchDb.getDbFriendlyTableName(region + ".cpm")
Note:
See TracChangeset
for help on using the changeset viewer.
