Index: trunk/ippMonitor/Makefile
===================================================================
--- trunk/ippMonitor/Makefile	(revision 12082)
+++ trunk/ippMonitor/Makefile	(revision 12083)
@@ -16,4 +16,7 @@
 $(DESTBIN)/ipp.detrend.dat \
 $(DESTBIN)/ipp.imfiles.dat \
+$(DESTBIN)/ipp.warp.dat \
+$(DESTBIN)/ipp.diff.dat \
+$(DESTBIN)/ipp.stack.dat \
 $(DESTBIN)/Login.php \
 $(DESTBIN)/SelectProject.php \
@@ -22,4 +25,7 @@
 $(DESTBIN)/DetrendSteps.php \
 $(DESTBIN)/ImfileTables.php \
+$(DESTBIN)/WarpSteps.php \
+$(DESTBIN)/DiffSteps.php \
+$(DESTBIN)/StackSteps.php \
 $(DESTBIN)/phptest.php \
 $(DESTBIN)/getimage.php
@@ -59,5 +65,16 @@
 $(DESTBIN)/rawExp_failed.php \
 $(DESTBIN)/rawScienceExp.php \
-$(DESTBIN)/summitExp.php
+$(DESTBIN)/summitExp.php \
+$(DESTBIN)/warpRun.php \
+$(DESTBIN)/warpInputExp.php \
+$(DESTBIN)/warpSkycellMap.php \
+$(DESTBIN)/warpSkyfile.php \
+$(DESTBIN)/diffRun.php \
+$(DESTBIN)/diffInputSkyfile.php \
+$(DESTBIN)/diffSkyfile.php \
+$(DESTBIN)/stackRun.php \
+$(DESTBIN)/stackInputSkyfile.php \
+$(DESTBIN)/stackSumSkyfile.php
+
 
 PICTURES = \
