Changeset 5760 for trunk/MagicSoft/Mars/Changelog
- Timestamp:
- 01/10/05 10:45:07 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r5759 r5760 20 20 21 21 -*-*- END OF LINE -*-*- 22 23 22 2005/01/10 Markus Gaug 24 23 … … 35 34 36 35 37 2005/01/10 Wolfgang Wittek 36 37 2005/01/10 Thomas Bretz 38 38 39 39 * mhvstime/MHVsTime.cc: 40 40 - fixed a compiler error for gcc 2.95.3, see Mantis bug # 157 41 42 * callisto.cc: 43 - changed such, that the calculated pedestal is not random 44 anymore 45 - added code to calculate the pedestal also with randomization, 46 but this code is for the moment commented out. 47 48 * callisto.rc: 49 - fixed naming of pedestal calculation 50 51 * mbadpixels/MBadPixelsCalc.cc: 52 - added a second check which compares the pedestal rms with 53 the variance of the pedestal rms in the same sector 54 55 * mjobs/MJCalibrateSignal.[h,cc]: 56 - changed to calculate the pedestal from extractor without 57 randomization 58 - added code to calculate the pedestal also with randomization, 59 but this code is for the moment commented out. 60 61 * mjobs/MJCalibration.cc: 62 - made sure that pedcam always has the correct name 63 (FIXM? Print a warning if it has the wrong name) 64 65 * mjobs/MJPedestal.[h,cc]: 66 - changed such, that it allows the calculation of pedestals 67 in three different ways (fundamental, fromextractor, 68 fromextractorrndm) 69 - therefor removed SetExtractorResolution and added 70 + void SetExtractionFundamental() 71 + void SetExtractionWithExtractorRndm() 72 + void SetExtractionWithExtractor() 73 74 * mjobs/MJStar.cc: 75 - changed/fixed the input name of the MPedPhotCam used in the 76 image cleaning 77 41 78 42 79
Note:
See TracChangeset
for help on using the changeset viewer.