Changeset 2548


Ignore:
Timestamp:
11/21/03 16:05:48 (21 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/status.cc

    r2547 r2548  
    231231
    232232    // -------------------------------------------
    233 
    234     MHCamEvent maxhi("MaxIdxHi", "Index of maximum hi-gain slice");
    235     MHCamEvent maxlo("MaxIdxLo", "Index of maximum lo-gain slice");
     233     - added display of average index of slice witg maximum value
     234
     235    MHCamEvent maxhi("MaxIdxHi", "Index of slice with maximum content (hi-gain)");
     236    MHCamEvent maxlo("MaxIdxLo", "Index of slice with maximum content (lo-gain)");
    236237    maxhi.SetType(3);
    237238    maxlo.SetType(4);
Note: See TracChangeset for help on using the changeset viewer.