Index: trunk/ippMonitor/def/diffInputSkyfile.d
===================================================================
--- trunk/ippMonitor/def/diffInputSkyfile.d	(revision 12083)
+++ trunk/ippMonitor/def/diffInputSkyfile.d	(revision 12083)
@@ -0,0 +1,12 @@
+TABLE diffInputSkyfile
+TITLE diffInputSkyfile
+FILE  diffInputSkyfile.php
+MENU  ipp.diff.dat
+
+#        field          name           show     link to         extras
+FIELD    diff_id,	20,   diff ID
+FIELD    warp_id,	20,   warp ID
+FIELD    skycell_id,	20,   skycell ID
+FIELD    tess_id,	20,   tessellation ID
+FIELD    kind,          20,   Kind
+FIELD    template,	20,   Template?
Index: trunk/ippMonitor/def/diffRun.d
===================================================================
--- trunk/ippMonitor/def/diffRun.d	(revision 12083)
+++ trunk/ippMonitor/def/diffRun.d	(revision 12083)
@@ -0,0 +1,13 @@
+TABLE diffRun
+TITLE diffRun
+FILE  diffRun.php
+MENU  ipp.diff.dat
+
+#        field          name           show     link to         extras
+FIELD    diff_id,	20,   diff ID
+FIELD    state,		20,   state
+FIELD    workdir,	20,   workdir
+FIELD    dvodb,		20,   DVO database
+FIELD    registered,	20,   Time registered
+FIELD    skycell_id,	20,   skycell ID
+FIELD    tess_id,	20,   tessellation ID
Index: trunk/ippMonitor/def/diffSkyfile.d
===================================================================
--- trunk/ippMonitor/def/diffSkyfile.d	(revision 12083)
+++ trunk/ippMonitor/def/diffSkyfile.d	(revision 12083)
@@ -0,0 +1,10 @@
+TABLE diffSkyfile
+TITLE diffSkyfile
+FILE  diffSkyfile.php
+MENU  ipp.diff.dat
+
+#        field          name           show     link to         extras
+FIELD    diff_id,	20,   diff ID
+FIELD    uri,		20,   URI
+FIELD    bg,		20,   background
+FIELD    bg_stdev,	20,   standard deviation
Index: trunk/ippMonitor/def/stackInputSkyfile.d
===================================================================
--- trunk/ippMonitor/def/stackInputSkyfile.d	(revision 12083)
+++ trunk/ippMonitor/def/stackInputSkyfile.d	(revision 12083)
@@ -0,0 +1,8 @@
+TABLE stackInputSkyfile
+TITLE stackInputSkyfile
+FILE  stackInputSkyfile.php
+MENU  ipp.stack.dat
+
+#        field          name           show     link to         extras
+FIELD    stack_id,	20,   stack ID
+FIELD    warp_id,	20,   warp ID
Index: trunk/ippMonitor/def/stackRun.d
===================================================================
--- trunk/ippMonitor/def/stackRun.d	(revision 12083)
+++ trunk/ippMonitor/def/stackRun.d	(revision 12083)
@@ -0,0 +1,13 @@
+TABLE stackRun
+TITLE stackRun
+FILE  stackRun.php
+MENU  ipp.stack.dat
+
+#        field          name           show     link to         extras
+FIELD    stack_id,	20,   stack ID
+FIELD    skycell_id,	20,   skycell ID
+FIELD    tess_id,	20,   tessellation ID
+FIELD    state,		20,   state
+FIELD    workdir,	20,   workdir
+FIELD    dvodb,		20,   DVO database
+FIELD    registered,	20,   time registered
Index: trunk/ippMonitor/def/stackSumSkyfile.d
===================================================================
--- trunk/ippMonitor/def/stackSumSkyfile.d	(revision 12083)
+++ trunk/ippMonitor/def/stackSumSkyfile.d	(revision 12083)
@@ -0,0 +1,10 @@
+TABLE stackSumSkyfile
+TITLE stackSumSkyfile
+FILE  stackSumSkyfile.php
+MENU  ipp.stack.dat
+
+#        field          name           show     link to         extras
+FIELD    stack_id,	20,   stack ID
+FIELD    URI,		20,   URI
+FIELD    bg,		20,   background
+FIELD    bg_stdev,	20,   standard deviation
Index: trunk/ippMonitor/def/warpInputExp.d
===================================================================
--- trunk/ippMonitor/def/warpInputExp.d	(revision 12083)
+++ trunk/ippMonitor/def/warpInputExp.d	(revision 12083)
@@ -0,0 +1,10 @@
+TABLE warpInputExp
+TITLE warpInputExp
+FILE  warpInputExp.php
+MENU  ipp.warp.dat
+
+#        field          name           show     link to         extras
+FIELD    warp_id,	20,   warp ID
+FIELD    exp_tag, 	20,   exposure tag
+FIELD    cam_version,	20,   cam version
+FIELD    magiced,       20,   magic done?
Index: trunk/ippMonitor/def/warpRun.d
===================================================================
--- trunk/ippMonitor/def/warpRun.d	(revision 12083)
+++ trunk/ippMonitor/def/warpRun.d	(revision 12083)
@@ -0,0 +1,12 @@
+TABLE warpRun
+TITLE warpRun
+FILE  warpRun.php
+MENU  ipp.warp.dat
+
+#        field          name           show     link to         extras
+FIELD    warp_id,	20,   warp ID
+FIELD    mode,	 	20,   mode
+FIELD    state,		20,   state
+FIELD    workdir,       20,   workdir
+FIELD    dvodb,		20,   DVO database
+FIELD    registered,    20,   time registered
Index: trunk/ippMonitor/def/warpSkycellMap.d
===================================================================
--- trunk/ippMonitor/def/warpSkycellMap.d	(revision 12083)
+++ trunk/ippMonitor/def/warpSkycellMap.d	(revision 12083)
@@ -0,0 +1,12 @@
+TABLE warpSkyCellMap
+TITLE warpSkyCellMap
+FILE  warpSkyCellMap.php
+MENU  ipp.warp.dat
+
+#        field          name           show     link to         extras
+FIELD    warp_id,	20,   warp ID
+FIELD    skycell_id,	20,   skycell ID
+FIELD    tess_id,	20,   tessellation ID
+FIELD    exp_tag,	20,   exposure tag
+FIELD    cam_version,	20,   cam version
+FIELD    class_id,      20,   class ID
Index: trunk/ippMonitor/def/warpSkyfile.d
===================================================================
--- trunk/ippMonitor/def/warpSkyfile.d	(revision 12083)
+++ trunk/ippMonitor/def/warpSkyfile.d	(revision 12083)
@@ -0,0 +1,12 @@
+TABLE warpSkyfile
+TITLE warpSkyfile
+FILE  warpSkyfile.php
+MENU  ipp.warp.dat
+
+#        field          name           show     link to         extras
+FIELD    warp_id,	20,   warp ID
+FIELD    skycell_id,	20,   skycell ID
+FIELD    tess_id,	20,   tessellation ID
+FIELD    uri,		20,   URI
+FIELD    bg,		20,   background
+FIELD    bg_stdev,      20,   standard deviation
Index: trunk/ippMonitor/raw/DiffSteps.php
===================================================================
--- trunk/ippMonitor/raw/DiffSteps.php	(revision 12083)
+++ trunk/ippMonitor/raw/DiffSteps.php	(revision 12083)
@@ -0,0 +1,17 @@
+<?php 
+
+include 'ipp.php';
+
+$ID = checkID ();
+
+// require an explicit project
+if (! $ID['proj']) { projectform ($ID); }
+
+menu('ipp.diff.dat', 'Diff Steps', 'ipp.css', $ID['link'], $ID['proj']);
+
+// document body
+echo "diff steps<br>\n";
+
+menu_end();
+
+?>
Index: trunk/ippMonitor/raw/StackSteps.php
===================================================================
--- trunk/ippMonitor/raw/StackSteps.php	(revision 12083)
+++ trunk/ippMonitor/raw/StackSteps.php	(revision 12083)
@@ -0,0 +1,17 @@
+<?php 
+
+include 'ipp.php';
+
+$ID = checkID ();
+
+// require an explicit project
+if (! $ID['proj']) { projectform ($ID); }
+
+menu('ipp.stack.dat', 'Stack Steps', 'ipp.css', $ID['link'], $ID['proj']);
+
+// document body
+echo "stack steps<br>\n";
+
+menu_end();
+
+?>
Index: trunk/ippMonitor/raw/WarpSteps.php
===================================================================
--- trunk/ippMonitor/raw/WarpSteps.php	(revision 12083)
+++ trunk/ippMonitor/raw/WarpSteps.php	(revision 12083)
@@ -0,0 +1,17 @@
+<?php 
+
+include 'ipp.php';
+
+$ID = checkID ();
+
+// require an explicit project
+if (! $ID['proj']) { projectform ($ID); }
+
+menu('ipp.warp.dat', 'Warp Steps', 'ipp.css', $ID['link'], $ID['proj']);
+
+// document body
+echo "warp steps<br>\n";
+
+menu_end();
+
+?>
Index: trunk/ippMonitor/raw/ipp.copy.dat
===================================================================
--- trunk/ippMonitor/raw/ipp.copy.dat	(revision 12082)
+++ trunk/ippMonitor/raw/ipp.copy.dat	(revision 12083)
@@ -22,4 +22,7 @@
 menutop   | menutop      | link    | Detrend Steps                | DetrendSteps.php
 menutop   | menutop      | link    | Imfile Tables                | ImfileTables.php
