Changeset 2548 for trunk/MagicSoft/Mars
- Timestamp:
- 11/21/03 16:05:48 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/status.cc
r2547 r2548 231 231 232 232 // ------------------------------------------- 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)"); 236 237 maxhi.SetType(3); 237 238 maxlo.SetType(4);
Note:
See TracChangeset
for help on using the changeset viewer.