Index: trunk/ippToPsps/config/init/tables.xml
===================================================================
--- trunk/ippToPsps/config/init/tables.xml	(revision 27345)
+++ trunk/ippToPsps/config/init/tables.xml	(revision 27942)
@@ -1,9 +1,9 @@
 <?xml version="1.0" encoding="UTF-8"?>
 
-<tableDescriptions type="IN">
+<tableDescriptions type="init">
   <table name="Filter">
     <column name="filterID" type="TBYTE" default="0" comment="filter ID: g=1, r=2, i=3, z=4, y=5, w=6, ..."></column>
     <column name="filterType" type="TSTRING" default=" " comment="filter name: g,r,i,z,y, etc."></column>
-    <column name="filterSpec" type="TSTRING" default=" " comment="No comment"></column>
+    <column name="filterSpec" type="TSTRING" default="0x00" comment="No comment"></column>
   </table>
   <table name="FitModel">
@@ -61,6 +61,6 @@
     <column name="cameraID" type="TSHORT" default="0" comment="camera identification number"></column>
     <column name="cameraConfigID" type="TSHORT" default="0" comment="configuration identification number"></column>
-    <column name="startDate" type="TFLOAT" default="0" comment=" starting date of this configuration in MJD (unit = day)"></column>
-    <column name="configDetails" type="TSTRING" default=" " comment="text/table giving the details of the camera configuration"></column>
+    <column name="endDate" type="TFLOAT" default="0" comment=" ending date of this configuration in MJD (unit = day)"></column>
+    <column name="configDetails" type="TSTRING" default="0x00" comment="text/table giving the details of the camera configuration"></column>
   </table>
   <table name="PhotoCal">
@@ -90,12 +90,12 @@
     <column name="ctype1" type="TSTRING" default=" " comment="name of astrometric projection in RA"></column>
     <column name="ctype2" type="TSTRING" default=" " comment="name of astrometric projection in DEC"></column>
-    <column name="crval1" type="TFLOAT" default="0" comment=" RA corresponding to reference pixel (unit = deg)"></column>
-    <column name="crval2" type="TFLOAT" default="0" comment=" DEC corresponding to reference pixel (unit = deg)"></column>
-    <column name="crpix1" type="TFLOAT" default="0" comment="reference pixel value for RA"></column>
-    <column name="crpix2" type="TFLOAT" default="0" comment="reference pixel value for DEC"></column>
-    <column name="pc001001" type="TFLOAT" default="0" comment="elements of rotation/Dcale matrix"></column>
-    <column name="pc001002" type="TFLOAT" default="0" comment="elements of rotation/Dcale matrix"></column>
-    <column name="pc002001" type="TFLOAT" default="0" comment="elements of rotation/Dcale matrix"></column>
-    <column name="pc002002" type="TFLOAT" default="0" comment="elements of rotation/Dcale matrix"></column>
+    <column name="crval1" type="TDOUBLE" default="0" comment=" RA corresponding to reference pixel (unit = deg)"></column>
+    <column name="crval2" type="TDOUBLE" default="0" comment=" DEC corresponding to reference pixel (unit = deg)"></column>
+    <column name="crpix1" type="TDOUBLE" default="0" comment="reference pixel value for RA"></column>
+    <column name="crpix2" type="TDOUBLE" default="0" comment="reference pixel value for DEC"></column>
+    <column name="pc001001" type="TDOUBLE" default="0" comment="elements of rotation/Dcale matrix"></column>
+    <column name="pc001002" type="TDOUBLE" default="0" comment="elements of rotation/Dcale matrix"></column>
+    <column name="pc002001" type="TDOUBLE" default="0" comment="elements of rotation/Dcale matrix"></column>
+    <column name="pc002002" type="TDOUBLE" default="0" comment="elements of rotation/Dcale matrix"></column>
   </table>
   <table name="Region">
@@ -104,5 +104,5 @@
     <column name="type" type="TSTRING" default=" " comment="Region type"></column>
     <column name="comment" type="TSTRING" default=" " comment="Comment"></column>
-    <column name="area" type="TFLOAT" default="0" comment="Area covered by the region"></column>
+    <column name="area" type="TDOUBLE" default="0" comment="Area covered by the region"></column>
     <column name="regionBinary" type="TSTRING" default=" " comment="Binary object managed by the spatial library"></column>
   </table>
