IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 8, 2015, 9:42:27 AM (11 years ago)
Author:
eugene
Message:

fix a typo

File:
1 edited

Legend:

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

    r39076 r39078  
    244244        sqlLine.group("psfWidMajor",           self.psfFwhmMajor[num])
    245245        sqlLine.group("psfWidMinor",           self.psfFwhmMinor[num])
    246         sqlLine.group("psfTheta",              self.getKeyFloat(header, "%.8f", 'ANGLE'))
     246        sqlLine.group("psfTheta",              self.getKeyFloat(self.header[num], "%.8f", 'ANGLE'))
    247247        sqlLine.group("numStamps",             self.getKeyValue(self.header[num], 'SUBTRACTION.STAMPS'))
    248248        sqlLine.group("stampDevMean",          self.getKeyFloat(self.header[num], "%.8e", 'SUBTRACTION.DEV.MEAN'))
Note: See TracChangeset for help on using the changeset viewer.