Index: /trunk/ippMonitor/def/README
===================================================================
--- /trunk/ippMonitor/def/README	(revision 9322)
+++ /trunk/ippMonitor/def/README	(revision 9323)
@@ -1,2 +1,5 @@
+
+** the current definition files correspond to tasks.md 1.86
+** update this file if you need to update the tables
 
 Each of the *.d files in this directory (except example.d) are used to
Index: /trunk/ippMonitor/def/detInputExp.d
===================================================================
--- /trunk/ippMonitor/def/detInputExp.d	(revision 9322)
+++ /trunk/ippMonitor/def/detInputExp.d	(revision 9323)
@@ -7,6 +7,6 @@
 
 #     field      width 	name        show  link to                 extras
-FIELD exp_id,    20,   	exposure,   value,      rawImfile.php,          exp_id=$exp_id,det_id=$det_id,iteration=$iteration
-FIELD *,         5,    	choose,     value=proc, detProcessedImfile.php, exp_id=$exp_id,det_id=$det_id,iteration=$iteration
+FIELD exp_tag,    20,   	exposure,   value,      rawImfile.php,          exp_tag=$exp_tag,det_id=$det_id,iteration=$iteration
+FIELD *,         5,    	choose,     value=proc, detProcessedImfile.php, exp_tag=$exp_tag,det_id=$det_id,iteration=$iteration
 FIELD det_id,    7,    	det_id
 FIELD iteration, 5,    	iteration
Index: /trunk/ippMonitor/def/detNormalizedExp.d
===================================================================
--- /trunk/ippMonitor/def/detNormalizedExp.d	(revision 9323)
+++ /trunk/ippMonitor/def/detNormalizedExp.d	(revision 9323)
@@ -0,0 +1,14 @@
+TABLE detNormalizedExp
+TITLE detNormalizedExp
+FILE  detNormalizedExp.php
+MENU  ipp.detrend.dat
+
+#     field     name     show   link to     extras
+FIELD det_id, 20,   det_id
+FIELD iteration, 20,   iteration
+FIELD bg, 20, bg
+FIELD bg_stdev, 20, bg_stdev
+FIELD bg_mean_stdev, 20, bg_mean_stdev
+FIELD b1_uri, 20,   b1_uri
+FIELD b2_uri, 20,   b2_uri
+FIELD recipe, 20,   recipe
Index: /trunk/ippMonitor/def/detNormalizedImfile.d
===================================================================
--- /trunk/ippMonitor/def/detNormalizedImfile.d	(revision 9322)
+++ /trunk/ippMonitor/def/detNormalizedImfile.d	(revision 9323)
@@ -9,2 +9,7 @@
 FIELD class_id, 20,   class_id
 FIELD uri, 20,   uri
+FIELD bg, 20, bg
+FIELD bg_stdev, 20, bg_stdev
+FIELD bg_mean_stdev, 20, bg_mean_stdev
+FIELD b1_uri, 20,   b1_uri
+FIELD b2_uri, 20,   b2_uri
Index: /trunk/ippMonitor/def/detProcessedExp.d
===================================================================
--- /trunk/ippMonitor/def/detProcessedExp.d	(revision 9323)
+++ /trunk/ippMonitor/def/detProcessedExp.d	(revision 9323)
@@ -0,0 +1,14 @@
+TABLE detProcessedImfile
+TITLE detProcessedImfile
+FILE  detProcessedImfile.php
+MENU  ipp.detrend.dat
+
+#     field     name      show   link to     extras
+FIELD det_id,    7,   Detrend Run ID
+FIELD exp_tag, 	15,   Exposure
+FIELD bg, 	10,   bg
+FIELD bg_stdev, 10,   bg_stdev
+FIELD b1_uri, 	20,   b1_uri
+FIELD b2_uri, 	20,   b2_uri
+FIELD recipe    15,   Recipe
+# FIELD bg_mean_stdev, 20,   bg_mean_stdev
Index: /trunk/ippMonitor/def/detProcessedImfile.d
===================================================================
--- /trunk/ippMonitor/def/detProcessedImfile.d	(revision 9322)
+++ /trunk/ippMonitor/def/detProcessedImfile.d	(revision 9323)
@@ -4,14 +4,13 @@
 MENU  ipp.imfiles.dat
 
