Changeset 7703 for trunk/MagicSoft/Mars


Ignore:
Timestamp:
05/05/06 14:45:01 (19 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r7702 r7703  
    2020
    2121 2006/05/05 Thomas Bretz
     22
     23   * datacenter/macros/plotdb.C:
     24     - updated with new tabs for the starguider data
    2225
    2326   * mhflux/MHEnergyEst.cc:
  • trunk/MagicSoft/Mars/datacenter/macros/plotdb.C

    r7627 r7703  
    447447    plot.SetDescription("Mean Signal outer Camera;S_{O} [phe]", "SignalO");
    448448    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);
    449458}
    450459
Note: See TracChangeset for help on using the changeset viewer.