IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 9, 2015, 12:07:25 PM (11 years ago)
Author:
mhuber
Message:

adding more to DiffMeta (and to mkcmf for simtest) but seems to have parser issue and only adds ISIS for the KERNEL string for now

File:
1 edited

Legend:

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

    r39078 r39084  
    244244        sqlLine.group("psfWidMajor",           self.psfFwhmMajor[num])
    245245        sqlLine.group("psfWidMinor",           self.psfFwhmMinor[num])
     246        sqlLine.group("kernel",                self.getKeyValue(self.header[num], 'SUBTRACTION.KERNEL'))
     247        sqlLine.group("mode",                  self.getKeyValue(self.header[num], 'SUBTRACTION.MODE'))
    246248        sqlLine.group("psfTheta",              self.getKeyFloat(self.header[num], "%.8f", 'ANGLE'))
    247249        sqlLine.group("numStamps",             self.getKeyValue(self.header[num], 'SUBTRACTION.STAMPS'))
Note: See TracChangeset for help on using the changeset viewer.