+menutop   | menutop      | link    | Warp Steps                   | WarpSteps.php
+menutop   | menutop      | link    | Diff Steps                   | DiffSteps.php
+menutop   | menutop      | link    | Stack Steps                  | StackSteps.php
 
 menutop   | menutop      | plain   | &nbsp;                       | 
Index: trunk/ippMonitor/raw/ipp.detrend.dat
===================================================================
--- trunk/ippMonitor/raw/ipp.detrend.dat	(revision 12082)
+++ trunk/ippMonitor/raw/ipp.detrend.dat	(revision 12083)
@@ -22,4 +22,7 @@
 menutops  | menutops     | link    | Detrend Steps                | DetrendSteps.php
 menutop   | menutop      | link    | Imfile Tables                | ImfileTables.php
+menutop   | menutop      | link    | Warp Steps                   | WarpSteps.php
+menutop   | menutop      | link    | Diff Steps                   | DiffSteps.php
+menutop   | menutop      | link    | Stack Steps                  | StackSteps.php
 
 menutop   | menutop      | plain   | &nbsp;                       | 
Index: trunk/ippMonitor/raw/ipp.diff.dat
===================================================================
--- trunk/ippMonitor/raw/ipp.diff.dat	(revision 12083)
+++ trunk/ippMonitor/raw/ipp.diff.dat	(revision 12083)
@@ -0,0 +1,31 @@
+# style   | select-style | type    | menu line                    | link page       
+
+# we have four valid menu types: picture, piclink, link, plain
+# picture   | picture    | picture | PScolorlogo2.jpg             | none
+# piclink   | piclink    | piclink | PScolorlogo2.jpg             | http://panstarrs.ifa.hawaii.edu
+# menulink  | menuselect | link    | other page                   | notest.php     
+# menutop   | menutop    | plain   | foo bar                      | none            
+
+piclink   | piclink      | piclink | PScolorlogo2.jpg             | http://panstarrs.ifa.hawaii.edu
+menuext   | menuext      | link    | Pan-STARRS public            | http://panstarrs.ifa.hawaii.edu
+menuext   | menuext      | link    | Pan-STARRS project           | http://panstarrs.ifa.hawaii.edu/project
+menuext   | menuext      | link    | Pan-STARRS IPP               | http://panstarrs.ifa.hawaii.edu/project/IPP
+
+menutop   | menutop      | plain   | &nbsp;                       | 
+menulink  | menuselect   | link    | Login                        | Login.php     
+menulink  | menuselect   | link    | Select Project               | SelectProject.php     
+menulink  | menuselect   | link    | [$PROJECT]                   | SelectProject.php     
+
+menutop   | menutop      | plain   | &nbsp;                       | 
+menutop   | menutop      | link    | Load and Setup               | LoadSetup.php
+menutop   | menutop      | link    | Science Steps                | ScienceSteps.php
+menutop   | menutop      | link    | Detrend Steps                | DetrendSteps.php
+menutop   | menutop      | link    | Imfile Tables                | ImfileTables.php
+menutop   | menutop      | link    | Warp Steps                   | WarpSteps.php
+menutops  | menutops     | link    | Diff Steps                   | DiffSteps.php
+menutop   | menutop      | link    | Stack Steps                  | StackSteps.php
+
+menutop   | menutop      | plain   | &nbsp;                       | 
+menulink  | menuselect   | link    | Diff Run                     | diffRun.php
+menulink  | menuselect   | link    | Diff Input Skyfile           | diffInputSkyfile.php
+menulink  | menuselect   | link    | Diff Skyfile                 | diffSkyfile.php
Index: trunk/ippMonitor/raw/ipp.imfiles.dat
===================================================================
--- trunk/ippMonitor/raw/ipp.imfiles.dat	(revision 12082)
+++ trunk/ippMonitor/raw/ipp.imfiles.dat	(revision 12083)
@@ -22,4 +22,7 @@
 menutop   | menutop      | link    | Detrend Steps                | DetrendSteps.php
 menutops  | menutops     | link    | Imfile Tables                | ImfileTables.php
