IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 32591


Ignore:
Timestamp:
Oct 28, 2011, 11:43:38 AM (15 years ago)
Author:
rhenders
Message:

Calling createPsfLikelihoodFunction() explicitly

File:
1 edited

Legend:

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

    r32586 r32591  
    3535scratchDb = ScratchDb(logger, configDoc)
    3636
     37# install stored procedure
     38logger.info("Installing psfLikelihood() stored procedure")
     39scratchDb.createPsfLikelihoodFunction()
     40
     41# install IN tables
    3742logger.info("Installing initialization tables")
    3843tables = stilts.treads("../config/IN/tables.vot")
     
    4045    logger.debug("Creating IN table: " + table.name)
    4146    table.write(scratchDb.url + '#' + table.name)
     47
    4248logger.info("Done")
    4349
Note: See TracChangeset for help on using the changeset viewer.