Changeset 8406 for trunk/MagicSoft/Mars/Changelog
- Timestamp:
- 04/15/07 10:38:08 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r8405 r8406 19 19 -*-*- END OF LINE -*-*- 20 20 21 2007/04/15 Thomas Bretz 22 23 * callisto.cc: 24 - added an option to write a movie 25 26 * mjobs/MJCalibrateSignal.[h,cc]: 27 - added the code to write a movie 28 - added new option (fIsMovieMode) to switch it on and off 29 30 * mmovie/MMovieData.h: 31 - added data member fMedianPedestalRms 32 33 * mmovie/MMoviePrepare.[h,cc]: 34 - added calculation of median pedestal rms 35 36 * mmovie/MMovieWrite.[h,cc]: 37 - added comments 38 - added return value to SetPalette 39 - delete palette entries after usage 40 - get median pedestal rms from MMovieData 41 42 43 21 44 2007/04/12 Daniela Dorner 22 45 … … 77 100 movie/MovieIncl.h: 78 101 - added 102 103 * mbase/MArrayB.h, mbase/MArrayD.h, mbase/MArrayF.h, mbase/MArrayI.h, 104 mbase/MArrayS.h: 105 - added Reset() member function or improved performance of it 106 107 * mcalib/MCalibrationChargeCalc.cc: 108 - fixed the alignment in an output 109 110 * mhbase/MBinning.h: 111 - added operator[] member function 112 113 * mhist/MHCamera.cc: 114 - changed such that it is allowed to use palettes with a different 115 number of contours. 116 - fixed the number of ticks written on the axis to 25 117 - use MBinnig to calculate the legend color boxes 118 - fixed a minor bug in the assignment of the color levels, which 119 gave visibly wrong result if the transition between two colors 120 was important but was not noticable in normal circumstances 121 122 * mjobs/MDataSet.h, mjobs/MSequence.h: 123 - increased class version to 1 to make it writable 124 - added Print to the context menu 125 126 * mgeom/MGeomCam.[h,cc]: 127 - removed fNumSectors 128 - removed fNumAreas 129 - added fNumPixInSector 130 - added fNumPixWithAidx 131 - changed CalcSectors and CalcArea to fill new data members 132 - fixed a bug in the range check of GetMaxRadius and GetMinRadius 133 (the range was to wide by 1 at the upper edge) 134 - increased class version from 4 to 5 79 135 80 136
Note:
See TracChangeset
for help on using the changeset viewer.