Index: trunk/ippMonitor/Makefile.in
===================================================================
--- trunk/ippMonitor/Makefile.in	(revision 28043)
+++ trunk/ippMonitor/Makefile.in	(revision 28143)
@@ -140,4 +140,9 @@
 $(DESTWWW)/stackProcessedSkyfile_Images.php \
 $(DESTWWW)/stackFailedSkyfile.php \
+$(DESTWWW)/staticskyRun.php \
+$(DESTWWW)/staticskySummary.php \
+$(DESTWWW)/staticskyInputSkyfile.php \
+$(DESTWWW)/staticskyProcessedSkyfile.php \
+$(DESTWWW)/staticskyFailedSkyfile.php \
 $(DESTWWW)/magicRun.php \
 $(DESTWWW)/magicSummary.php \
Index: trunk/ippMonitor/def/staticskyFailedSkyfile.d
===================================================================
--- trunk/ippMonitor/def/staticskyFailedSkyfile.d	(revision 28143)
+++ trunk/ippMonitor/def/staticskyFailedSkyfile.d	(revision 28143)
@@ -0,0 +1,26 @@
+TABLE staticskyInput, staticskyRun, stackRun, staticskyResult
+TITLE Static Sky Processed 
+FILE  staticskyFailedSkyfile.php
+MENU  ipp.stack.dat
+
+WHERE staticskyRun.sky_id = staticskyInput.sky_id
+WHERE staticskyInput.stack_id = stackRun.stack_id
+WHERE staticskyInput.sky_id = staticskyResult.sky_id
+WHERE staticskyResult.fault != 0
+
+#        field                          size  format  name           show     link to         extras
+FIELD staticskyRun.sky_id,          5, %s,     Sky ID
+FIELD staticskyRun.label,    	    7, %s,     Label
+FIELD staticskyRun.state,    	    7, %s,     State
+FIELD stackRun.stack_id,            5, %s,     Stack ID
+FIELD stackRun.skycell_id,          5, %s,     Skycell ID
+FIELD stackRun.tess_id,             5, %s,     Tess ID
+FIELD stackRun.filter,              5, %s,     Filter 
+FIELD stackRun.label,               5, %s,     Stack Label
+FIELD staticskyRun.data_group, 	    7, %s,     data grp
+FIELD staticskyRun.dist_group, 	    7, %s,     dist grp
+FIELD staticskyResult.dtime_phot,   7, %.2f,   t(phot)
+FIELD staticskyResult.dtime_script, 7, %.2f,   t(script)
+FIELD staticskyResult.sources,      7, %d,     n(sources)
+FIELD staticskyResult.fault,        7, %d,     fault
+FIELD staticskyResult.quality,      7, %d,     quality
Index: trunk/ippMonitor/def/staticskyInputSkyfile.d
===================================================================
--- trunk/ippMonitor/def/staticskyInputSkyfile.d	(revision 28143)
+++ trunk/ippMonitor/def/staticskyInputSkyfile.d	(revision 28143)
@@ -0,0 +1,19 @@
+TABLE staticskyInput, staticskyRun, stackRun
+TITLE Static Sky Input Exposures
+FILE  staticskyInputSkyfile.php
+MENU  ipp.stack.dat
+
+WHERE staticskyRun.sky_id = staticskyInput.sky_id
+WHERE staticskyInput.stack_id = stackRun.stack_id
+
+#        field                          size  format  name           show     link to         extras
+FIELD staticskyRun.sky_id,          5, %s,     Sky ID
+FIELD staticskyRun.label,    	    7, %s,     Label
+FIELD staticskyRun.state,    	    7, %s,     State
+FIELD stackRun.stack_id,            5, %s,     Stack ID
+FIELD stackRun.skycell_id,          5, %s,     Skycell ID
+FIELD stackRun.tess_id,             5, %s,     Tess ID
+FIELD stackRun.filter,              5, %s,     Filter 
+FIELD stackRun.label,               5, %s,     Stack Label
+FIELD staticskyRun.data_group, 	    7, %s,     data grp
+FIELD staticskyRun.dist_group, 	    7, %s,     dist grp
Index: trunk/ippMonitor/def/staticskyProcessedSkyfile.d
===================================================================
--- trunk/ippMonitor/def/staticskyProcessedSkyfile.d	(revision 28143)
+++ trunk/ippMonitor/def/staticskyProcessedSkyfile.d	(revision 28143)
@@ -0,0 +1,25 @@
+TABLE staticskyInput, staticskyRun, stackRun, staticskyResult
+TITLE Static Sky Processed 
+FILE  staticskyProcessedSkyfile.php
+MENU  ipp.stack.dat
+
+WHERE staticskyRun.sky_id = staticskyInput.sky_id
+WHERE staticskyInput.stack_id = stackRun.stack_id
+WHERE staticskyInput.sky_id = staticskyResult.sky_id
+
+#        field                          size  format  name           show     link to         extras
+FIELD staticskyRun.sky_id,          5, %s,     Sky ID
+FIELD staticskyRun.label,    	    7, %s,     Label
+FIELD staticskyRun.state,    	    7, %s,     State
+FIELD stackRun.stack_id,            5, %s,     Stack ID
+FIELD stackRun.skycell_id,          5, %s,     Skycell ID
+FIELD stackRun.tess_id,             5, %s,     Tess ID
+FIELD stackRun.filter,              5, %s,     Filter 
+FIELD stackRun.label,               5, %s,     Stack Label
+FIELD staticskyRun.data_group, 	    7, %s,     data grp
+FIELD staticskyRun.dist_group, 	    7, %s,     dist grp
+FIELD staticskyResult.dtime_phot,   7, %.2f,   t(phot)
+FIELD staticskyResult.dtime_script, 7, %.2f,   t(script)
+FIELD staticskyResult.sources,      7, %d,     n(sources)
+FIELD staticskyResult.fault,        7, %d,     fault
+FIELD staticskyResult.quality,      7, %d,     quality
Index: trunk/ippMonitor/def/staticskyRun.d
===================================================================
--- trunk/ippMonitor/def/staticskyRun.d	(revision 28143)
+++ trunk/ippMonitor/def/staticskyRun.d	(revision 28143)
@@ -0,0 +1,15 @@
+TABLE staticskyRun
+TITLE staticskyRun
+FILE  staticskyRun.php
+MENU  ipp.stack.dat
+
+#        field          size  format  name           show     link to         extras
+FIELD    sky_id,	 5,   %s,     Sky ID
+# FIELD    skycell_id,	 5,   %s,     Skycell ID
+FIELD    label,	 	 5,   %s,     Label
+FIELD    data_group, 	 5,   %s,     Data grp
+FIELD    dist_group,	 5,   %s,     Dist grp
+FIELD    state,		 5,   %s,     State
+
+#FIELD    registered,	 5,   %s,     time registered
+#FIELD    workdir,	10,   %s,     workdir
Index: trunk/ippMonitor/def/staticskySummary.d
===================================================================
--- trunk/ippMonitor/def/staticskySummary.d	(revision 28143)
+++ trunk/ippMonitor/def/staticskySummary.d	(revision 28143)
@@ -0,0 +1,16 @@
+TABLE staticskyRun
+TITLE Static Sky Summary
+FILE  staticskySummary.php
+MENU  ipp.stack.dat
+
+#     field           size  format  name         show    link to         extras
+FIELD label,    	 15, %s,    label
+FIELD data_group,        10, %s,    data_group
+FIELD workdir,    	 7, %s,     workdir
+FIELD state,    	 7, %s,     state
+FIELD count(state) as n, 7, %d,     count
+
+MODE  summary
+GROUP state
+GROUP label
+GROUP workdir
Index: trunk/ippMonitor/raw/ipp.stack.dat
===================================================================
--- trunk/ippMonitor/raw/ipp.stack.dat	(revision 28043)
+++ trunk/ippMonitor/raw/ipp.stack.dat	(revision 28143)
@@ -27,2 +27,9 @@
 menulink  | menuselect   | link    | Magic Failed Nodes           | magicFailedNodes.php
 menulink  | menuselect   | link    | Magic Failed Masks           | magicFailedMasks.php
+
+menutop   | menutop      | plain   | &nbsp;                       | 
+menulink  | menuselect   | link    | Static Sky Summary           | staticskySummary.php
+menulink  | menuselect   | link    | Static Sky Run               | staticskyRun.php
+menulink  | menuselect   | link    | Static Sky Input Skyfile     | staticskyInputSkyfile.php
+menulink  | menuselect   | link    | Static Sky Processed Skyfile | staticskyProcessedSkyfile.php
+menulink  | menuselect   | link    | Static Sky Failed Skyfile    | staticskyFailedSkyfile.php
