IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 31, 2013, 4:13:09 PM (13 years ago)
Author:
eugene
Message:

split out config (static info) and skychunk (area being processed)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20121219/ippToPsps/jython/objectbatch.py

    r35056 r35076  
    3232                 logger,
    3333                 config,
     34                 skychunk,
    3435                 gpc1Db,
    3536                 ippToPspsDb,
     
    4243               logger,
    4344               config,
     45               skychunk,
    4446               gpc1Db,
    4547               ippToPspsDb,
     
    5254
    5355       try:
    54            self.dvoObjects = DvoObjects(self.logger, self.config, self.scratchDb.dbName)
     56           self.dvoObjects = DvoObjects(self.logger, self.config, self.skychunk, self.scratchDb.dbName)
    5557       except:
    5658           self.logger.errorPair("Unable to create instance of", "DvoObjects")
     
    264266               ,PSF_QF_PERF \
    265267               ,STARGAL_SEP \
    266                , " + str(self.config.dataRelease) + "\
     268               , " + str(self.skychunk.dataRelease) + "\
    267269               , RAND() \
    268270               FROM " + cptTableName
Note: See TracChangeset for help on using the changeset viewer.