Index: /trunk/ippMonitor/raw/heathers_plot.php
===================================================================
--- /trunk/ippMonitor/raw/heathers_plot.php	(revision 35199)
+++ /trunk/ippMonitor/raw/heathers_plot.php	(revision 35199)
@@ -0,0 +1,26 @@
+<?php 
+
+include 'ipp.php';
+
+$ID = checkID ();
+
+// require an explicit project
+if (! $ID['proj']) { projectform ($ID); }
+
+menu('ipp.czar.dat', 'useful tools for the czar', 'ipp.css', $ID['link'], $ID['proj']);
+
+// document body
+echo "<table>\n";
+echo "<tr>\n";
+echo "<td>Camera</td>\n";
+echo "<td>SkyCal</td>\n";
+echo "</tr>\n";
+
+echo "<td><img alt="cam image" src="/data/ipp009.0/czartool_plots/heathers_plots/cam.png"/></td>\n";
+echo "<td><img alt="skycal image" src="/data/ipp009.0/czartool_plots/heathers_plots/skycal.png"/></td>\n";
+
+echo "</table>\n";
+
+menu_end();
+
+?>
Index: /trunk/ippMonitor/raw/ipp.imfiles.dat
===================================================================
--- /trunk/ippMonitor/raw/ipp.imfiles.dat	(revision 35198)
+++ /trunk/ippMonitor/raw/ipp.imfiles.dat	(revision 35199)
@@ -24,4 +24,5 @@
 menutop   | menutop      | link    | czartool - ipptopsps         | czartool_ipptopsps.php
 menutop   | menutop      | link    | mask stats                   | maskStats.php
+menutop   | menutop      | link    | Heather's Plots              | heathers_plot.php
 
 menutop   | menutop      | plain   | &nbsp;                       | 
