IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 7, 2014, 6:29:46 AM (12 years ago)
Author:
eugene
Message:

StackApFlx* is correctly in Jy

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20140717/ippToPsps/jython/stackbatch.py

    r37200 r37201  
    381381
    382382        # if we are going to add a key, do it here so it is useful
    383         # self.scratchDb.createIndex(tablename, "objID")
     383        self.scratchDb.createIndex(tablename, "objID")
    384384
    385385        self.logger.infoPair("inserting filter dependent cmf items into", tablename)
     
    684684
    685685        # if we are going to add a key, do it here so it is useful
    686         # self.scratchDb.createIndex(tablename, "objID")
     686        self.scratchDb.createIndex(tablename, "objID")
    687687
    688688        for filter in self.filters:
     
    705705
    706706        # if we are going to add a key, do it here so it is useful
    707         # self.scratchDb.createIndex(tablename, "objID")
     707        self.scratchDb.createIndex(tablename, "objID")
    708708
    709709        for filter in self.filters:
     
    825825            sqlLine.group(field + "Std",       field + "Std" + " * POW(10, 3.56 - 0.4* b.zp)")
    826826        sql = sqlLine.makeEquals("WHERE a.objID = b.objID AND a." + filter + "ippDetectID = b.ippDetectID")
     827        self.logger.infoPair("sql",sql)
     828        self.scratchDb.execute(sql)
    827829
    828830    '''
Note: See TracChangeset for help on using the changeset viewer.