Index: /trunk/ippMonitor/def/camPendingExp.d
===================================================================
--- /trunk/ippMonitor/def/camPendingExp.d	(revision 14043)
+++ /trunk/ippMonitor/def/camPendingExp.d	(revision 14044)
@@ -6,8 +6,8 @@
 WHERE camPendingExp.chip_id = chipProcessedExp.chip_id
 
-ARGS  ARG1  chipProcessedExp.exp_tag=$chipProcessedExp.exp_tag
+ARGS  ARG1  chipProcessedExp.exp_id=$chipProcessedExp.exp_id
 
 #     field                     size  name          show   link to                  extras
-FIELD chipProcessedExp.exp_tag,	20,   exposure ID,  value, chipProcessedImfile.php, ARG1
+FIELD chipProcessedExp.exp_id,	20,   exposure ID,  value, chipProcessedImfile.php, ARG1
 FIELD camPendingExp.chip_id,    20,   chip ID,      value, chipProcessedExp.php,    ARG1
 FIELD camPendingExp.cam_id,     20,   cam ID
Index: /trunk/ippMonitor/def/camProcessedExp.d
===================================================================
--- /trunk/ippMonitor/def/camProcessedExp.d	(revision 14043)
+++ /trunk/ippMonitor/def/camProcessedExp.d	(revision 14044)
@@ -5,5 +5,5 @@
 
 WHERE camProcessedExp.chip_id = chipProcessedExp.chip_id
-WHERE chipProcessedExp.exp_tag = rawExp.exp_tag
+WHERE chipProcessedExp.exp_id = rawExp.exp_id
 
 # define image names to be used below
@@ -14,8 +14,8 @@
 ARGS  ARG1  camera=$rawExp.camera
 ARGS  ARG1  basename=$camProcessedExp.path_base
-ARGS  ARG1  exp_tag=$chipProcessedExp.exp_tag
+ARGS  ARG1  exp_id=$chipProcessedExp.exp_id
 
 #     field                           size  name       show        link to                  extras
-FIELD chipProcessedExp.exp_tag,       15,   Exposure,  value
+FIELD chipProcessedExp.exp_id,        5,    Exp ID,    value
 FIELD *, 	     		      8,    image,     image=JPEG, chipProcessedImfile.php, ARG1
 FIELD camProcessedExp.bg,	      8,    backgnd,   value
Index: /trunk/ippMonitor/def/chipPendingExp.d
===================================================================
--- /trunk/ippMonitor/def/chipPendingExp.d	(revision 14043)
+++ /trunk/ippMonitor/def/chipPendingExp.d	(revision 14044)
@@ -5,11 +5,11 @@
 
 # limit this table to non-OBJECT types of images
-WHERE chipPendingExp.exp_tag = rawExp.exp_tag
+WHERE chipPendingExp.exp_id = rawExp.exp_id
 
-ARGS  ARG1  exp_tag=$exp_tag
+ARGS  ARG1  exp_id=$exp_id
 
 #     field                   size  name         show    link to         extras
 FIELD chipPendingExp.chip_id,    7, chip ID
-FIELD chipPendingExp.exp_tag,   20, exposure ID, value,  rawImfile.php,  ARG1
+FIELD chipPendingExp.exp_id,     5, exposure ID, value,  rawImfile.php,  ARG1
 FIELD rawExp.telescope,      	10, Telescope
 FIELD rawExp.camera,         	10, Camera
Index: /trunk/ippMonitor/def/chipPendingImfile.d
===================================================================
--- /trunk/ippMonitor/def/chipPendingImfile.d	(revision 14043)
+++ /trunk/ippMonitor/def/chipPendingImfile.d	(revision 14044)
@@ -4,9 +4,9 @@
 MENU  ipp.imfiles.dat
 
