Index: trunk/ippMonitor/def/simplePlotCamImage.d
===================================================================
--- trunk/ippMonitor/def/simplePlotCamImage.d	(revision 28603)
+++ trunk/ippMonitor/def/simplePlotCamImage.d	(revision 28603)
@@ -0,0 +1,29 @@
+TABLE camRun, chipRun, rawExp
+TITLE New sky plot - cam
+FILE  simplePlotCamImage.php
+MENU  ipp.plots.dat
+
+WHERE camRun.state != 'new' 
+WHERE chipRun.exp_id = rawExp.exp_id
+WHERE camRun.chip_id = chipRun.chip_id
+
+#    field                size  format  name           show     link to         extras
+FIELD rawExp.exp_name,            5, %s,     Exp Name, 	      restrict
+FIELD rawExp.exp_id,             5, %d,      Exp ID, 	      restrict
+FIELD rawExp.telescope,          10, %s,     Telescope,       restrict
+FIELD rawExp.camera,             10, %s,     Camera, 	      restrict
+FIELD rawExp.dateobs,            19, %T,     Date/Time,       restrict
+FIELD rawExp.ra,                  8, %C,     RA, 	      restrict
+FIELD rawExp.decl,                8, %C,     DEC, 	      restrict
+FIELD rawExp.comment,            65, %s,     Comment, 	      restrict
+FIELD rawExp.object,              8, %s,     Object, 	      restrict
+FIELD rawExp.filter,             10, %s,     FILTER, 	      restrict
+FIELD rawExp.exp_time,            5, %.2f,   exp_time, 	      restrict
+FIELD rawExp.airmass,             5, %.4f,   airmass, 	      restrict
+FIELD rawExp.bg,                  5, %.2f,   backgnd, 	      restrict
+FIELD rawExp.bg_stdev,            5, %.2f,   stdev, 	      restrict
+
+# What to plot
+TOPLOT rawExp.ra,rawExp.decl,rawExp.filter
+PLOTTER skyplot.php
+PLOTTITLE Sky Plot Cam
