Index: trunk/MagicSoft/Mars/datacenter/macros/plotdb.C
===================================================================
--- trunk/MagicSoft/Mars/datacenter/macros/plotdb.C	(revision 7761)
+++ trunk/MagicSoft/Mars/datacenter/macros/plotdb.C	(revision 7762)
@@ -448,16 +448,18 @@
     plot.Plot("Calibration.fMeanSignalOuter",  0, 4.0, 0.05);
 
-    plot.SetDescription("Median No. Stars recognized by the starguider;N", "StarsMed");
-    plot.Plot("Star.fNumStarsMed",              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 No. Stars correlated by the starguider;N", "StarsMed");
-    plot.Plot("Star.fNumCorMed",                0,  70, 1);
-    plot.SetDescription("RMS No. Stars correlated by the starguider;\\sigma_{N}", "StarsRMS");
-    plot.Plot("Star.fNumCorRMS",                0,  25, 1);
+    plot.SetDescription("Median No. Stars recognized by the starguider;N_{0}", "StarsMed");
+    plot.Plot("Star.fNumStarsMed",                          0,  70,  1);
+    plot.SetDescription("RMS No. Stars recognized by the starguider;\\sigma_{N_{0}}", "StarsRMS");
+    plot.Plot("Star.fNumStarsRMS",                          0,  25,  1);
+    plot.SetDescription("Median No. Stars correlated by the starguider;N", "CorMed");
+    plot.Plot("Star.fNumStarsCorMed",                       0,  70,  1);
+    plot.SetDescription("RMS No. Stars correlated by the starguider;\\sigma_{N}", "CorRMS");
+    plot.Plot("Star.fNumStarsCorRMS",                       0,  25,  1);
+    plot.SetDescription("Relative number of correlated stars;N/N_{0} [%]", "StarsRel");
+    plot.Plot("Star.fNumStarsCorMed/Star.fNumStarsMed*100", 0, 100, 10);
     plot.SetDescription("Median skbrightess measured by the starguider;B [au]", "BrightMed");
-    plot.Plot("Star.fBrightnessMean",           0, 111, 1);
+    plot.Plot("Star.fBrightnessMed",                        0, 111,  1);
     plot.SetDescription("RMS skybrightess measured by the starguider;\\sigma_{B} [au]", "BrightRMS");
-    plot.Plot("Star.fBrightnessRMS",            0,  64, 1);
+    plot.Plot("Star.fBrightnessRMS",                        0,  64,  1);
 }
 