-#     field     name           show   link to     extras
-FIELD exp_tag,	20,   exposure Tag
-FIELD class_id, 20,   class ID
-FIELD uri,	20,   URI
-FIELD recipe,	20,   recipe
-FIELD guide_version, 20,   guide version
-FIELD chip_version, 20,   chip version
+#     field          size  name           show   link to     extras
+FIELD exp_id,	      5,   Exp ID
+FIELD class_id,       5,   Class ID
+FIELD uri,	      5,   URI
+FIELD recipe,	      5,   recipe
+FIELD guide_version,  5,   guide version
+FIELD chip_version,   5,   chip version
Index: /trunk/ippMonitor/def/chipProcessedExp.d
===================================================================
--- /trunk/ippMonitor/def/chipProcessedExp.d	(revision 14043)
+++ /trunk/ippMonitor/def/chipProcessedExp.d	(revision 14044)
@@ -4,8 +4,8 @@
 MENU  ipp.science.dat
 
-ARGS  ARG1  exp_tag=$exp_tag
+ARGS  ARG1  exp_id=$exp_id
 
 #     field          size  name           show     link to                   extras
-FIELD exp_tag,       20,   exposure ID,   value,   chipProcessedImfile.php,  ARG1
+FIELD exp_id,        20,   Exp ID,        value,   chipProcessedImfile.php,  ARG1
 FIELD chip_id,       20,   Chip ID
 FIELD guide_id,      20,   guide ID,      value,   guideProcessedExp.php,    ARG1
Index: /trunk/ippMonitor/def/chipProcessedImfile.d
===================================================================
--- /trunk/ippMonitor/def/chipProcessedImfile.d	(revision 14043)
+++ /trunk/ippMonitor/def/chipProcessedImfile.d	(revision 14044)
@@ -7,5 +7,5 @@
 
 #     field                          	  size  name        show  link to     extras
-FIELD chipProcessedExp.exp_tag,	     	  15,   Exposure
+FIELD chipProcessedExp.exp_id,	     	  15,   Exposure
 FIELD chipProcessedImfile.class_id,  	  8,    Chip ID
 FIELD chipProcessedImfile.bg,	     	  8,    backgnd
Index: /trunk/ippMonitor/def/detInputExp.d
===================================================================
--- /trunk/ippMonitor/def/detInputExp.d	(revision 14043)
+++ /trunk/ippMonitor/def/detInputExp.d	(revision 14044)
@@ -5,13 +5,13 @@
 
 # limit this table to non-OBJECT types of images
-WHERE detInputExp.exp_tag = rawExp.exp_tag
+WHERE detInputExp.exp_id = rawExp.exp_id
 
-ARGS  ARG1  rawImfile.exp_tag=$detInputExp.exp_tag
+ARGS  ARG1  rawImfile.exp_id=$detInputExp.exp_id
 
-ARGS  ARG2  detResidImfile.exp_tag=$detInputExp.exp_tag
+ARGS  ARG2  detResidImfile.exp_id=$detInputExp.exp_id
 ARGS  ARG2  detResidImfile.det_id=$detInputExp.det_id
 ARGS  ARG2  detResidImfile.iteration=$detInputExp.iteration
 
-ARGS  ARG2  detProcessedImfile.exp_tag=$detInputExp.exp_tag
+ARGS  ARG2  detProcessedImfile.exp_id=$detInputExp.exp_id
 ARGS  ARG2  detProcessedImfile.det_id=$detInputExp.det_id
 ARGS  ARG2  detProcessedImfile.iteration=$detInputExp.iteration
@@ -22,8 +22,9 @@
 
 #     field                  width 	name        show         link to                 extras
-FIELD detInputExp.det_id,    7,    	det_id
-FIELD detInputExp.iteration, 5,    	iteration
-FIELD detInputExp.exp_tag,   20,   	exposure,   value,       rawImfile.php,          ARG1
-FIELD detInputExp.include,   7,   	include
+FIELD detInputExp.det_id,     7,    	Det ID
+FIELD detInputExp.iteration,  5,    	iteration
+FIELD detInputExp.exp_id,     5,   	Exp ID,     value,       rawImfile.php,          ARG1
+FIELD rawExp.exp_name,        5,   	Exp Name,   value,       rawImfile.php,          ARG1
+FIELD detInputExp.include,    7,   	include
 FIELD rawExp.telescope,      10,   	Telescope
 FIELD rawExp.camera,         10,   	Camera
