Changeset 32459
- Timestamp:
- Sep 29, 2011, 3:19:10 PM (15 years ago)
- File:
-
- 1 edited
-
trunk/ippToPsps/jython/scratchdb.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippToPsps/jython/scratchdb.py
r32303 r32459 33 33 self.logger.debugPair("Using DVO detection table", self.dvoDetectionTable) 34 34 35 #self.createPsfLikelihoodFunction() 36 35 37 ''' 36 38 Destructor … … 40 42 self.logger.debug("ScratchDb destructor") 41 43 42 43 44 ''' 44 45 Creates a stored procedure for psfLikelihood. This uses an implementation of the complimentary error function taken from Numerical Recipes in C. 45 46 ''' 46 47 def createPsfLikelihoodFunction(self): 48 47 49 sql = "DELIMITER $$ \ 48 50 DROP FUNCTION IF EXISTS `psfLikelihood` $$ \
Note:
See TracChangeset
for help on using the changeset viewer.
