Index: /trunk/MagicSoft/Mars/Changelog
===================================================================
--- /trunk/MagicSoft/Mars/Changelog	(revision 7702)
+++ /trunk/MagicSoft/Mars/Changelog	(revision 7703)
@@ -20,4 +20,7 @@
 
  2006/05/05 Thomas Bretz
+
+   * datacenter/macros/plotdb.C:
+     - updated with new tabs for the starguider data
 
    * mhflux/MHEnergyEst.cc:
Index: /trunk/MagicSoft/Mars/datacenter/macros/plotdb.C
===================================================================
--- /trunk/MagicSoft/Mars/datacenter/macros/plotdb.C	(revision 7702)
+++ /trunk/MagicSoft/Mars/datacenter/macros/plotdb.C	(revision 7703)
@@ -447,4 +447,13 @@
     plot.SetDescription("Mean Signal outer Camera;S_{O} [phe]", "SignalO");
     plot.Plot("Calibration.fMeanSignalOuter",  0, 4.0, 0.05);
+
+    plot.SetDescription("Median No. Stars recognized by the starguider;N", "StarsMed");
+    plot.Plot("Star.fNumStarsMean",             0,  70, 1);
+    plot.SetDescription("RMS No. Stars recognized by the starguider;\\sigma_{N}", "StarsRMS");
+    plot.Plot("Star.fNumStarsRMS",              0,  25, 1);
+    plot.SetDescription("Median skbrightess measured by the starguider;B [au]", "BrightMed");
+    plot.Plot("Star.fBrightnessMean",           0, 111, 1);
+    plot.SetDescription("RMS skybrightess measured by the starguider;\\sigma_{B} [au]", "BrightRMS");
+    plot.Plot("Star.fBrightnessRMS",            0,  64, 1);
 }
 