Index: /trunk/ippMonitor/def/detProcessedExp.d
===================================================================
--- /trunk/ippMonitor/def/detProcessedExp.d	(revision 14043)
+++ /trunk/ippMonitor/def/detProcessedExp.d	(revision 14044)
@@ -5,5 +5,5 @@
 
 # the following WHERE clauses are added to all queries joined by AND
-WHERE detProcessedExp.exp_tag = rawExp.exp_tag
+WHERE detProcessedExp.exp_id = rawExp.exp_id
 
 # define image names to be used below
@@ -12,5 +12,5 @@
 
 ARGS  ARG1 det_id=$detProcessedExp.det_id
-ARGS  ARG1 exp_tag=$detProcessedExp.exp_tag
+ARGS  ARG1 exp_id=$detProcessedExp.exp_id
 ARGS  ARG1 camera=$rawExp.camera
 ARGS  ARG1 basename=$detProcessedExp.path_base
@@ -21,5 +21,6 @@
 FIELD detProcessedExp.det_id,     7,   	Det ID,    value
 FIELD rawExp.camera,             10,    camera,    value
-FIELD detProcessedExp.exp_tag, 	 15,   	Exposure,  value
+FIELD detProcessedExp.exp_id, 	  5,   	Exp ID,    value
+FIELD rawExp.exp_name, 	          5,   	Exp Name,  value
 FIELD *, 	  		  8,   	image,     image=JPEG2,  detProcessedImfile.php, ARG1
 FIELD detProcessedExp.bg, 	  8,   	backgnd,   value
Index: /trunk/ippMonitor/def/detProcessedImfile.d
===================================================================
--- /trunk/ippMonitor/def/detProcessedImfile.d	(revision 14043)
+++ /trunk/ippMonitor/def/detProcessedImfile.d	(revision 14044)
@@ -1,17 +1,19 @@
-TABLE detProcessedImfile
+TABLE detProcessedImfile, rawExp
 TITLE detProcessedImfile
 FILE  detProcessedImfile.php
 MENU  ipp.imfiles.dat
 
-#     field        size   name      show   link to     extras
-FIELD det_id,        7,   Det ID
-FIELD exp_tag, 	    15,   Exposure
-FIELD class_id,      8,   Chip ID
-FIELD bg, 	     8,   backgnd
-FIELD bg_stdev,      8,   stdev
-FIELD bg_mean_stdev, 8,   [stdev]
-# FIELD recipe,     10,   recipe
-# FIELD uri, 	    20,   uri
-# FIELD path_base,  20,   path_base
+# the following WHERE clauses are added to all queries joined by AND
+WHERE detResidExp.exp_id = rawExp.exp_id
+
+#     field                             size   name      show   link to     extras
+FIELD detProcessedImfile.det_id,        7,   Det ID
+FIELD detProcessedImfile.exp_id,        5,   Exp ID
+FIELD rawExp.exp_name,                  5,   Exp Name
+FIELD detProcessedImfile.class_id,      8,   Chip ID
+FIELD detProcessedImfile.bg, 	        8,   backgnd
+FIELD detProcessedImfile.bg_stdev,      8,   stdev
+FIELD detProcessedImfile.bg_mean_stdev, 8,   [stdev]
+FIELD detProcessedImfile.path_base,     5,   path_base
 
 TAIL PHP insert_image ('PPIMAGE.JPEG1');
Index: /trunk/ippMonitor/def/detResidExp.d
===================================================================
--- /trunk/ippMonitor/def/detResidExp.d	(revision 14043)
+++ /trunk/ippMonitor/def/detResidExp.d	(revision 14044)
@@ -5,5 +5,5 @@
 
 # the following WHERE clauses are added to all queries joined by AND
-WHERE detResidExp.exp_tag = rawExp.exp_tag
+WHERE detResidExp.exp_id = rawExp.exp_id
 
 # define image names to be used below
@@ -12,9 +12,9 @@
 
 # define the arguments supplied to the links below (if any)
-ARGS  ARG1 exp_tag=$detResidExp.exp_tag
+ARGS  ARG1 exp_id=$detResidExp.exp_id
 
 ARGS  ARG2 det_id=$detResidExp.det_id
 ARGS  ARG2 iteration=$detResidExp.iteration
