- Timestamp:
- 06/28/06 13:01:35 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/datacenter/macros/plotdb.C
r7756 r7762 448 448 plot.Plot("Calibration.fMeanSignalOuter", 0, 4.0, 0.05); 449 449 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); 458 460 plot.SetDescription("Median skbrightess measured by the starguider;B [au]", "BrightMed"); 459 plot.Plot("Star.fBrightnessMe an", 0, 111,1);461 plot.Plot("Star.fBrightnessMed", 0, 111, 1); 460 462 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); 462 464 } 463 465
Note:
See TracChangeset
for help on using the changeset viewer.