- Timestamp:
- Jul 28, 2014, 6:20:27 AM (12 years ago)
- Location:
- branches/eam_branches/ipp-20140717/ippToPsps
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
jython/dvoobjects.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20140717/ippToPsps
- Property svn:mergeinfo set to
-
branches/eam_branches/ipp-20140717/ippToPsps/jython/dvoobjects.py
r35417 r37129 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.
