Changeset 3568 for trunk/MagicSoft/Mars/Changelog
- Timestamp:
- 03/22/04 09:25:49 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r3567 r3568 18 18 19 19 -*-*- END OF LINE -*-*- 20 21 2004/03/22: Thomas Bretz 22 23 * mpointing/MSrcPosCalc.[h,cc], MSrcPosCam.[h,cc]: 24 - added 25 26 * mastro/MAstro.[h,cc]: 27 - added code to calculate rotationangle previously in MObservatory 28 - changed definition of rotation angle such, that it is now 29 180deg if Ra and Az grid is parallel 30 31 * mastro/MAstroCatalog.[h,cc]: 32 - fixes and enhancements to the display (such as misscalculated 33 number of grid lines, title display, etc) 34 - enhancements to the output 35 - generalized creation of grid - for further usage 36 37 * mastro/MAstroSky2Local.[h,cc]: 38 - replaced calculation of rotation angle by the function in 39 MAstro 40 41 * mastro/MObservatory.[h,cc]: 42 - small changes to Print output 43 - moved code for calculation of rotation angle to MAstro 44 45 * mbase/MEvtLoop.cc: 46 - do not output number of events per second if no events processed 47 48 * mbase/MParList.cc: 49 - updated some comments 50 51 * mfileio/MCT1ReadAscii.cc, mfileio/MCT1ReadPreProc.cc, 52 mfileio/MReadRflFile.cc, mraw/MRawFileRead.cc, 53 mreport/MReportFileRead.cc: 54 - output error string if file cannot be opened 55 56 * mfileio/MReadTree.cc: 57 - output name of chain which is scanned 58 59 * mimage/MConcentration.cc: 60 - replaced loop by iterator 61 - removed obsolete (unused) variables 62 63 * mimage/MHNewImagePar.[h,cc]: 64 - fixed display colors 65 66 * mpointing/MPointingPos.[h,cc]: 67 - added member function to calculate rotation angle 68 - added comments 69 70 * mpointing/Makefile: 71 - added include MAstro 72 73 74 20 75 2004/03/19: Markus Gaug 21 76 22 77 * mcalib/MHCalibrationChargePix.cc 23 - added some style sto the default Draw in order to see the78 - added some style to the default Draw in order to see the 24 79 label and axis titles better 25 80 26 81 * mcalib/MHCalibrationChargeCam.[h,cc] 27 - store and display more informa iton on the average pxiels82 - store and display more information on the average pxiels 28 83 29 84 * mcalib/MCalibrationCam.cc … … 42 97 - included MCalibrationQECam to be initialized 43 98 44 * mcalib/MCalibrationChargePix.[h,cc] 45 * mcalib/MCalibrationQEPix.[h,cc]99 * mcalib/MCalibrationChargePix.[h,cc], 100 mcalib/MCalibrationQEPix.[h,cc]: 46 101 - replace DefinePixId by SetPixId 47 102 … … 59 114 - remove uncommented piece of code 60 115 61 * msignal/MExtractSignal.cc 62 * msignal/MExtractSignal2.cc 116 * msignal/MExtractSignal.cc, msignal/MExtractSignal2.cc: 63 117 - remove warning about pixel with low gain saturation, 64 118 now in MBadPixelsPix 65 119 66 * mbadpixels/MBadPixelsPix.[h,cc] 67 * mcalib/MCalibrationChargeCam.cc 120 * mbadpixels/MBadPixelsPix.[h,cc], mcalib/MCalibrationChargeCam.cc: 68 121 - added new flag: kDeviatingNumPhes 69 122 70 123 * mcalib/MCalibrationChargePix.cc 71 - check for mean arr. time in last bin replaced by check in last two bins72 73 * mcalib/MCalibrationChargePix.[h,cc] 74 * mcalib/MCalibrationCharge Cam.cc75 * mcalib/MHCalibrationChargeCam.cc76 - removed flag kHiGainFitted, kLoGainFitted, since they are available77 from MBadPixelsPix78 79 * macros/calibration.C 80 * macros/calibrat e_data.C124 - check for mean arr. time in last bin replaced by check in last 125 two bins 126 127 * mcalib/MCalibrationChargePix.[h,cc], 128 mcalib/MCalibrationChargeCam.cc, 129 mcalib/MHCalibrationChargeCam.cc: 130 - removed flag kHiGainFitted, kLoGainFitted, since they are 131 available from MBadPixelsPix 132 133 * macros/calibration.C, macros/calibrate_data.C 81 134 - a few flags from MCalibrationChargeCam::GetPixelContent were wrong, 82 135 corrected them 136 83 137 84 138
Note:
See TracChangeset
for help on using the changeset viewer.