-ARGS  ARG2 exp_tag=$detResidExp.exp_tag
+ARGS  ARG2 exp_id=$detResidExp.exp_id
 ARGS  ARG2 camera=$rawExp.camera
 ARGS  ARG2 basename=$detResidExp.path_base
@@ -25,5 +25,6 @@
 FIELD detResidExp.det_id,        7,   Det ID,    value
 FIELD rawExp.camera,            10,   camera,    value
-FIELD detResidExp.exp_tag, 	15,   Exposure,  value,       rawImfile.php,       ARG1
+FIELD detResidExp.exp_id, 	 5,   Exp ID,    value,       rawImfile.php,       ARG1
+FIELD rawExp.exp_name, 	         5,   Exp Name,  value,       rawImfile.php,       ARG1
 FIELD detResidExp.iteration,     5,   iter,      value
 FIELD *,    	                 8,   image,     image=JPEG2, detResidImfile.php,  ARG2
Index: /trunk/ippMonitor/def/detResidImfile.d
===================================================================
--- /trunk/ippMonitor/def/detResidImfile.d	(revision 14043)
+++ /trunk/ippMonitor/def/detResidImfile.d	(revision 14044)
@@ -1,18 +1,20 @@
-TABLE detResidImfile
+TABLE detResidImfile, rawExp
 TITLE detResidImfile
 FILE  detResidImfile.php
 MENU  ipp.imfiles.dat
 
-#     field        size   name        show  link to     extras
-FIELD det_id,        7,   Det ID
-FIELD exp_tag,      15,   Exposure
-FIELD class_id,      8,   Chip ID
-FIELD bg,            8,   backgnd
-FIELD bg_stdev,      8,   bg stdev
-FIELD bg_mean_stdev, 8,   [stdev]
-FIELD iteration,     5,   iter
-# FIELD uri,        20,   uri
-# FIELD recipe,     20,   recipe
-FIELD path_base,  20,   path_base
+# the following WHERE clauses are added to all queries joined by AND
+WHERE detResidExp.exp_id = rawExp.exp_id
+
+#     field                         size   name        show  link to     extras
+FIELD detResidImfile.det_id,        7,   Det ID
+FIELD detResidImfile.exp_id,        5,   Exp ID
+FIELD rawExp.exp_name,              5,   Exp Name
+FIELD detResidImfile.class_id,      8,   Chip ID
+FIELD detResidImfile.bg,            8,   backgnd
+FIELD detResidImfile.bg_stdev,      8,   bg stdev
+FIELD detResidImfile.bg_mean_stdev, 8,   [stdev]
+FIELD detResidImfile.iteration,     5,   iter
+FIELD detResidImfile.path_base,     5,   path_base
 
 TAIL PHP insert_image ('PPIMAGE.JPEG1');
Index: /trunk/ippMonitor/def/guidePendingExp.d
===================================================================
--- /trunk/ippMonitor/def/guidePendingExp.d	(revision 14043)
+++ /trunk/ippMonitor/def/guidePendingExp.d	(revision 14044)
@@ -4,8 +4,9 @@
 MENU  ipp.science.dat
 
-ARGS  ARG1  exp_tag=$exp_tag
+ARGS  ARG1  exp_id=$exp_id
 
-#     field       name         show     link to         extras
-FIELD exp_tag,     20,   exposure ID, value,   rawImfile.php,  ARG1
-FIELD recipe,	  20,   recipe
-FIELD guide_version, 20,   guide version
+#     field          size name       show     link to         extras
+FIELD exp_id,        5,   Exp ID,    value,   rawImfile.php,  ARG1
+FIELD exp_name,      5,   Exp Name,  value,   rawImfile.php,  ARG1
+FIELD recipe,	     5,   recipe
+FIELD guide_version, 5,   guide version
Index: /trunk/ippMonitor/def/newExp.d
===================================================================
--- /trunk/ippMonitor/def/newExp.d	(revision 14043)
+++ /trunk/ippMonitor/def/newExp.d	(revision 14044)
@@ -4,8 +4,10 @@
 MENU  ipp.copy.dat
 
+WHERE state != 'stop'
+
 #        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
