Index: trunk/ippToPsps/config/tables.P2.vot
===================================================================
--- trunk/ippToPsps/config/tables.P2.vot	(revision 38794)
+++ trunk/ippToPsps/config/tables.P2.vot	(revision 38795)
@@ -196,8 +196,8 @@
         <DESCRIPTION>Number of photometric reference sources.</DESCRIPTION>
       </FIELD>
-      <FIELD name="nx" arraysize="1" datatype="short" unit="pixels" default="-999">
+      <FIELD name="nAxis1" arraysize="1" datatype="short" unit="pixels" default="-999">
         <DESCRIPTION>Image dimension in x.</DESCRIPTION>
       </FIELD>
-      <FIELD name="ny" arraysize="1" datatype="short" unit="pixels" default="-999">
+      <FIELD name="nAxis2" arraysize="1" datatype="short" unit="pixels" default="-999">
         <DESCRIPTION>Image dimension in y.</DESCRIPTION>
       </FIELD>
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))
