Index: trunk/MagicSoft/Mars/datacenter/macros/plotdb.C
===================================================================
--- trunk/MagicSoft/Mars/datacenter/macros/plotdb.C	(revision 8927)
+++ trunk/MagicSoft/Mars/datacenter/macros/plotdb.C	(revision 8929)
@@ -1,4 +1,4 @@
 /* ======================================================================== *\
-! $Name: not supported by cvs2svn $:$Id: plotdb.C,v 1.38 2007-12-20 11:54:22 tbretz Exp $
+! $Name: not supported by cvs2svn $:$Id: plotdb.C,v 1.39 2008-06-08 12:55:22 tbretz Exp $
 ! --------------------------------------------------------------------------
 !
@@ -534,5 +534,5 @@
     plot.Plot("Calibration.fArrTimeMeanInner", 0, 40.0, 0.1);
     plot.SetDescription("RMS Arrival Time inner Camera;\\sigma_{T,I} [sl]", "RmsArrTmI");
-    plot.Plot("Calibration.fArrTimeRmsInner",  0, 3.0, 0.01);
+    plot.Plot("Calibration.fArrTimeRmsInner",  0, 4.5, 0.01);
     plot.SetDescription("Number of unsuitable pixels inner Camera;N{I}", "UnsuitI");
     plot.Plot("Calibration.fUnsuitableInner",  0, 75, 1);
@@ -550,5 +550,5 @@
     plot.Plot("Calibration.fPulsePosCheckMean", 1, 50.0, 0.1);
     plot.SetDescription("Rms PulsePosCheck (falling edge) inner camera;T [sl]", "ChkRms");
-    plot.Plot("Calibration.fPulsePosCheckRms", 0, 10.0, 0.1);
+    plot.Plot("Calibration.fPulsePosCheckRms", 0, 12.0, 0.1);
     plot.SetDescription("Mean calibrated PulsePos;T", "PulPos");
     plot.Plot("Calibration.fPulsePosMean", 1, 40.0, 0.1);
@@ -559,5 +559,5 @@
     plot.Plot("Calibration.fPulsePosOffMed", -0.33, 0.5, 0.01);
     plot.SetDescription("Hi-/Lo-Gain ratio;", "HiLoRatio");
-    plot.Plot("Calibration.fHiLoGainRatioMed", 10, 12.5, 0.05);
+    plot.Plot("Calibration.fHiLoGainRatioMed", 10, 15, 0.05);
 
     //plot.SetDescription("Pulse Variance;", "PulVar");
@@ -588,4 +588,8 @@
     plot.SetDescription("Maximum Humidity [%]", "Hum");
     plot.Plot("Star.fMaxHumidity",             0, 100, 1);
+    plot.SetDescription("Average Temperature [\\circ C];T [\\circ C]", "Temp");
+    plot.Plot("Star.fAvgTemperature",        -5, 25, 1);
+    plot.SetDescription("Average Wind Speed [km/h];v [km/h]", "Wind");
+    plot.Plot("Star.fAvgWindSpeed",        0, 50, 1);
 
     //muon
@@ -616,5 +620,5 @@
     plot.Plot("Calibration.fArrTimeMeanOuter", 0, 45, 0.1);
     plot.SetDescription("RMS Arrival Time outer Camera;\\sigma_{T,O} [sl]", "RmsArrTmO");
-    plot.Plot("Calibration.fArrTimeRmsOuter",  0, 3.0, 0.01);
+    plot.Plot("Calibration.fArrTimeRmsOuter",  0, 4.5, 0.01);
     plot.SetDescription("Number of unsuitable pixels outer Camera;N{O}", "UnsuitO");
     plot.Plot("Calibration.fUnsuitableOuter",  0, 25, 1);