-FIELD    imfiles,	20,   N imfiles
+FIELD    exp_id,	5,   exposure ID
+FIELD    tmp_exp_name,	10,  exposure Name
+FIELD    tmp_camera,	5,   camera
+FIELD    tmp_telescope,	5,   telescope
+FIELD    state,	        5,   state
Index: /trunk/ippMonitor/def/newImfile.d
===================================================================
--- /trunk/ippMonitor/def/newImfile.d	(revision 14043)
+++ /trunk/ippMonitor/def/newImfile.d	(revision 14044)
@@ -5,6 +5,5 @@
 
 #        field          name           show   link to         extras
-FIELD    exp_tag,	20,   exposure Tag
-FIELD    class,		20,   class
-FIELD    class_id,	20,   class ID
-FIELD    uri,		20,   URI
+FIELD    exp_id,	5,   exposure ID
+FIELD    tmp_class_id,	5,   class ID
+FIELD    uri,		5,   URI
Index: /trunk/ippMonitor/def/pzPendingExp.d
===================================================================
--- /trunk/ippMonitor/def/pzPendingExp.d	(revision 14043)
+++ /trunk/ippMonitor/def/pzPendingExp.d	(revision 14044)
@@ -4,6 +4,6 @@
 MENU  ipp.copy.dat
 
-#        field          name           show     link to         extras
-FIELD    exp_id,	20,   exposures ID
-FIELD    camera, 	20,   camera
-FIELD    telescope,	20,   telescope
+#        field          size name           show     link to         extras
+FIELD    exp_name,	5,   exposures ID
+FIELD    camera, 	5,   camera
+FIELD    telescope,	5,   telescope
Index: /trunk/ippMonitor/def/pzPendingImfile.d
===================================================================
--- /trunk/ippMonitor/def/pzPendingImfile.d	(revision 14043)
+++ /trunk/ippMonitor/def/pzPendingImfile.d	(revision 14044)
@@ -5,7 +5,8 @@
 
 #        field        name             show   link to         extras
-FIELD    exp_id,      20,   exposure ID
-FIELD    camera,      20,   camera
-FIELD    telescope,   20,   telescope
-FIELD    class,	      20,   class
-FIELD    class_id,    20,   class ID 
+FIELD    exp_id,      5,   Exp ID
+FIELD    exp_name,    5,   Exp Name
+FIELD    camera,      5,   camera
+FIELD    telescope,   5,   telescope
+FIELD    class,	      5,   class
+FIELD    class_id,    5,   class ID 
Index: /trunk/ippMonitor/def/rawDetrendExp.d
===================================================================
--- /trunk/ippMonitor/def/rawDetrendExp.d	(revision 14043)
+++ /trunk/ippMonitor/def/rawDetrendExp.d	(revision 14044)
@@ -7,8 +7,9 @@
 WHERE rawExp.exp_type != 'OBJECT'
 
-ARGS ARG1 exp_tag=$exp_tag
+ARGS ARG1 exp_id=$exp_id
 
-#        field        name  show           link to  extras
-FIELD    exp_tag,     10,   exposure ID,   value,   rawImfile.php,  ARG1
+#        field        size  name       show     link to         extras
+FIELD    exp_id,      5,    Exp ID
+FIELD    exp_name,    10,   Exp Name,  value,   rawImfile.php,  ARG1
 FIELD    telescope,   10,   Telescope
 FIELD    camera,      10,   Camera
Index: /trunk/ippMonitor/def/rawDetrendExp_detrend.d
===================================================================
--- /trunk/ippMonitor/def/rawDetrendExp_detrend.d	(revision 14043)
+++ /trunk/ippMonitor/def/rawDetrendExp_detrend.d	(revision 14044)
@@ -7,8 +7,9 @@
 WHERE rawExp.exp_type != 'OBJECT'
 
-ARGS ARG1 exp_tag=$exp_tag
+ARGS ARG1 exp_id=$exp_id
 
 #        field        size  name           show     link to         extras
-FIELD    exp_tag,     10,   exposure ID,   value,   rawImfile.php,  ARG1
+FIELD    exp_id,       5,   Exp ID
+FIELD    exp_name,    10,   Exp Name,     value,   rawImfile.php,  ARG1
 FIELD    telescope,   10,   Telescope
 FIELD    camera,      10,   Camera