-RESTRICT exp_id
-RESTRICT det_id
-
 #     field     name      show   link to     extras
 FIELD det_id,    7,   Detrend Run ID
-FIELD exp_id, 	15,   Exposure
+FIELD exp_tag, 	15,   Exposure Tag
 FIELD class_id, 10,   Chip ID
+FIELD uri, 	20,   uri
 FIELD bg, 	10,   bg
 FIELD bg_stdev, 10,   bg_stdev
-FIELD uri, 	20,   uri
+FIELD b1_uri, 	20,   b1_uri
+FIELD b2_uri, 	20,   b2_uri
 FIELD recipe, 	20,   recipe
 # FIELD bg_mean_stdev, 20,   bg_mean_stdev
Index: /trunk/ippMonitor/def/detResidExp.d
===================================================================
--- /trunk/ippMonitor/def/detResidExp.d	(revision 9322)
+++ /trunk/ippMonitor/def/detResidExp.d	(revision 9323)
@@ -8,6 +8,6 @@
 FIELD iteration,  5,   iter,      value
 FIELD accept,     4,   keep,      value
-FIELD exp_id, 	 20,   exp_id,    value,          rawImfile.php,      exp_id=$exp_id
-FIELD b2_uri, 	 20,   b2_uri,    image=$b2_uri,  detResidImfile.php, det_id=$det_id,iteration=$iteration,exp_id=$exp_id,image=$b1_uri
+FIELD exp_tag, 	 20,   exp_tag,    value,          rawImfile.php,      exp_tag=$exp_tag
+FIELD b2_uri, 	 20,   b2_uri,    image=$b2_uri,  detResidImfile.php, det_id=$det_id,iteration=$iteration,exp_tag=$exp_tag,image=$b1_uri
 FIELD recipe, 	 20,   recipe,    value
 FIELD bg,        20,   backgnd,   value
Index: /trunk/ippMonitor/def/detResidImfile.d
===================================================================
--- /trunk/ippMonitor/def/detResidImfile.d	(revision 9322)
+++ /trunk/ippMonitor/def/detResidImfile.d	(revision 9323)
@@ -7,5 +7,5 @@
 FIELD det_id,    20,   det_id
 FIELD iteration, 20,   iteration
-FIELD exp_id,    20,   exp_id
+FIELD exp_tag,   20,   exp_tag
 FIELD class_id,  20,   class_id
 FIELD uri,       20,   uri
Index: /trunk/ippMonitor/def/detRun.d
===================================================================
--- /trunk/ippMonitor/def/detRun.d	(revision 9322)
+++ /trunk/ippMonitor/def/detRun.d	(revision 9323)
@@ -8,2 +8,3 @@
 FIELD iteration, 20,   iteration
 FIELD det_type,  20,   det_type
+FIELD state,     20,   state
Index: /trunk/ippMonitor/def/detStackedImfile.d
===================================================================
--- /trunk/ippMonitor/def/detStackedImfile.d	(revision 9322)
+++ /trunk/ippMonitor/def/detStackedImfile.d	(revision 9323)
@@ -13,3 +13,2 @@
 FIELD bg_stdev, 20,   bg_stdev
 FIELD bg_mean_stdev, 20,   bg_mean_stdev
-FIELD normalize, 20,   normalize
Index: /trunk/ippMonitor/def/newExp.d
===================================================================
--- /trunk/ippMonitor/def/newExp.d	(revision 9322)
+++ /trunk/ippMonitor/def/newExp.d	(revision 9323)
@@ -6,4 +6,5 @@
 #        field          name           show     link to         extras
 FIELD    exp_id,	20,   exposure ID
+FIELD    exp_tag,	20,   exposure Tag
 FIELD    camera,	20,   camera
 FIELD    telescope,	20,   telescope
Index: /trunk/ippMonitor/def/newImfile.d
===================================================================
--- /trunk/ippMonitor/def/newImfile.d	(revision 9322)
+++ /trunk/ippMonitor/def/newImfile.d	(revision 9323)
@@ -5,5 +5,5 @@
 
 #        field          name           show   link to         extras
