Index: trunk/ippMonitor/def/masterDetrendImages.d
===================================================================
--- trunk/ippMonitor/def/masterDetrendImages.d	(revision 9008)
+++ trunk/ippMonitor/def/masterDetrendImages.d	(revision 9009)
@@ -7,7 +7,4 @@
 MENU  ipp.detrend.dat
 
-HEAD PHP insert_image ('image');
-HEAD HTML extra <b> lines </b><br><br>
-
 # the following WHERE clauses are added to all queries joined by AND
 WHERE detRunSummary.accept = 1
@@ -15,12 +12,13 @@
 WHERE detRun.iteration = detRunSummary.iteration
 
-#     field                    name           show         link to           extras
-FIELD detRunSummary.det_id,    det_id
-FIELD detRun.det_type,         type
-FIELD detRunSummary.iteration, iteration,   value,       detInputExp.php,  det_id=$detRunSummary.det_id,iteration=$detRunSummary.iteration
-FIELD *,                       resid,       value=resid, detResidExp.php,  det_id=$detRunSummary.det_id,iteration=$detRunSummary.iteration
-FIELD detRunSummary.bg,        bg
-FIELD detRunSummary.bg_stdev,  bg_stdev
-# FIELD bg_mean_stdev, bg_mean_stdev
+#     field                    width name          show         link to            extras
+FIELD detRunSummary.det_id,    7,    det_id,       value,       detRunSummary.php, det_id=$detRunSummary.det_id
+FIELD detRun.det_type,         5,    type
+FIELD detRunSummary.iteration, 5,    iter
+FIELD *,                       20,   choose,       value=input, detInputExp.php,  det_id=$detRunSummary.det_id,iteration=$detRunSummary.iteration
+FIELD *,                       20,   choose,       value=resid, detResidExp.php,  det_id=$detRunSummary.det_id,iteration=$detRunSummary.iteration
+FIELD detRunSummary.bg,        20,   bg
+FIELD detRunSummary.bg_stdev,  20,   bg_stdev
+# FIELD bg_mean_stdev, 20,   bg_mean_stdev
 
 # this file illustrates a simple inner join to generate the output table
@@ -30,5 +28,2 @@
 # WHERE detRunSummary.accept = 1 AND detRun.position = detRunSummary.det_id AND detRun.iteration = detRunSummary.iteration \
 # LIMIT 20
-
-TAIL HTML extra <b> tail lines </b><br>
-TAIL PHP  echo "this is a php line at the end<br>\n";
