Changeset 7703 for trunk/MagicSoft/Mars/datacenter
- Timestamp:
- 05/05/06 14:45:01 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/datacenter/macros/plotdb.C
r7627 r7703 447 447 plot.SetDescription("Mean Signal outer Camera;S_{O} [phe]", "SignalO"); 448 448 plot.Plot("Calibration.fMeanSignalOuter", 0, 4.0, 0.05); 449 450 plot.SetDescription("Median No. Stars recognized by the starguider;N", "StarsMed"); 451 plot.Plot("Star.fNumStarsMean", 0, 70, 1); 452 plot.SetDescription("RMS No. Stars recognized by the starguider;\\sigma_{N}", "StarsRMS"); 453 plot.Plot("Star.fNumStarsRMS", 0, 25, 1); 454 plot.SetDescription("Median skbrightess measured by the starguider;B [au]", "BrightMed"); 455 plot.Plot("Star.fBrightnessMean", 0, 111, 1); 456 plot.SetDescription("RMS skybrightess measured by the starguider;\\sigma_{B} [au]", "BrightRMS"); 457 plot.Plot("Star.fBrightnessRMS", 0, 64, 1); 449 458 } 450 459
Note:
See TracChangeset
for help on using the changeset viewer.