+menutop   | menutop      | link    | Warp Steps                   | WarpSteps.php
+menutop   | menutop      | link    | Diff Steps                   | DiffSteps.php
+menutop   | menutop      | link    | Stack Steps                  | StackSteps.php
 
 menutop   | menutop      | plain   | &nbsp;                       | 
@@ -33,6 +36,6 @@
 menulink  | menuselect 	 | link    | masterDetrendImfiles      	  | masterDetrendImfiles.php
 menulink  | menuselect 	 | link    | pzPendingImfile          	  | pzPendingImfile.php                   
-menulink  | menuselect 	 | link    | p2PendingImfile          	  | p2PendingImfile.php                   
-menulink  | menuselect 	 | link    | p2ProcessedImfile        	  | p2ProcessedImfile.php                 
+menulink  | menuselect 	 | link    | chipPendingImfile            | chipPendingImfile.php                   
+menulink  | menuselect 	 | link    | chipProcessedImfile          | chipProcessedImfile.php                 
 
 menutop   | menutop      | plain   | &nbsp;                       | 
Index: trunk/ippMonitor/raw/ipp.menu.dat
===================================================================
--- trunk/ippMonitor/raw/ipp.menu.dat	(revision 12082)
+++ trunk/ippMonitor/raw/ipp.menu.dat	(revision 12083)
@@ -22,2 +22,5 @@
 menutop   | menutop      | link    | Detrend Steps                | DetrendSteps.php
 menutop   | menutop      | link    | Imfile Tables                | ImfileTables.php
