IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 39120 for trunk


Ignore:
Timestamp:
Nov 12, 2015, 4:52:46 PM (11 years ago)
Author:
watersc1
Message:

Use correct keyword for kernel.

File:
1 edited

Legend:

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

    r39118 r39120  
    275275        sqlLine.group("psfWidMinor",           self.psfFwhmMinor[num])
    276276
    277         sqlLine.group("kernel",                self.getKeyValue(header, 'SUBTRACTION.KERNEL'))
     277        sqlLine.group("kernel",                self.getKeyValue(header, 'PPSUB.KERNEL'))
    278278        sqlLine.group("mode",                  self.getKeyValue(header, 'SUBTRACTION.MODE'))
    279279        sqlLine.group("psfTheta",              self.getKeyFloat(header, "%.8f", 'ANGLE'))
Note: See TracChangeset for help on using the changeset viewer.