IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 32459


Ignore:
Timestamp:
Sep 29, 2011, 3:19:10 PM (15 years ago)
Author:
rhenders
Message:

just whitespace

File:
1 edited

Legend:

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

    r32303 r32459  
    3333        self.logger.debugPair("Using DVO detection table", self.dvoDetectionTable)
    3434
     35        #self.createPsfLikelihoodFunction()
     36
    3537    '''
    3638    Destructor
     
    4042        self.logger.debug("ScratchDb destructor")
    4143
    42 
    4344    '''
    4445    Creates a stored procedure for psfLikelihood. This uses an implementation of the complimentary error function taken from Numerical Recipes in C.
    4546    '''
    4647    def createPsfLikelihoodFunction(self):
     48
    4749        sql = "DELIMITER $$ \
    4850               DROP FUNCTION IF EXISTS `psfLikelihood` $$ \
Note: See TracChangeset for help on using the changeset viewer.