Changeset 4447
- Timestamp:
- 08/04/04 10:56:52 (20 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r4446 r4447 183 183 - changed initialization of MPedPhotCam 184 184 185 * msignal/MExtractTimeHighestIntegral.cc 186 - implemented the time calculation respective to the zero FADC 187 time sample, not respective to the first sample of the chosen 188 range 189 190 * msignal/MArrivalTimeCalc2.cc 191 - implemented the time calculation respective to the zero FADC 192 time sample, not respective to the first sample of the chosen 193 range 194 185 195 186 196 … … 218 228 219 229 220 2004/07/14: Hendrik Bartko221 222 * msignal/MExtractTimeHighestIntegral.cc223 - implemented the time calculation respective to the zero FADC224 time sample, not respective to the first sample of the chosen225 range226 227 * msignal/MArrivalTimeCalc2.cc228 - implemented the time calculation respective to the zero FADC229 time sample, not respective to the first sample of the chosen230 range231 232 233 234 230 2004/06/30: Thomas Bretz 235 231 … … 363 359 - two new getters for fFirst and fLast 364 360 365 366 2004/06/17: Markus Gaug367 368 361 * mhist/MHCamera.h 369 362 - make SetUsed() and Fill(x,w) public. It is now possible to use the … … 385 378 different light collection efficiency was simulated for outer 386 379 pixels. 387 388 389 390 2004/06/12: Abelardo Moralejo391 380 392 381 * manalysis/MMcCalibrationUpdate.[h,cc] … … 421 410 everything went fine). However, the intention of the last months 422 411 changes was to allow exactly also the first possibility. 423 424 425 426 2004/06/11: Markus Gaug427 412 428 413 * mjobs/MJCalibration.cc -
trunk/MagicSoft/Mars/NEWS
r4340 r4447 12 12 13 13 - star display to 'mirror' stars to the camera (MAstroCamera) 14 15 - implemented a new cleaning option which allows cleaning scaled with 16 the real ratio of the rms depending on the pixel size, not only the 17 square root of the pixelsize (MImgCleanStd, MCameraData) 18 19 - removed obsolete MBlind* classes 20 21 - Signal extractor taking the AB flag into account implemented (this makes 22 an odd number of slices for signal extraction possible 23 (MExtractSignalABcorr) 24 25 - implemented a class extracting the pedestal from the raw-data (events) 26 itself using empty lo-gain (MpedCalcFromLoGain) 27 28 - Added mean values to MPedPhotCam 29 14 30 15 31
Note:
See TracChangeset
for help on using the changeset viewer.