Index: trunk/ippMonitor/Makefile.in
===================================================================
--- trunk/ippMonitor/Makefile.in	(revision 15969)
+++ trunk/ippMonitor/Makefile.in	(revision 15970)
@@ -65,4 +65,5 @@
 $(DESTWWW)/camPendingExp.php \
 $(DESTWWW)/camProcessedExp.php \
+$(DESTWWW)/camProcessedImfile.php \
 $(DESTWWW)/pzPendingExp.php \
 $(DESTWWW)/pzPendingImfile.php \
Index: trunk/ippMonitor/def/stackInputSkyfile.d
===================================================================
--- trunk/ippMonitor/def/stackInputSkyfile.d	(revision 15969)
+++ trunk/ippMonitor/def/stackInputSkyfile.d	(revision 15970)
@@ -4,5 +4,5 @@
 MENU  ipp.stack.dat
 
-#        field          format  name           show     link to         extras
-FIELD    stack_id,	%s,     20,   stack ID
-FIELD    warp_id,	%s,     20,   warp ID
+#        field          size  format  name           show     link to         extras
+FIELD    stack_id,	 5,   %s,     stack ID
+FIELD    warp_id,	 5,   %s,     warp ID
Index: trunk/ippMonitor/def/stackRun.d
===================================================================
--- trunk/ippMonitor/def/stackRun.d	(revision 15969)
+++ trunk/ippMonitor/def/stackRun.d	(revision 15970)
@@ -4,10 +4,10 @@
 MENU  ipp.stack.dat
 
-#        field          format  name           show     link to         extras
-FIELD    stack_id,	%s,     20,   stack ID
-FIELD    skycell_id,	%s,     20,   skycell ID
-FIELD    tess_id,	%s,     20,   tessellation ID
-FIELD    state,		%s,     20,   state
-FIELD    workdir,	%s,     20,   workdir
-FIELD    dvodb,		%s,     20,   DVO database
-FIELD    registered,	%s,     20,   time registered
+#        field          size  format  name           show     link to         extras
+FIELD    stack_id,	 5,   %s,     stack ID
+FIELD    skycell_id,	 5,   %s,     skycell ID
+FIELD    tess_id,	 5,   %s,     tessellation ID
+FIELD    state,		 5,   %s,     state
+FIELD    workdir,	10,   %s,     workdir
+FIELD    dvodb,		10,   %s,     DVO database
+FIELD    registered,	 5,   %s,     time registered
Index: trunk/ippMonitor/def/stackSumSkyfile.d
===================================================================
--- trunk/ippMonitor/def/stackSumSkyfile.d	(revision 15969)
+++ trunk/ippMonitor/def/stackSumSkyfile.d	(revision 15970)
@@ -4,7 +4,7 @@
 MENU  ipp.stack.dat
 
-#        field          format  name           show     link to         extras
-FIELD    stack_id,	%s,     20,   stack ID
-FIELD    URI,		%s,     20,   URI
-FIELD    bg,		%s,     20,   background
-FIELD    bg_stdev,	%s,     20,   standard deviation
+#        field           size format  name           show     link to         extras
+FIELD    stack_id,	 5,   %s,     stack ID
+FIELD    URI,		 5,   %s,     URI
+FIELD    bg,		 5,   %s,     background
+FIELD    bg_stdev,	 5,   %s,     standard deviation
Index: trunk/ippMonitor/def/warpInputExp.d
===================================================================
--- trunk/ippMonitor/def/warpInputExp.d	(revision 15969)
+++ trunk/ippMonitor/def/warpInputExp.d	(revision 15970)
@@ -1,3 +1,3 @@
-TABLE warpInputExp, camProcessedExp, chipProcessedExp
+TABLE warpInputExp, camProcessedExp, chipRun, rawExp
 TITLE warpInputExp
 FILE  warpInputExp.php
@@ -5,11 +5,12 @@
 
 WHERE warpInputExp.cam_id = camProcessedExp.cam_id
-WHERE camProcessedExp.chip_id = chipProcessedExp.chip_id
+WHERE camProcessedExp.chip_id = chipRun.chip_id
+WHERE chipRun.exp_id = rawExp.exp_id
 
-#        field                      size format  name           show     link to         extras
-FIELD    warpInputExp.warp_id,	    5,   %s,     warp ID
-FIELD    chipProcessedExp.exp_id,   5,   %s,     Exp ID
-FIELD    chipProcessedExp.exp_name, 5,   %s,     Exp Name
-FIELD    chipProcessedExp.chip_id,  5,   %s,     chip ID
-FIELD    camProcessedExp.cam_id,    5,   %s,     cam ID
-FIELD    magiced,                   5,   %s,     magic?
+#        field                        size format  name           show     link to         extras
+FIELD    rawExp.exp_tag,               5,   %s,     Exp Tag
+FIELD    chipRun.exp_id,   	       5,   %s,     Exp ID
+FIELD    chipRun.chip_id,  	       5,   %s,     Chip ID
+FIELD    camProcessedExp.cam_id,       5,   %s,     Cam ID
+FIELD    warpInputExp.warp_id,	       5,   %s,     Warp ID
+FIELD    warpInputExp.magiced,         5,   %s,     magic?
Index: trunk/ippMonitor/def/warpRun.d
===================================================================
--- trunk/ippMonitor/def/warpRun.d	(revision 15969)
+++ trunk/ippMonitor/def/warpRun.d	(revision 15970)
@@ -4,9 +4,9 @@
 MENU  ipp.warp.dat
 
