IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 4, 2014, 8:47:31 AM (12 years ago)
Author:
eugene
Message:

change stack.analVer to analysisVer

File:
1 edited

Legend:

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

    r37168 r37178  
    107107               raise
    108108
    109            print "2"
    110 
    111109           imageID = self.scratchDb.getImageIDFromExternID(stackID)
    112110           self.logger.infoPair(filter + " imageID = ", imageID)       
    113111           self.imageIDs[filter] = imageID
    114 
    115            print "3"
    116112
    117113       # did we find any valid stacks?
     
    274270        sqlLine.group("skyCellID",     self.skycell)           
    275271        sqlLine.group("photoCalID",    photoCalID)
     272        sqlLine.group("analysisVer",   self.analysisVer))
    276273        sqlLine.group("expTime",       self.getKeyFloat(header, "%.5f", 'EXPTIME')) 
    277274        sqlLine.group("psfModelID",    psfmodel)           
Note: See TracChangeset for help on using the changeset viewer.