Changeset 7627 for trunk/MagicSoft/Mars/datacenter
- Timestamp:
- 04/05/06 13:06:12 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/datacenter/macros/plotdb.C
r7625 r7627 425 425 plot.SetDescription("Measures effective on time;T_{eff} [s]", "EffOn"); 426 426 plot.Plot("Star.fEffOnTime", 0, 10000, 150); 427 plot.SetDescription("Relative effective on time;T_{eff}/T_{obs} [ratio]", "RelTime"); 428 plot.Plot("Star.fEffOnTime/Sequences.fRunTime", 0, 1.5, 0.01); 427 429 plot.SetDescription("Datarate [Hz]", "Rate"); 428 430 plot.Plot("Star.fDataRate", 0, 600, 10);
Note:
See TracChangeset
for help on using the changeset viewer.