Changeset 33589 for trunk/ippToPsps/jython/setupScratchDb.py
- Timestamp:
- Mar 21, 2012, 4:37:38 PM (14 years ago)
- File:
-
- 1 edited
-
trunk/ippToPsps/jython/setupScratchDb.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippToPsps/jython/setupScratchDb.py
r33588 r33589 30 30 def run(self): 31 31 32 self.logger.infoSeparator() 33 32 34 # install stored procedure 33 self.logger.info ("InstallingpsfLikelihood() stored procedure")35 self.logger.infoPair("Installing", "psfLikelihood() stored procedure") 34 36 self.scratchDb.createPsfLikelihoodFunction() 35 37 36 38 # install IN tables 37 self.logger.info ("Installinginitialization tables")39 self.logger.infoPair("Installing", "initialization tables") 38 40 tables = stilts.treads("../config/IN/tables.vot") 39 41 for table in tables:
Note:
See TracChangeset
for help on using the changeset viewer.