-#        field          format  name           show     link to         extras
-FIELD    warp_id,	%s,     20,   warp ID
-FIELD    mode,	 	%s,     20,   mode
-FIELD    state,		%s,     20,   state
-FIELD    workdir,       %s,     20,   workdir
-FIELD    dvodb,		%s,     20,   DVO database
-FIELD    registered,    %s,     20,   time registered
+#        field          size  format  name           show     link to         extras
+FIELD    warp_id,	 8,   %s,     warp ID
+FIELD    mode,	 	 5,   %s,     mode
+FIELD    state,		 5,   %s,     state
+FIELD    workdir,        8,   %s,     workdir
+FIELD    dvodb,		 8,   %s,     DVO database
+FIELD    registered,     8,   %s,     time registered
Index: trunk/ippMonitor/def/warpSkycellMap.d
===================================================================
--- trunk/ippMonitor/def/warpSkycellMap.d	(revision 15969)
+++ trunk/ippMonitor/def/warpSkycellMap.d	(revision 15970)
@@ -1,16 +1,20 @@
-TABLE warpSkyCellMap, camProcessedExp, chipProcessedExp, rawExp
+TABLE warpSkyCellMap, warpRun, camProcessedExp, chipRun, rawExp
 TITLE warpSkyCellMap
-FILE  warpSkyCellMap.php
+FILE  warpSkycellMap.php
 MENU  ipp.warp.dat
 
-WHERE warpSkyCellMap.cam_id   = camProcessedExp.cam_id
-WHERE camProcessedExp.chip_id = chipProcessedExp.chip_id
-WHERE chipProcessedExp.exp_id = rawExp.exp_id
+WHERE warpSkyCellMap.warp_id     = warpRun.warp_id
+WHERE warpSkyCellMap.cam_id      = camProcessedExp.cam_id
+WHERE camProcessedExp.chip_id    = chipRun.chip_id
+WHERE chipRun.exp_id = rawExp.exp_id
 
 #        field                      size  format  name           show     link to         extras
-FIELD    warpSkyCellMap.warp_id,    5,    %s,     Warp ID
-FIELD    warpSkyCellMap.skycell_id, 5,    %s,     Skycell ID
-FIELD    warpSkyCellMap.tess_id,    5,    %s,     Tessellation ID
-FIELD    chipProcessedExp.exp_id,   5,    %s,     Exp ID
-FIELD    rawExp.exp_name,           5,    %s,     Exp Name
-FIELD    warpSkyCellMap.class_id,   5,    %s,     Class ID
+FIELD    rawExp.exp_tag,              5,    %s,     Exp Tag
+FIELD    chipRun.exp_id,  	      5,    %s,     Exp ID
+FIELD    chipRun.chip_id, 	      5,    %s,     Chip ID
+FIELD    camProcessedExp.cam_id,      5,    %s,     Cam ID
+FIELD    warpSkyCellMap.warp_id,      5,    %s,     Warp ID
+FIELD    warpRun.state,               5,    %s,     State
+FIELD    warpSkyCellMap.skycell_id,   5,    %s,     Skycell ID
+FIELD    warpSkyCellMap.tess_id,      5,    %s,     Tessellation ID
+FIELD    warpSkyCellMap.class_id,     5,    %s,     Class ID
Index: trunk/ippMonitor/def/warpSkyfile.d
===================================================================
--- trunk/ippMonitor/def/warpSkyfile.d	(revision 15969)
+++ trunk/ippMonitor/def/warpSkyfile.d	(revision 15970)
@@ -5,8 +5,8 @@
 
 #        field          size  format  name       show     link to         extras
-FIELD    warp_id,	20,   %s,     warp ID
-FIELD    skycell_id,	20,   %s,     skycell ID
-FIELD    tess_id,	20,   %s,     tessellation ID
-FIELD    uri,		20,   %s,     URI
-FIELD    bg,		20,   %s,     background
-FIELD    bg_stdev,      20,   %s,     standard deviation
+FIELD    warp_id,	 5,   %s,     warp ID
+FIELD    skycell_id,	 5,   %s,     skycell ID
+FIELD    tess_id,	 5,   %s,     tessellation ID
+FIELD    uri,		10,   %s,     URI
+FIELD    bg,		 8,   %s,     background
+FIELD    bg_stdev,       8,   %s,     standard deviation
