Index: trunk/dbconfig/calibration.md
===================================================================
--- trunk/dbconfig/calibration.md	(revision 15316)
+++ trunk/dbconfig/calibration.md	(revision 15316)
@@ -0,0 +1,15 @@
+
+# table of the DVO databases which get calibrated
+calDatabase
+    dvo_id      S64         0       # Primary Key AUTO_INCREMENT
+    catdir      STR         64
+    state       STR         64
+END
+
+calRuns
+    dvo_id      S64         0       # Primary Key AUTO_INCREMENT
+    region      STR         64      # success or failure
+    last_step   STR         64      # 
+    status      STR         64      # 
+END
+
