IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 39102


Ignore:
Timestamp:
Nov 10, 2015, 5:45:34 PM (11 years ago)
Author:
watersc1
Message:

Change convolveMax header keyword to the one that appears in header.

File:
1 edited

Legend:

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

    r39101 r39102  
    262262        sqlLine.group("stampDevRMS",           self.getKeyFloat(header, "%.8e", 'SUBTRACTION.DEV.RMS'))
    263263        sqlLine.group("normalization",         self.getKeyFloat(header, "%.8e", 'SUBTRACTION.NORM'))
    264         sqlLine.group("convolveMax",           self.getKeyFloat(header, "%.8e", 'SUBTRACTION.CONV.MAX'))
     264        sqlLine.group("convolveMax",           self.getKeyFloat(header, "%.8e", 'SUBTRACTION.CONVOL.MAX'))
    265265        sqlLine.group("deconvolveMax",         self.getKeyFloat(header, "%.8e", 'SUBTRACTION.DECONV.MAX'))
    266266        sqlLine.group("ctype1",                self.getKeyValue(header, 'CTYPE1'));
Note: See TracChangeset for help on using the changeset viewer.