+menutop   | menutop      | link    | Warp Steps                   | WarpSteps.php
+menutop   | menutop      | link    | Diff Steps                   | DiffSteps.php
+menutop   | menutop      | link    | Stack Steps                  | StackSteps.php
Index: trunk/ippMonitor/raw/ipp.science.dat
===================================================================
--- trunk/ippMonitor/raw/ipp.science.dat	(revision 12082)
+++ trunk/ippMonitor/raw/ipp.science.dat	(revision 12083)
@@ -22,11 +22,14 @@
 menutop   | menutop      | link    | Detrend Steps                | DetrendSteps.php
 menutop   | menutop      | link    | Imfile Tables                | ImfileTables.php
+menutop   | menutop      | link    | Warp Steps                   | WarpSteps.php
+menutop   | menutop      | link    | Diff Steps                   | DiffSteps.php
+menutop   | menutop      | link    | Stack Steps                  | StackSteps.php
 
 menutop   | menutop      | plain   | &nbsp;                       | 
-menulink  | menuselect 	 | plain   | P1 Processed Exp             | 
-menulink  | menuselect 	 | link    | P2 Processed Exp             | p2ProcessedExp.php            
-menulink  | menuselect 	 | link    | P3 Processed Exp             | p3ProcessedExp.php            
+menulink  | menuselect 	 | plain   | Guide Processed Exp          | 
+menulink  | menuselect 	 | link    | Chip Processed Exp           | chipProcessedExp.php            
+menulink  | menuselect 	 | link    | Cam Processed Exp            | camProcessedExp.php            
 menutop   | menutop      | plain   | &nbsp;                       | 