-FIELD    exp_id,	20,   exposure ID
+FIELD    exp_tag,	20,   exposure Tag
 FIELD    class,		20,   class
 FIELD    class_id,	20,   class ID
Index: /trunk/ippMonitor/def/p1PendingExp.d
===================================================================
--- /trunk/ippMonitor/def/p1PendingExp.d	(revision 9322)
+++ /trunk/ippMonitor/def/p1PendingExp.d	(revision 9323)
@@ -5,5 +5,5 @@
 
 #     field       name         show     link to         extras
-FIELD exp_id,     20,   exposure ID, value,   rawImfile.php,  exp_id=$exp_id
+FIELD exp_tag,     20,   exposure ID, value,   rawImfile.php,  exp_tag=$exp_tag
 FIELD recipe,	  20,   recipe
 FIELD p1_version, 20,   p1 version
Index: /trunk/ippMonitor/def/p2PendingExp.d
===================================================================
--- /trunk/ippMonitor/def/p2PendingExp.d	(revision 9322)
+++ /trunk/ippMonitor/def/p2PendingExp.d	(revision 9323)
@@ -5,5 +5,5 @@
 
 #     field       name         show    link to         extras
-FIELD exp_id,     20,   exposure ID, value,  rawImfile.php,  exp_id=$exp_id
+FIELD exp_tag,     20,   exposure ID, value,  rawImfile.php,  exp_tag=$exp_tag
 FIELD recipe,	  20,   recipe
 FIELD p1_version, 20,   p1 version
Index: /trunk/ippMonitor/def/p2PendingImfile.d
===================================================================
--- /trunk/ippMonitor/def/p2PendingImfile.d	(revision 9322)
+++ /trunk/ippMonitor/def/p2PendingImfile.d	(revision 9323)
@@ -5,5 +5,5 @@
 
 #     field     name           show   link to     extras
-FIELD exp_id,	20,   exposure ID
+FIELD exp_tag,	20,   exposure Tag
 FIELD class_id, 20,   class ID
 FIELD uri,	20,   URI
Index: /trunk/ippMonitor/def/p2ProcessedExp.d
===================================================================
--- /trunk/ippMonitor/def/p2ProcessedExp.d	(revision 9322)
+++ /trunk/ippMonitor/def/p2ProcessedExp.d	(revision 9323)
@@ -5,5 +5,5 @@
 
 #     field       name         show   link to                 extras
-FIELD exp_id,     20,   exposure ID, value, p2ProcessedImfile.php,  exp_id=$exp_id
-FIELD p1_version, 20,   p1 version,  value, p1PendingExp.php        exp_id=$exp_id
+FIELD exp_tag,     20,   exposure ID, value, p2ProcessedImfile.php,  exp_tag=$exp_tag
+FIELD p1_version, 20,   p1 version,  value, p1PendingExp.php        exp_tag=$exp_tag
 FIELD p2_version, 20,   p2 version
Index: /trunk/ippMonitor/def/p2ProcessedImfile.d
===================================================================
--- /trunk/ippMonitor/def/p2ProcessedImfile.d	(revision 9322)
+++ /trunk/ippMonitor/def/p2ProcessedImfile.d	(revision 9323)
@@ -5,5 +5,5 @@
 
 #     field          name          show  link to     extras
-FIELD exp_id,	     20,   exposure ID
+FIELD exp_tag,	     20,   exposure Tag
 FIELD class_id,	     20,   class ID
 FIELD uri,	     20,   URI
Index: /trunk/ippMonitor/def/p3PendingExp.d
===================================================================
--- /trunk/ippMonitor/def/p3PendingExp.d	(revision 9322)
+++ /trunk/ippMonitor/def/p3PendingExp.d	(revision 9323)
@@ -5,5 +5,5 @@
 
 #     field       name          show   link to                extras
