Index: trunk/ippMonitor/Makefile
===================================================================
--- trunk/ippMonitor/Makefile	(revision 12080)
+++ trunk/ippMonitor/Makefile	(revision 12081)
@@ -43,13 +43,13 @@
 $(DESTBIN)/newExp.php \
 $(DESTBIN)/newImfile.php \
-$(DESTBIN)/p1PendingExp.php \
-$(DESTBIN)/p2PendingExp.php \
-$(DESTBIN)/p2PendingImfile.php \
-$(DESTBIN)/p2ProcessedExp.php \
-$(DESTBIN)/p2ProcessedImfile.php \
-$(DESTBIN)/p3PendingExp.php \
-$(DESTBIN)/p3ProcessedExp.php \
-$(DESTBIN)/pzPendingExp.php \
-$(DESTBIN)/pzPendingImfile.php \
+$(DESTBIN)/regPendingExp.php \
+$(DESTBIN)/chipPendingExp.php \
+$(DESTBIN)/chipPendingImfile.php \
+$(DESTBIN)/chipProcessedExp.php \
+$(DESTBIN)/chipProcessedImfile.php \
+$(DESTBIN)/camPendingExp.php \
+$(DESTBIN)/camProcessedExp.php \
+$(DESTBIN)/regPendingExp.php \
+$(DESTBIN)/regPendingImfile.php \
 $(DESTBIN)/rawUnknownExp.php \
 $(DESTBIN)/rawDetrendExp.php \
