IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 12, 2014, 4:10:18 PM (12 years ago)
Author:
eugene
Message:

merge changes from branches/eam_branches/ipp-20140717

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippToPsps/jython/dvoobjects.py

    r35417 r37246  
    2727        self.ingestFileTypes = ['cpt', 'cps']
    2828        self.loadPhotcodes()
    29 
    30     '''
    31     Ingests object files for this region
    32     '''
    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 + "." + fileType
    40            tableName = self.scratchDb.getDbFriendlyTableName(region + "." + fileType)
    41 
    42            self.importFits(path, "*", tableName)
    43 
    44            self.scratchDb.setImportedThisDvoTable(path, region)
    45 
    46        return True
    47 
    4829
    4930    '''
Note: See TracChangeset for help on using the changeset viewer.