Index: /trunk/ippMonitor/Makefile.in
===================================================================
--- /trunk/ippMonitor/Makefile.in	(revision 34433)
+++ /trunk/ippMonitor/Makefile.in	(revision 34434)
@@ -214,4 +214,6 @@
 $(DESTWWW)/simplePlotCamImage.php \
 $(DESTWWW)/simplePlotStackImage.php \
+$(DESTWWW)/simplePlotStaticskyImage.php \
+$(DESTWWW)/simplePlotSkycalImage.php \
 $(DESTWWW)/histogramBackgroundImage.php \
 $(DESTWWW)/histogramCamProcessedExpImage.php \
Index: /trunk/ippMonitor/def/simplePlotSkycalImage.d
===================================================================
--- /trunk/ippMonitor/def/simplePlotSkycalImage.d	(revision 34434)
+++ /trunk/ippMonitor/def/simplePlotSkycalImage.d	(revision 34434)
@@ -0,0 +1,23 @@
+TABLE staticskyRun, staticskyInput, stackRun, skycell 
+TITLE New sky plot - staticsky
+FILE  simplePlotStaticskyImage.php
+MENU  ipp.plots.dat
+
+WHERE skycalRun.state != 'new' 
+WHERE skycalRun.stack_id = stackRun.stack_id
+WHERE stackRun.skycell_id = skycell.skycell_id
+WHERE stackRun.tess_id = skycell.tess_id
+
+#    field                size  format  name           show     link to         extras
+FIELD skycalRun.skycal_id,	  5, %d,     Skycal ID,       restrict
+FIELD staticskyRun.sky_id,	  5, %d,     Staticsky ID,    restrict
+FIELD stackRun.stack_id,          5, %d,     Stack ID,        restrict
+FIELD skycalRun.label,            10, %s,     Label, 	      restrict
+FIELD skycell.radeg,              8, %C,     RA, 	      restrict
+FIELD skycell.decdeg,             8, %C,     DEC, 	      restrict
+FIELD stackRun.filter,           10, %s,     FILTER, 	      restrict
+
+# What to plot
+TOPLOT skycell.radeg,skycell.decdeg,stackRun.filter
+PLOTTER skycellplot.php
+PLOTTITLE Sky Plot Skycal
Index: /trunk/ippMonitor/def/simplePlotStaticskyImage.d
===================================================================
--- /trunk/ippMonitor/def/simplePlotStaticskyImage.d	(revision 34434)
+++ /trunk/ippMonitor/def/simplePlotStaticskyImage.d	(revision 34434)
@@ -0,0 +1,23 @@
+TABLE staticskyRun, staticskyInput, stackRun, skycell 
+TITLE New sky plot - staticsky
+FILE  simplePlotStaticskyImage.php
+MENU  ipp.plots.dat
+
+WHERE staticskyRun.state != 'new' 
+WHERE staticskyRun.sky_id = staticskyInput.sky_id
+WHERE staticskyInput.stack_id = stackRun.stack_id
+WHERE stackRun.skycell_id = skycell.skycell_id
+WHERE stackRun.tess_id = skycell.tess_id
+
+#    field                size  format  name           show     link to         extras
+FIELD staticskyRun.sky_id,	  5, %d,     Staticsky ID,    restrict
+FIELD stackRun.stack_id,          5, %d,     Stack ID,        restrict
+FIELD staticskyRun.label,         10, %s,     Label, 	      restrict
+FIELD skycell.radeg,              8, %C,     RA, 	      restrict
+FIELD skycell.decdeg,             8, %C,     DEC, 	      restrict
+FIELD stackRun.filter,           10, %s,     FILTER, 	      restrict
+
+# What to plot
+TOPLOT skycell.radeg,skycell.decdeg,stackRun.filter
+PLOTTER skycellplot.php
+PLOTTITLE Sky Plot Staticsky
Index: /trunk/ippMonitor/raw/ipp.plots.dat
===================================================================
--- /trunk/ippMonitor/raw/ipp.plots.dat	(revision 34433)
+++ /trunk/ippMonitor/raw/ipp.plots.dat	(revision 34434)
@@ -6,4 +6,6 @@
 menulink  | menuselect      | link    | Simple plot - cam            	    | simplePlotCamImage.php
 menulink  | menuselect      | link    | Simple plot - stack                 | simplePlotStackImage.php
+menulink  | menuselect      | link    | Simple plot - staticsky             | simplePlotStaticskyImage.php
+menulink  | menuselect      | link    | Simple plot - skycal             | simplePlotSkycalImage.php
 
 menutop   | menutop      | plain   | &nbsp;                                 | 
