Changeset 7762 for trunk/MagicSoft/Mars


Ignore:
Timestamp:
06/28/06 13:01:35 (18 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/datacenter/macros/plotdb.C

    r7756 r7762  
    448448    plot.Plot("Calibration.fMeanSignalOuter",  0, 4.0, 0.05);
    449449
    450     plot.SetDescription("Median No. Stars recognized by the starguider;N", "StarsMed");
    451     plot.Plot("Star.fNumStarsMed",              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 No. Stars correlated by the starguider;N", "StarsMed");
    455     plot.Plot("Star.fNumCorMed",                0,  70, 1);
    456     plot.SetDescription("RMS No. Stars correlated by the starguider;\\sigma_{N}", "StarsRMS");
    457     plot.Plot("Star.fNumCorRMS",                0,  25, 1);
     450    plot.SetDescription("Median No. Stars recognized by the starguider;N_{0}", "StarsMed");
     451    plot.Plot("Star.fNumStarsMed",                          0,  70,  1);
     452    plot.SetDescription("RMS No. Stars recognized by the starguider;\\sigma_{N_{0}}", "StarsRMS");
     453    plot.Plot("Star.fNumStarsRMS",                          0,  25,  1);
     454    plot.SetDescription("Median No. Stars correlated by the starguider;N", "CorMed");
     455    plot.Plot("Star.fNumStarsCorMed",                       0,  70,  1);
     456    plot.SetDescription("RMS No. Stars correlated by the starguider;\\sigma_{N}", "CorRMS");
     457    plot.Plot("Star.fNumStarsCorRMS",                       0,  25,  1);
     458    plot.SetDescription("Relative number of correlated stars;N/N_{0} [%]", "StarsRel");
     459    plot.Plot("Star.fNumStarsCorMed/Star.fNumStarsMed*100", 0, 100, 10);
    458460    plot.SetDescription("Median skbrightess measured by the starguider;B [au]", "BrightMed");
    459     plot.Plot("Star.fBrightnessMean",           0, 111, 1);
     461    plot.Plot("Star.fBrightnessMed",                        0, 111, 1);
    460462    plot.SetDescription("RMS skybrightess measured by the starguider;\\sigma_{B} [au]", "BrightRMS");
    461     plot.Plot("Star.fBrightnessRMS",            0,  64, 1);
     463    plot.Plot("Star.fBrightnessRMS",                        0,  64, 1);
    462464}
    463465
Note: See TracChangeset for help on using the changeset viewer.