-FIELD exp_id,	  20,   exposure ID,  value, p2ProcessedImfile.php, exp_id=$exp_id
-FIELD p2_version, 20,   p2 version,   value, p2ProcessedExp.php,    exp_id=$exp_id
+FIELD exp_tag,	  20,   exposure ID,  value, p2ProcessedImfile.php, exp_tag=$exp_tag
+FIELD p2_version, 20,   p2 version,   value, p2ProcessedExp.php,    exp_tag=$exp_tag
 FIELD p3_version, 20,   p3 version
Index: /trunk/ippMonitor/def/pzPendingImfile.d
===================================================================
--- /trunk/ippMonitor/def/pzPendingImfile.d	(revision 9322)
+++ /trunk/ippMonitor/def/pzPendingImfile.d	(revision 9323)
@@ -6,4 +6,6 @@
 #        field        name             show   link to         extras
 FIELD    exp_id,      20,   exposure ID
+FIELD    camera,      20,   camera
+FIELD    telescope,   20,   telescope
 FIELD    bytes,	      20,   number of bytes
 FIELD    md5sum,      20,   checksum
Index: /trunk/ippMonitor/def/rawDetrendExp.d
===================================================================
--- /trunk/ippMonitor/def/rawDetrendExp.d	(revision 9322)
+++ /trunk/ippMonitor/def/rawDetrendExp.d	(revision 9323)
@@ -5,5 +5,5 @@
 
 #        field        name           show     link to         extras
-FIELD    exp_id,      20,   exposure ID,   value,   rawImfile.php,  exp_id=$exp_id
+FIELD    exp_tag,      20,   exposure ID,   value,   rawImfile.php,  exp_tag=$exp_tag
 FIELD    telescope,   20,   Telescope
 FIELD    camera,      20,   Camera
@@ -22,2 +22,3 @@
 # FIELD    ccd_temp,  20,   ccd_temp    
 # FIELD    posang,    20,   posang      
+# FIELD    object,    20,   object
Index: /trunk/ippMonitor/def/rawDetrendExp_detrend.d
===================================================================
--- /trunk/ippMonitor/def/rawDetrendExp_detrend.d	(revision 9322)
+++ /trunk/ippMonitor/def/rawDetrendExp_detrend.d	(revision 9323)
@@ -5,5 +5,5 @@
 
 #        field        name           show     link to         extras
-FIELD    exp_id,      20,   exposure ID,   value,   rawImfile.php,  exp_id=$exp_id
+FIELD    exp_tag,      20,   exposure ID,   value,   rawImfile.php,  exp_tag=$exp_tag
 FIELD    telescope,   20,   Telescope
 FIELD    camera,      20,   Camera
Index: /trunk/ippMonitor/def/rawImfile.d
===================================================================
--- /trunk/ippMonitor/def/rawImfile.d	(revision 9322)
+++ /trunk/ippMonitor/def/rawImfile.d	(revision 9323)
@@ -5,5 +5,5 @@
 
 #        field        name   show         link to         extras
-FIELD    exp_id,      15,    Exposure
+FIELD    exp_tag,      15,    Exposure
 FIELD    class_id,    8,     Chip ID
 FIELD    bg,	      20,    backgnd
@@ -22,2 +22,3 @@
 # FIELD    ccd_temp,  20,   ccd_temp
 # FIELD    posang,    20,   posang
+# FIELD    object,    20,   object
Index: /trunk/ippMonitor/def/rawScienceExp.d
===================================================================
--- /trunk/ippMonitor/def/rawScienceExp.d	(revision 9322)
+++ /trunk/ippMonitor/def/rawScienceExp.d	(revision 9323)
@@ -5,5 +5,5 @@
 
 #        field        name           show    link to         extras
-FIELD    exp_id,      20,   exposure ID,   value,   rawImfile.php,  exp_id=$exp_id,camera=$camera,foo=bar
+FIELD    exp_tag,     20,   exposure Tag,   value,   rawImfile.php,  exp_tag=$exp_tag,camera=$camera,foo=bar
 FIELD    telescope,   20,   Telescope,     value,  telescopes.php
 FIELD    camera,      20,   Camera
@@ -22,2 +22,3 @@
 # FIELD    ccd_temp, 20,   ccd_temp    
 # FIELD    posang, 20,   posang      
+# FIELD    object,    20,   object
