Changeset 8338 for trunk/MagicSoft/Mars


Ignore:
Timestamp:
02/28/07 13:50:30 (18 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r8337 r8338  
    3838     - added more meaningful output in case a conversion factor exceeds a limit
    3939
     40   * datacenter/macros/plotdb.C:
     41     - added plot for spark rate
     42
    4043
    4144
  • trunk/MagicSoft/Mars/datacenter/macros/plotdb.C

    r8212 r8338  
    11/* ======================================================================== *\
    2 ! $Name: not supported by cvs2svn $:$Id: plotdb.C,v 1.32 2006-11-03 10:52:36 tbretz Exp $
     2! $Name: not supported by cvs2svn $:$Id: plotdb.C,v 1.33 2007-02-28 13:50:06 tbretz Exp $
    33! --------------------------------------------------------------------------
    44!
     
    569569    plot.SetDescription("Camera Inhomogeneity;\\sigma [%]", "Inhom");
    570570    plot.Plot("Star.fInhomogeneity",           0, 100, 1);
     571    plot.SetDescription("Camera Spark Rate;R [Hz]", "Sparks");
     572    plot.Plot("Star.fSparkRate",               0.075, 2.425, 0.05);
    571573    //imgpar
    572574    plot.SetDescription("Mean Number of Islands after cleaning;N [#]", "NumIsl");
Note: See TracChangeset for help on using the changeset viewer.