Changeset 8929 for trunk/MagicSoft/Mars/datacenter/macros
- Timestamp:
- 06/08/08 13:55:36 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/datacenter/macros/plotdb.C
r8796 r8929 1 1 /* ======================================================================== *\ 2 ! $Name: not supported by cvs2svn $:$Id: plotdb.C,v 1.3 8 2007-12-20 11:54:22 tbretz Exp $2 ! $Name: not supported by cvs2svn $:$Id: plotdb.C,v 1.39 2008-06-08 12:55:22 tbretz Exp $ 3 3 ! -------------------------------------------------------------------------- 4 4 ! … … 534 534 plot.Plot("Calibration.fArrTimeMeanInner", 0, 40.0, 0.1); 535 535 plot.SetDescription("RMS Arrival Time inner Camera;\\sigma_{T,I} [sl]", "RmsArrTmI"); 536 plot.Plot("Calibration.fArrTimeRmsInner", 0, 3.0, 0.01);536 plot.Plot("Calibration.fArrTimeRmsInner", 0, 4.5, 0.01); 537 537 plot.SetDescription("Number of unsuitable pixels inner Camera;N{I}", "UnsuitI"); 538 538 plot.Plot("Calibration.fUnsuitableInner", 0, 75, 1); … … 550 550 plot.Plot("Calibration.fPulsePosCheckMean", 1, 50.0, 0.1); 551 551 plot.SetDescription("Rms PulsePosCheck (falling edge) inner camera;T [sl]", "ChkRms"); 552 plot.Plot("Calibration.fPulsePosCheckRms", 0, 1 0.0, 0.1);552 plot.Plot("Calibration.fPulsePosCheckRms", 0, 12.0, 0.1); 553 553 plot.SetDescription("Mean calibrated PulsePos;T", "PulPos"); 554 554 plot.Plot("Calibration.fPulsePosMean", 1, 40.0, 0.1); … … 559 559 plot.Plot("Calibration.fPulsePosOffMed", -0.33, 0.5, 0.01); 560 560 plot.SetDescription("Hi-/Lo-Gain ratio;", "HiLoRatio"); 561 plot.Plot("Calibration.fHiLoGainRatioMed", 10, 1 2.5, 0.05);561 plot.Plot("Calibration.fHiLoGainRatioMed", 10, 15, 0.05); 562 562 563 563 //plot.SetDescription("Pulse Variance;", "PulVar"); … … 588 588 plot.SetDescription("Maximum Humidity [%]", "Hum"); 589 589 plot.Plot("Star.fMaxHumidity", 0, 100, 1); 590 plot.SetDescription("Average Temperature [\\circ C];T [\\circ C]", "Temp"); 591 plot.Plot("Star.fAvgTemperature", -5, 25, 1); 592 plot.SetDescription("Average Wind Speed [km/h];v [km/h]", "Wind"); 593 plot.Plot("Star.fAvgWindSpeed", 0, 50, 1); 590 594 591 595 //muon … … 616 620 plot.Plot("Calibration.fArrTimeMeanOuter", 0, 45, 0.1); 617 621 plot.SetDescription("RMS Arrival Time outer Camera;\\sigma_{T,O} [sl]", "RmsArrTmO"); 618 plot.Plot("Calibration.fArrTimeRmsOuter", 0, 3.0, 0.01);622 plot.Plot("Calibration.fArrTimeRmsOuter", 0, 4.5, 0.01); 619 623 plot.SetDescription("Number of unsuitable pixels outer Camera;N{O}", "UnsuitO"); 620 624 plot.Plot("Calibration.fUnsuitableOuter", 0, 25, 1);
Note:
See TracChangeset
for help on using the changeset viewer.