Index: /trunk/ippMonitor/def/rawExp_failed.d
===================================================================
--- /trunk/ippMonitor/def/rawExp_failed.d	(revision 14043)
+++ /trunk/ippMonitor/def/rawExp_failed.d	(revision 14044)
@@ -1,4 +1,4 @@
 TABLE rawExp
-TITLE Raw Detrend Exposures
+TITLE Failed Raw Exposures
 FILE  rawExp_failed.php
 MENU  ipp.copy.dat
@@ -7,6 +7,9 @@
 WHERE fault > 0
 
-#        field        name  show           link to  extras
-FIELD    exp_tag,     10,   exposure ID,   value,   rawImfile.php,  exp_tag=$exp_tag
+ARGS ARG1 exp_id=$exp_id
+
+#        field        size  name       show     link to         extras
+FIELD    exp_id,      5,    Exp ID
+FIELD    exp_name,    10,   Exp Name,  value,   rawImfile.php,  ARG1
 FIELD    telescope,   10,   Telescope
 FIELD    camera,      10,   Camera
Index: /trunk/ippMonitor/def/rawImfile.d
===================================================================
--- /trunk/ippMonitor/def/rawImfile.d	(revision 14043)
+++ /trunk/ippMonitor/def/rawImfile.d	(revision 14044)
@@ -4,8 +4,9 @@
 MENU  ipp.imfiles.dat
 
-HEAD PHP insert_backref ("rawUnknownExp.php", "exp_tag", $ID['link']);
+HEAD PHP insert_backref ("rawExp.php", "exp_id", $ID['link']);
 
 #        field        name   show         link to         extras
-FIELD    exp_tag,      15,    Exposure
+FIELD    exp_id,        5,    Exp ID
+FIELD    exp_name,      5,    Exposure
 FIELD    class_id,      8,    Chip ID
 FIELD    bg,	        8,    backgnd
Index: /trunk/ippMonitor/def/rawImfile_failed.d
===================================================================
--- /trunk/ippMonitor/def/rawImfile_failed.d	(revision 14043)
+++ /trunk/ippMonitor/def/rawImfile_failed.d	(revision 14044)
@@ -1,12 +1,13 @@
 TABLE rawImfile
-TITLE Raw Image File
+TITLE Failed Raw Image Files
 FILE  rawImfile.php
 MENU  ipp.copy.dat
 
-HEAD PHP insert_backref ("rawUnknownExp.php", "exp_tag", $ID['link']);
+HEAD PHP insert_backref ("rawExp.php", "exp_id", $ID['link']);
 WHERE fault > 0
 
 #        field        name   show         link to         extras
-FIELD    exp_tag,      15,    Exposure
+FIELD    exp_id,        5,    Exp ID
+FIELD    exp_name,      5,    Exposure
 FIELD    class_id,      8,    Chip ID
 FIELD    bg,	        8,    backgnd
Index: /trunk/ippMonitor/def/rawScienceExp.d
===================================================================
--- /trunk/ippMonitor/def/rawScienceExp.d	(revision 14043)
+++ /trunk/ippMonitor/def/rawScienceExp.d	(revision 14044)
@@ -7,11 +7,10 @@
 WHERE rawExp.exp_type = 'OBJECT'
 
-ARGS ARG1 exp_tag=$exp_tag
-ARGS ARG1 camera=$camera
-ARGS ARG1 foo=bar
+ARGS ARG1 exp_id=$exp_id
 
 #        field        size name           show          link to   extras
-FIELD    exp_tag,     10,  exposure Tag, value,    rawImfile.php,  ARG1
-FIELD    telescope,   10,  Telescope,    value,    telescopes.php
+FIELD    exp_id,       5,  Exp ID
+FIELD    exp_name,    10,  Exp Name,     value,   rawImfile.php,  ARG1
+FIELD    telescope,   10,  Telescope
 FIELD    camera,      10,  Camera
 FIELD    exp_type,     8,  Type    
Index: /trunk/ippMonitor/def/rawUnknownExp.d
===================================================================
--- /trunk/ippMonitor/def/rawUnknownExp.d	(revision 14043)
+++ /trunk/ippMonitor/def/rawUnknownExp.d	(revision 14044)
@@ -1,5 +1,5 @@
 TABLE rawExp