-menulink  | menuselect 	 | link    | P1 Pending Exp               | p1PendingExp.php              
-menulink  | menuselect 	 | link    | P2 Pending Exp               | p2PendingExp.php              
-menulink  | menuselect 	 | link    | P3 Pending Exp               | p3PendingExp.php              
+menulink  | menuselect 	 | link    | Guide Pending Exp            | guidePendingExp.php              
+menulink  | menuselect 	 | link    | Chip Pending Exp             | chipPendingExp.php              
+menulink  | menuselect 	 | link    | Cam Pending Exp              | camPendingExp.php              
Index: trunk/ippMonitor/raw/ipp.stack.dat
===================================================================
--- trunk/ippMonitor/raw/ipp.stack.dat	(revision 12083)
+++ trunk/ippMonitor/raw/ipp.stack.dat	(revision 12083)
@@ -0,0 +1,31 @@
+# style   | select-style | type    | menu line                    | link page       
+
+# we have four valid menu types: picture, piclink, link, plain
+# picture   | picture    | picture | PScolorlogo2.jpg             | none
+# piclink   | piclink    | piclink | PScolorlogo2.jpg             | http://panstarrs.ifa.hawaii.edu
+# menulink  | menuselect | link    | other page                   | notest.php     
+# menutop   | menutop    | plain   | foo bar                      | none            
+
+piclink   | piclink      | piclink | PScolorlogo2.jpg             | http://panstarrs.ifa.hawaii.edu
+menuext   | menuext      | link    | Pan-STARRS public            | http://panstarrs.ifa.hawaii.edu
+menuext   | menuext      | link    | Pan-STARRS project           | http://panstarrs.ifa.hawaii.edu/project
+menuext   | menuext      | link    | Pan-STARRS IPP               | http://panstarrs.ifa.hawaii.edu/project/IPP
+
+menutop   | menutop      | plain   | &nbsp;                       | 
+menulink  | menuselect   | link    | Login                        | Login.php     
+menulink  | menuselect   | link    | Select Project               | SelectProject.php     
+menulink  | menuselect   | link    | [$PROJECT]                   | SelectProject.php     
+
+menutop   | menutop      | plain   | &nbsp;                       | 
+menutop   | menutop      | link    | Load and Setup               | LoadSetup.php
+menutop   | menutop      | link    | Science Steps                | ScienceSteps.php
+menutop   | menutop      | link    | Detrend Steps                | DetrendSteps.php
+menutop   | menutop      | link    | Imfile Tables                | ImfileTables.php
+menutop   | menutop      | link    | Warp Steps                   | WarpSteps.php
+menutop   | menutop      | link    | Diff Steps                   | DiffSteps.php
+menutops  | menutops     | link    | Stack Steps                  | StackSteps.php
+
+menutop   | menutop      | plain   | &nbsp;                       | 
+menulink  | menuselect   | link    | Stack Run                    | stackRun.php
+menulink  | menuselect   | link    | Stack Input Skyfile          | stackInputSkyfile.php
+menulink  | menuselect   | link    | Stack Skyfile                | stackSumSkyfile.php
Index: trunk/ippMonitor/raw/ipp.warp.dat
===================================================================
--- trunk/ippMonitor/raw/ipp.warp.dat	(revision 12083)
+++ trunk/ippMonitor/raw/ipp.warp.dat	(revision 12083)
@@ -0,0 +1,32 @@
+# style   | select-style | type    | menu line                    | link page       
+
+# we have four valid menu types: picture, piclink, link, plain
+# picture   | picture    | picture | PScolorlogo2.jpg             | none
+# piclink   | piclink    | piclink | PScolorlogo2.jpg             | http://panstarrs.ifa.hawaii.edu
+# menulink  | menuselect | link    | other page                   | notest.php     
+# menutop   | menutop    | plain   | foo bar                      | none            
+
+piclink   | piclink      | piclink | PScolorlogo2.jpg             | http://panstarrs.ifa.hawaii.edu
+menuext   | menuext      | link    | Pan-STARRS public            | http://panstarrs.ifa.hawaii.edu
+menuext   | menuext      | link    | Pan-STARRS project           | http://panstarrs.ifa.hawaii.edu/project
+menuext   | menuext      | link    | Pan-STARRS IPP               | http://panstarrs.ifa.hawaii.edu/project/IPP
+
+menutop   | menutop      | plain   | &nbsp;                       | 
+menulink  | menuselect   | link    | Login                        | Login.php     
+menulink  | menuselect   | link    | Select Project               | SelectProject.php     
+menulink  | menuselect   | link    | [$PROJECT]                   | SelectProject.php     
+
+menutop   | menutop      | plain   | &nbsp;                       | 
+menutop   | menutop      | link    | Load and Setup               | LoadSetup.php
+menutop   | menutop      | link    | Science Steps                | ScienceSteps.php
+menutop   | menutop      | link    | Detrend Steps                | DetrendSteps.php
+menutop   | menutop      | link    | Imfile Tables                | ImfileTables.php
+menutops  | menutops     | link    | Warp Steps                   | WarpSteps.php
+menutop   | menutop      | link    | Diff Steps                   | DiffSteps.php
+menutop   | menutop      | link    | Stack Steps                  | StackSteps.php
+
+menutop   | menutop      | plain   | &nbsp;                       | 
+menulink  | menuselect   | link    | Warp Run                     | warpRun.php
+menulink  | menuselect   | link    | Warp Input Exp               | warpInputExp.php
+menulink  | menuselect   | link    | Warp Skycell Map             | warpSkycellMap.php
+menulink  | menuselect   | link    | Warp Skyfile                 | warpSkyfile.php
