- Timestamp:
- 01/15/02 11:49:32 (23 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/MagicSoft/Mars/Changelog ¶
r1178 r1181 1 1 -*-*- END -*-*- 2 2002/01/15: Thomas Bretz 3 4 * manalysis/MBlindPixelCalc.[h,cc]: 5 - added more comments 6 - removed a debug statement 7 8 * manalysis/MBlindPixels.[h,cc]: 9 - added more comments 10 11 * manalysis/MCerPhotCalc.cc: 12 - changed the warning output 13 14 * manalysis/MMcPedestalCopy.h: 15 - added comments 16 17 * manalysis/MMcPedestalNSBAdd.[h,cc]: 18 - added comments 19 - changed call to AddedToBranchList 20 21 * mbase/MWriteAsciiFile.cc: 22 - added comments 23 24 * mmc/MMcRunHeader.[hxx,cxx]: 25 - made getter const 26 27 * meventdisp/MGCamDisplay.cc: 28 - updated to use MBlindPixelCalc 29 30 2 31 2002/01/14: Thomas Bretz 3 32 … … 33 62 34 63 2002/01/11: Oscar Blanch Bigas 64 35 65 * mmain/MAnalysis.cc: 36 66 - added MBlindPixelCalc step. -
TabularUnified trunk/MagicSoft/Mars/NEWS ¶
r1178 r1181 3 3 *** Version 0.6 4 4 5 - Introduce the option of switch off pixels (MBlindPixels and 6 MBlindPixelCalc) to be able to deal with Star Field NSB. 5 - Introduce the option of disable pixels (MBlindPixels and 6 MBlindPixelCalc) for the analysis (eg MHillasCalc) to be 7 able to deal with Star Field NSB. 7 8 8 9 - Fixed a bug in the pedestals substraction -
TabularUnified trunk/MagicSoft/Mars/meventdisp/MGCamDisplay.cc ¶
r1180 r1181 43 43 #include "MMcPedestalNSBAdd.h" // MMcPedestalNSBAdd 44 44 #include "MBlindPixelCalc.h" // MBlindPixelCalc 45 #include "MImgCleanStd.h" // MImgCleanStd 45 46 #include "MGeomCamMagic.h" // MGeomMagicCam 46 47
Note:
See TracChangeset
for help on using the changeset viewer.