Changeset 35223 for trunk/ippToPsps/jython/dvo.py
- Timestamp:
- Mar 3, 2013, 1:31:54 PM (13 years ago)
- File:
-
- 1 edited
-
trunk/ippToPsps/jython/dvo.py (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippToPsps/jython/dvo.py
r35217 r35223 34 34 35 35 ''' 36 def __init__(self, logger, config, skychunk, ippToPspsDb, scratchDb Name=None):36 def __init__(self, logger, config, skychunk, ippToPspsDb, scratchDb): 37 37 38 38 # set up logging … … 41 41 self.skychunk = skychunk 42 42 self.ippToPspsDb = ippToPspsDb 43 self.scratchDb = scratchDb 43 44 44 45 # set up empty lists … … 49 50 self.regionsIngestedButOutOfDate = [] 50 51 51 # connect to the specified scratch database, if a name is given, otherwise use the first version52 try:53 self.scratchDb = ScratchDb(self.logger, self.config)54 except: raise55 56 52 # we have (still) 3 modes of ingest from dvo cpt/cps/cpm files 57 53 # 1) dvograbber (useFullTables == FALSE),
Note:
See TracChangeset
for help on using the changeset viewer.