-TITLE Raw Detrend Exposures
-FILE  rawDetrendExp.php
+TITLE Raw Unknown Exposures
+FILE  rawUnknownExp.php
 MENU  ipp.copy.dat
 
@@ -7,8 +7,9 @@
 WHERE rawExp.exp_type is NULL
 
-ARGS ARG1 exp_tag=$exp_tag
+ARGS ARG1 exp_id=$exp_id
 
 #        field        size  name           show     link to        extras
-FIELD    exp_tag,     10,   exposure ID,   value,   rawImfile.php, ARG1 
+FIELD    exp_id,       5,   Exp ID
+FIELD    exp_name,    10,   Exp Name,     value,   rawImfile.php,  ARG1
 FIELD    telescope,   10,   Telescope
 FIELD    camera,      10,   Camera
Index: /trunk/ippMonitor/def/summitExp.d
===================================================================
--- /trunk/ippMonitor/def/summitExp.d	(revision 14043)
+++ /trunk/ippMonitor/def/summitExp.d	(revision 14044)
@@ -4,8 +4,9 @@
 MENU  ipp.copy.dat
 
-#        field        name           show    link to         extras
-FIELD    exp_id,      20,   exposure ID
-FIELD    camera,      20,   camera
-FIELD    telescope,   20,   telescope
-FIELD    exp_type,    20,   type
-FIELD    uri,         20,   URI
+#        field        size, name           show    link to         extras
+FIELD    exp_name,    5,    exposure ID
+FIELD    camera,      5,    camera
+FIELD    telescope,   5,    telescope
+FIELD    dateobs,     5,    date/time
+FIELD    exp_type,    5,    type
+FIELD    uri,         5,    URI
Index: /trunk/ippMonitor/def/warpInputExp.d
===================================================================
--- /trunk/ippMonitor/def/warpInputExp.d	(revision 14043)
+++ /trunk/ippMonitor/def/warpInputExp.d	(revision 14044)
@@ -7,8 +7,9 @@
 WHERE camProcessedExp.chip_id = chipProcessedExp.chip_id
 
-#        field                     size name           show     link to         extras
-FIELD    warpInputExp.warp_id,	   20,  warp ID
-FIELD    chipProcessedExp.exp_tag, 20,  exp tag
-FIELD    chipProcessedExp.chip_id, 20,  chip ID
-FIELD    camProcessedExp.cam_id,   20,  cam ID
+#        field                      size name           show     link to         extras
+FIELD    warpInputExp.warp_id,	    5,  warp ID
+FIELD    chipProcessedExp.exp_id,   5,  Exp ID
+FIELD    chipProcessedExp.exp_name, 5,  Exp Name
+FIELD    chipProcessedExp.chip_id,  5,  chip ID
+FIELD    camProcessedExp.cam_id,    5,  cam ID
 FIELD    magiced,                   5,  magic?
Index: /trunk/ippMonitor/def/warpSkycellMap.d
===================================================================
--- /trunk/ippMonitor/def/warpSkycellMap.d	(revision 14043)
+++ /trunk/ippMonitor/def/warpSkycellMap.d	(revision 14044)
@@ -8,7 +8,8 @@
 
 #        field                      size  name           show     link to         extras
-FIELD    warpSkyCellMap.warp_id,    20,   warp ID
-FIELD    warpSkyCellMap.skycell_id, 20,   skycell ID
-FIELD    warpSkyCellMap.tess_id,    20,   tessellation ID
-FIELD    chipProcessedExp.exp_tag,  20,   exposure tag
-FIELD    warpSkyCellMap.class_id,   20,   class ID
+FIELD    warpSkyCellMap.warp_id,    5,   Warp ID
+FIELD    warpSkyCellMap.skycell_id, 5,   Skycell ID
+FIELD    warpSkyCellMap.tess_id,    5,   Tessellation ID
+FIELD    chipProcessedExp.exp_id,   5,   Exp ID
+FIELD    chipProcessedExp.exp_name, 5,   Exp Name
+FIELD    warpSkyCellMap.class_id,   5,   Class ID
