Index: /trunk/ippMonitor/def/simplePlotSkycalImage.d
===================================================================
--- /trunk/ippMonitor/def/simplePlotSkycalImage.d	(revision 34435)
+++ /trunk/ippMonitor/def/simplePlotSkycalImage.d	(revision 34436)
@@ -1,8 +1,9 @@
-TABLE staticskyRun, staticskyInput, stackRun, skycell 
-TITLE New sky plot - staticsky
-FILE  simplePlotStaticskyImage.php
+TABLE skycalRun, skycalResult, stackRun, skycell 
+TITLE New sky plot - skycal
+FILE  simplePlotSkycalImage.php
 MENU  ipp.plots.dat
 
 WHERE skycalRun.state != 'new' 
+WHERE skycalRun.skycal_id = skycalResult.skycal_id
 WHERE skycalRun.stack_id = stackRun.stack_id
 WHERE stackRun.skycell_id = skycell.skycell_id
@@ -13,8 +14,13 @@
 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 skycalRun.label,           10, %s,     Label, 	      restrict
+FIELD skycell.radeg,             10, %.6f,   RA (deg), 	      restrict
+FIELD skycell.decdeg,            10, %.6f,   DEC (deg),       restrict
 FIELD stackRun.filter,           10, %s,     FILTER, 	      restrict
+FIELD skycalResult.sigma_ra,	  5, %.2f,   sigma_ra,        restrict
+FIELD skycalResult.sigma_dec,     5, %.2f,   sigma_dec,       restrict
+FIELD skycalResult.zpt_obs,       5, %.2f,   zpt_obs,         restrict
+FIELD skycalResult.zpt_stdev,     5, %.2f,   zpt_stdev,       restrict
+FIELD skycalResult.quality,       5, %d,     quality,         restrict
 
 # What to plot
Index: /trunk/ippMonitor/def/simplePlotStackImage.d
===================================================================
--- /trunk/ippMonitor/def/simplePlotStackImage.d	(revision 34435)
+++ /trunk/ippMonitor/def/simplePlotStackImage.d	(revision 34436)
@@ -1,3 +1,3 @@
-TABLE stackRun, skycell 
+TABLE stackRun, stackSumSkyfile, skycell 
 TITLE New sky plot - stack
 FILE  simplePlotStackImage.php
@@ -5,4 +5,5 @@
 
 WHERE stackRun.state != 'new' 
+WHERE stackRun.stack_id = stackSumSkyfile.stack_id
 WHERE stackRun.skycell_id = skycell.skycell_id
 WHERE stackRun.tess_id = skycell.tess_id
@@ -11,7 +12,12 @@
 FIELD stackRun.stack_id,          5, %d,     Stack ID,        restrict
 FIELD stackRun.label,            10, %s,     Label, 	      restrict
-FIELD skycell.radeg,              8, %C,     RA, 	      restrict
-FIELD skycell.decdeg,             8, %C,     DEC, 	      restrict
+FIELD skycell.radeg,             10, %.6f,   RA (deg), 	      restrict
+FIELD skycell.decdeg,            10, %.6f,   DEC (deg),       restrict
 FIELD stackRun.filter,           10, %s,     FILTER, 	      restrict
+FIELD stackSumSkyfile.bg,	  5, %.2f,   BG,	      restrict
+FIELD stackSumSkyfile.bg_stdev,   5, %.2f,   BG STDEV,        restrict
+FIELD stackSumSkyfile.good_frac,  5, %.2f,   good_frac,       restrict
+FIELD stackSumSkyfile.quality,    5, %d,     quality,         restrict
+
 
 # What to plot
Index: /trunk/ippMonitor/def/simplePlotStaticskyImage.d
===================================================================
--- /trunk/ippMonitor/def/simplePlotStaticskyImage.d	(revision 34435)
+++ /trunk/ippMonitor/def/simplePlotStaticskyImage.d	(revision 34436)
@@ -1,3 +1,3 @@
-TABLE staticskyRun, staticskyInput, stackRun, skycell 
+TABLE staticskyRun, staticskyResult, staticskyInput, stackRun, skycell 
 TITLE New sky plot - staticsky
 FILE  simplePlotStaticskyImage.php
@@ -5,4 +5,5 @@
 
 WHERE staticskyRun.state != 'new' 
+WHERE staticskyRun.sky_id = staticskyResult.sky_id
 WHERE staticskyRun.sky_id = staticskyInput.sky_id
 WHERE staticskyInput.stack_id = stackRun.stack_id
@@ -13,8 +14,10 @@
 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 staticskyRun.label,        10, %s,     Label, 	      restrict
+FIELD skycell.radeg,             10, %.6f,   RA (deg), 	      restrict
+FIELD skycell.decdeg,            10, %.6f,   DEC (deg),       restrict
 FIELD stackRun.filter,           10, %s,     FILTER, 	      restrict
+FIELD staticskyResult.num_inputs, 5, %d,     num_inputs,      restrict 
+FIELD staticskyResult.quality,    5, %d,     quality,         restrict
 
 # What to plot