Index: trunk/ippMonitor/def/camPendingExp.d
===================================================================
--- trunk/ippMonitor/def/camPendingExp.d	(revision 12081)
+++ trunk/ippMonitor/def/camPendingExp.d	(revision 12081)
@@ -0,0 +1,9 @@
+TABLE camPendingExp
+TITLE camPendingExp
+FILE  camPendingExp.php
+MENU  ipp.science.dat
+
+#     field       name          show   link to                extras
+FIELD exp_tag,	  20,   exposure ID,  value, chipProcessedImfile.php, exp_tag=$exp_tag
+FIELD chip_version, 20,   chip version,   value, chipProcessedExp.php,    exp_tag=$exp_tag
+FIELD cam_version, 20,   cam version
Index: trunk/ippMonitor/def/camProcessedExp.d
===================================================================
--- trunk/ippMonitor/def/camProcessedExp.d	(revision 12081)
+++ trunk/ippMonitor/def/camProcessedExp.d	(revision 12081)
@@ -0,0 +1,13 @@
+TABLE camProcessedExp
+TITLE camProcessedExp
+FILE  camProcessedExp.php
+MENU  ipp.science.dat
+
+#     field         size   name       show            link to                extras
+FIELD exp_tag, 	     15,   Exposure,  value
+FIELD image, 	      8,   image,     image=$path_base@PPIMAGE.JPEG2, chipProcessedImfile.php, exp_tag=$exp_tag,image=$path_base@PPIMAGE.JPEG1
+FIELD bg, 	      8,   backgnd,   value
+FIELD bg_mean_stdev,  8,   [stdev],   value
+FIELD bg_stdev,       8,   stdev,     value
+FIELD path_base,     20,   path_base, none
+#FIELD recipe,        15,   Recipe,   value
Index: trunk/ippMonitor/def/chipPendingExp.d
===================================================================
--- trunk/ippMonitor/def/chipPendingExp.d	(revision 12081)
+++ trunk/ippMonitor/def/chipPendingExp.d	(revision 12081)
@@ -0,0 +1,10 @@
+TABLE chipPendingExp
+TITLE chipPendingExp
+FILE  chipPendingExp.php
+MENU  ipp.science.dat
+
+#     field       name         show    link to         extras
+FIELD exp_tag,     20,   exposure ID, value,  rawImfile.php,  exp_tag=$exp_tag
+FIELD recipe,	  20,   recipe
+FIELD guide_version, 20,   guide version
+FIELD chip_version, 20,   chip version
Index: trunk/ippMonitor/def/chipPendingImfile.d
===================================================================
--- trunk/ippMonitor/def/chipPendingImfile.d	(revision 12081)
+++ trunk/ippMonitor/def/chipPendingImfile.d	(revision 12081)
@@ -0,0 +1,12 @@
+TABLE chipPendingImfile
+TITLE chipPendingImfile
+FILE  chipPendingImfile.php
+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
Index: trunk/ippMonitor/def/chipProcessedExp.d
===================================================================
--- trunk/ippMonitor/def/chipProcessedExp.d	(revision 12081)
+++ trunk/ippMonitor/def/chipProcessedExp.d	(revision 12081)
@@ -0,0 +1,9 @@
+TABLE chipProcessedExp
+TITLE chipProcessedExp
+FILE  chipProcessedExp.php
+MENU  ipp.science.dat
+
+#     field       name         show   link to                 extras
+FIELD exp_tag,     20,   exposure ID, value, chipProcessedImfile.php,  exp_tag=$exp_tag
+FIELD guide_version, 20,   guide version,  value, guidePendingExp.php        exp_tag=$exp_tag
+FIELD chip_version, 20,   chip version
Index: trunk/ippMonitor/def/chipProcessedImfile.d
===================================================================
--- trunk/ippMonitor/def/chipProcessedImfile.d	(revision 12081)
+++ trunk/ippMonitor/def/chipProcessedImfile.d	(revision 12081)
@@ -0,0 +1,18 @@
+TABLE chipProcessedImfile
+TITLE chipProcessedImfile
+FILE  chipProcessedImfile.php
+MENU  ipp.imfiles.dat
+
+#     field          size  name        show  link to     extras
+FIELD exp_tag,	     15,   Exposure
+FIELD class_id,	      8,   Chip ID
+FIELD bg,	      8,   backgnd
+FIELD bg_mean_stdev,  8,   [stdev]
+FIELD bg_stdev,	      8,   stdev
+#FIELD guide_version,   20,   guide version 
+#FIELD chip_version,   20,   chip version
+#FIELD recipe,	     20,   recipe
+#FIELD uri,	     20,   URI
+#FIELD path_base,    20,   URI path base
+
+TAIL PHP insert_image ('image');
Index: trunk/ippMonitor/def/guidePendingExp.d
===================================================================
--- trunk/ippMonitor/def/guidePendingExp.d	(revision 12081)
+++ trunk/ippMonitor/def/guidePendingExp.d	(revision 12081)
@@ -0,0 +1,9 @@
+TABLE guidePendingExp
+TITLE guidePendingExp
+FILE  guidePendingExp.php
+MENU  ipp.science.dat
+
+#     field       name         show     link to         extras
+FIELD exp_tag,     20,   exposure ID, value,   rawImfile.php,  exp_tag=$exp_tag
+FIELD recipe,	  20,   recipe
+FIELD guide_version, 20,   guide version
Index: trunk/ippMonitor/def/p1PendingExp.d
===================================================================
--- trunk/ippMonitor/def/p1PendingExp.d	(revision 12080)
+++ 	(revision )
@@ -1,9 +1,0 @@
-TABLE p1PendingExp
-TITLE p1PendingExp
-FILE  p1PendingExp.php
-MENU  ipp.science.dat
-
-#     field       name         show     link to         extras
-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 12080)
+++ 	(revision )
@@ -1,10 +1,0 @@
-TABLE p2PendingExp
-TITLE p2PendingExp
-FILE  p2PendingExp.php
-MENU  ipp.science.dat
-
-#     field       name         show    link to         extras
-FIELD exp_tag,     20,   exposure ID, value,  rawImfile.php,  exp_tag=$exp_tag
-FIELD recipe,	  20,   recipe
-FIELD p1_version, 20,   p1 version
-FIELD p2_version, 20,   p2 version
Index: trunk/ippMonitor/def/p2PendingImfile.d
===================================================================
--- trunk/ippMonitor/def/p2PendingImfile.d	(revision 12080)
+++ 	(revision )
@@ -1,12 +1,0 @@
-TABLE p2PendingImfile
-TITLE p2PendingImfile
-FILE  p2PendingImfile.php
-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 p1_version, 20,   p1 version
-FIELD p2_version, 20,   p2 version
Index: trunk/ippMonitor/def/p2ProcessedExp.d
===================================================================
--- trunk/ippMonitor/def/p2ProcessedExp.d	(revision 12080)
+++ 	(revision )
@@ -1,9 +1,0 @@
-TABLE p2ProcessedExp
-TITLE p2ProcessedExp
-FILE  p2ProcessedExp.php
-MENU  ipp.science.dat
-
-#     field       name         show   link to                 extras
-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 12080)
+++ 	(revision )
@@ -1,18 +1,0 @@
-TABLE p2ProcessedImfile
-TITLE p2ProcessedImfile
-FILE  p2ProcessedImfile.php
-MENU  ipp.imfiles.dat
-
-#     field          size  name        show  link to     extras
-FIELD exp_tag,	     15,   Exposure
-FIELD class_id,	      8,   Chip ID
-FIELD bg,	      8,   backgnd
-FIELD bg_mean_stdev,  8,   [stdev]
-FIELD bg_stdev,	      8,   stdev
-#FIELD p1_version,   20,   p1 version 
-#FIELD p2_version,   20,   p2 version
-#FIELD recipe,	     20,   recipe
-#FIELD uri,	     20,   URI
-#FIELD path_base,    20,   URI path+base
-
-TAIL PHP insert_image ('image');
Index: trunk/ippMonitor/def/p3PendingExp.d
===================================================================
--- trunk/ippMonitor/def/p3PendingExp.d	(revision 12080)
+++ 	(revision )
@@ -1,9 +1,0 @@
-TABLE p3PendingExp
-TITLE p3PendingExp
-FILE  p3PendingExp.php
-MENU  ipp.science.dat
-
-#     field       name          show   link to                extras
-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/p3ProcessedExp.d
===================================================================
--- trunk/ippMonitor/def/p3ProcessedExp.d	(revision 12080)
+++ 	(revision )
@@ -1,13 +1,0 @@
-TABLE p3ProcessedExp
-TITLE p3ProcessedExp
-FILE  p3ProcessedExp.php
-MENU  ipp.science.dat
-
-#     field         size   name       show            link to                extras
-FIELD exp_tag, 	     15,   Exposure,  value
-FIELD image, 	      8,   image,     image=$path_base@PPIMAGE.JPEG2, p2ProcessedImfile.php, exp_tag=$exp_tag,image=$path_base@PPIMAGE.JPEG1
-FIELD bg, 	      8,   backgnd,   value
-FIELD bg_mean_stdev,  8,   [stdev],   value
-FIELD bg_stdev,       8,   stdev,     value
-FIELD path_base,     20,   path_base, none
-#FIELD recipe,        15,   Recipe,   value
Index: trunk/ippMonitor/def/pzPendingExp.d
===================================================================
--- trunk/ippMonitor/def/pzPendingExp.d	(revision 12080)
+++ 	(revision )
@@ -1,9 +1,0 @@
-TABLE pzPendingExp
-TITLE pending exposures
-FILE  pzPendingExp.php
-MENU  ipp.copy.dat
-
-#        field          name           show     link to         extras
-FIELD    exp_id,	20,   exposures ID
-FIELD    camera, 	20,   camera
-FIELD    telescope,	20,   telescope
Index: trunk/ippMonitor/def/pzPendingImfile.d
===================================================================
--- trunk/ippMonitor/def/pzPendingImfile.d	(revision 12080)
+++ 	(revision )
@@ -1,11 +1,0 @@
-TABLE pzPendingImfile
-TITLE Pending Image Files
-FILE  pzPendingImfile.php
-MENU  ipp.imfiles.dat
-
-#        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 
Index: trunk/ippMonitor/def/regPendingExp.d
===================================================================
--- trunk/ippMonitor/def/regPendingExp.d	(revision 12081)
+++ trunk/ippMonitor/def/regPendingExp.d	(revision 12081)
@@ -0,0 +1,9 @@
+TABLE regPendingExp
+TITLE pending exposures
+FILE  regPendingExp.php
+MENU  ipp.copy.dat
+
+#        field          name           show     link to         extras
+FIELD    exp_id,	20,   exposures ID
+FIELD    camera, 	20,   camera
+FIELD    telescope,	20,   telescope
Index: trunk/ippMonitor/def/regPendingImfile.d
===================================================================
--- trunk/ippMonitor/def/regPendingImfile.d	(revision 12081)
+++ trunk/ippMonitor/def/regPendingImfile.d	(revision 12081)
@@ -0,0 +1,11 @@
+TABLE regPendingImfile
+TITLE Pending Image Files
+FILE  regPendingImfile.php
+MENU  ipp.imfiles.dat
+
+#        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 
