Index: /trunk/ippToPsps/config/init/data.xml
===================================================================
--- /trunk/ippToPsps/config/init/data.xml	(revision 31071)
+++ /trunk/ippToPsps/config/init/data.xml	(revision 31072)
@@ -2,4 +2,9 @@
 
 <tabledata>
+
+ <table name="StackType">
+  <row stackTypeID="0" stackType="NIGHTLY_STACK" />
+  <row stackTypeID="1" stackType="DEEP_STACK" />
+ </table>
 
  <table name="Filter">
@@ -13,9 +18,9 @@
 
  <table name="FitModel">
-  <row fitModelID="1" description="Psf fit" />
-  <row fitModelID="2" description="deVaucouleur Fit" />
-  <row fitModelID="3" description="Exponential Fit" />
-  <row fitModelID="4" description="Sersic Fit" />
-  <row fitModelID="5" description="Linear Streak Fit" param1="x1" param2="x2" param3="x3" param4="x4" />
+  <row fitModelID="1" name="PS_MODEL_PSF" description="Psf fit" />
+  <row fitModelID="2" name="PS_MODEL_DEV" description="deVaucouleur Fit" />
+  <row fitModelID="3" name="PS_MODEL_EXP" description="Exponential Fit" />
+  <row fitModelID="4" name="PS_MODEL_SERSIC" description="Sersic Fit" />
+  <row fitModelID="5" name="PS_MODEL_LIN" description="Linear Streak Fit" param1="x1" param2="x2" param3="x3" param4="x4" />
  </table>
 
