Index: branches/eam_branches/ipp-20130207/ippMonitor/Makefile.in
===================================================================
--- branches/eam_branches/ipp-20130207/ippMonitor/Makefile.in	(revision 35125)
+++ branches/eam_branches/ipp-20130207/ippMonitor/Makefile.in	(revision 35236)
@@ -76,5 +76,6 @@
 $(DESTWWW)/diskUsage.php \
 $(DESTWWW)/version.php \
-$(DESTWWW)/show_log.php 
+$(DESTWWW)/show_log.php \
+$(DESTWWW)/heathers_plot.php 
 
 DEFSRC = \
Index: branches/eam_branches/ipp-20130207/ippMonitor/raw/czartool_getplot.php
===================================================================
--- branches/eam_branches/ipp-20130207/ippMonitor/raw/czartool_getplot.php	(revision 35125)
+++ branches/eam_branches/ipp-20130207/ippMonitor/raw/czartool_getplot.php	(revision 35236)
@@ -34,4 +34,8 @@
 else if ($type=="id")
 $filePath = "$path/ippToPsps_density_".$label.".png";
+else if ($type=="hp_c")
+$filePath = "$path/heathers_plots/cam.png";
+else if ($type=="hp_s")
+$filePath = "$path/heathers_plots/skycal.png";
 
 
Index: branches/eam_branches/ipp-20130207/ippMonitor/raw/heathers_plot.php
===================================================================
--- branches/eam_branches/ipp-20130207/ippMonitor/raw/heathers_plot.php	(revision 35236)
+++ branches/eam_branches/ipp-20130207/ippMonitor/raw/heathers_plot.php	(revision 35236)
@@ -0,0 +1,28 @@
+<?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 "<tr>\n";
+echo "<td><img src=\"czartool_getplot.php?type=hp_c\"/></td>\n";
+echo "<td><img src=\"czartool_getplot.php?type=hp_s\"/></td>\n";
+echo "</tr>\n";
+
+echo "</table>\n";
+
+menu_end();
+
+?>
Index: branches/eam_branches/ipp-20130207/ippMonitor/raw/ipp.imfiles.dat
===================================================================
--- branches/eam_branches/ipp-20130207/ippMonitor/raw/ipp.imfiles.dat	(revision 35125)
+++ branches/eam_branches/ipp-20130207/ippMonitor/raw/ipp.imfiles.dat	(revision 35236)
@@ -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;                       | 
