Index: trunk/ippToPsps/jython/detectionbatch.py
===================================================================
--- trunk/ippToPsps/jython/detectionbatch.py	(revision 38794)
+++ trunk/ippToPsps/jython/detectionbatch.py	(revision 38795)
@@ -220,6 +220,6 @@
         sqlLine.group("numAstroRef",      self.getKeyValue(header, 'NASTRO'))
         sqlLine.group("numPhotoRef",      self.getKeyValue(header, 'NASTRO'))
-        sqlLine.group("nx",               self.getKeyInt(header, 0, 'CNAXIS1'))
-        sqlLine.group("ny",               self.getKeyInt(header, 0, 'CNAXIS2'))
+        sqlLine.group("nAxis1",               self.getKeyInt(header, 0, 'NAXIS1'))
+        sqlLine.group("nAxis2",               self.getKeyInt(header, 0, 'NAXIS2'))
         sqlLine.group("psfModelID"        psfmodelID)
         sqlLine.group("psfFwhm",          str(psfFwhm))
