- Timestamp:
- Jan 12, 2015, 12:24:24 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-pv3-20140717-merge/ippToPsps/jython/dvoobjects.py
r35417 r37820 27 27 self.ingestFileTypes = ['cpt', 'cps'] 28 28 self.loadPhotcodes() 29 30 '''31 Ingests object files for this region32 '''33 def ingestRegion(self, region):34 35 self.logger.infoPair("Ingesting objects for", region)36 37 for fileType in self.ingestFileTypes:38 39 path = self.skychunk.dvoLocation + "/" + region + "." + fileType40 tableName = self.scratchDb.getDbFriendlyTableName(region + "." + fileType)41 42 self.importFits(path, "*", tableName)43 44 self.scratchDb.setImportedThisDvoTable(path, region)45 46 return True47 48 29 49 30 '''
Note:
See TracChangeset
for help on using the changeset viewer.
