source: trunk/Mars/Changelog@ 11486

Last change on this file since 11486 was 11486, checked in by tbretz, 13 years ago
Added support for FITS files in readdaq.
File size: 7.9 KB
Line 
1Please do not write behind the end of line tag so that it is possible
2to send a Changelog file to a line printer directly. Thanks.
3
4For your entries please follow EXACTLY this style:
5
6_yyyy/mm/dd_[Your Name]
7_
8___*_filename:
9_____-_description
10_
11___*_filename2, filename3:
12_____-_description
13_
14_
15_
16
17While an underscore is a placeholder for a white-space or an empty line.
18
19 -*-*- END OF LINE -*-*-
20
21 2011/07/20 Thomas Bretz
22
23 * readdaq.cc:
24 - added support for FITS files
25
26
27
28 2011/07/19 Thomas Bretz
29
30 * mbase/MFits.h:
31 - made struct Entry public (needed by newer root versions)
32
33
34
35 2011/07/18 Thomas Bretz
36
37 * mastro/MAstroCatalog.cc:
38 - added include of fstream
39
40 * macros/rootlogon.C:
41 - added define of __MARS__ to AcLiC
42
43 * mraw/MRawRead.h:
44 - made ReadEvent and SkipEvent virtual
45
46 * mraw/MRawFileRead.[h,cc]:
47 - outsourced OpenFile and ReadRunHeader to their own functions
48
49 * mbase/MParContainer.[h,cc]:
50 - Added function DataMember which will return a pointer to a data
51 member from the dictionary.
52
53 * mbase/MZlib.h:
54 - There is no need to make the derivative from istream virtual.
55 - removed the need of a fill_buffer function
56 - do only relative seeks and never start from the beginning of the
57 file
58
59 * mbase/MFits.[h,cc]:
60 - added Fits support
61
62 * mbase/Makefile, mbase/BaseLinkDef.h:
63 - added MFits
64
65 * mpedestal/MPedestalSubtract.cc:
66 - improved some error output
67
68 * mgeom/MGeomApply.cc:
69 - automatically use MGeomCamFACT if the run header says that it is
70 a fact camera.
71
72 * mraw/MRawRunHeader.[h,cc]:
73 - added setter for format versions
74 - added InitFact
75 - added GetCameraVersion
76
77 * mjobs/MJMerpp.cc:
78 - use FITS reader instead of raw-reader if it is a FITS raw file.
79
80 * merpp.cc:
81 - added fits asa valid extension
82 - fixed replacing of extensions
83
84 * mfileio/MReadMarsFile.cc:
85 - read first header of first file, so that at PreProcessing time
86 at least some header is available.
87
88 * mraw/Makefile, mraw/MRawFitsRead.cc:
89 - added MRawFitsRead
90
91 * mraw/MRawFitsRead.[h,cc]:
92 - added
93
94
95
96 2011/07/15 Thomas Bretz
97
98 * mbase/MZlib.[h,cc]:
99 - fixed seeking in gzipped files
100 - increased buffer size
101
102 * mbase/MMath.[h,c]:
103 - added GaussProb2D
104
105 * msignal/MSignalCalc.cc:
106 - the upper bound of searching the maximum was wrong
107
108
109
110 2011/07/14 Thomas Bretz
111
112 * mbase/MStatusDisplay.cc:
113 - some minor code changed to get rid of some compiler warnings
114 - fixed a problem with a possible infinite loop
115
116 * mbase/MThread.h:
117 - propagate argument to Run()
118
119 * mbase/MLut.cc:
120 - some variable name change to get rid of some compiler warnings
121
122 * mjobs/MSequence.cc:
123 - fixed a check which was always true
124
125
126
127 2011/07/07 Thomas Bretz
128
129 * mhflux/MHFalseSource.cc:
130 - fixed a bug in SetupFill - must be CopyBinning instead of
131 SetBinning
132
133
134
135 2011/04/04 Thomas Bretz
136
137 * mreport/MReportFileRead.cc:
138 - added a missing delete
139
140 * mhflux/MHEnergyEst.cc, mhist/MHCamera.cc:
141 - fixed some crashes with newer root versiony in which
142 GetFunction("gaus") after an unsuccessfull fit might return
143 NULL
144
145 * mastro/MAstroCatalog.cc:
146 - added the missing marker color for the dot
147
148 * mpointing/MPointingDevCalc.cc:
149 - added some comments
150
151 * mmain/MEventDisplay.cc:
152 - renamed some local variables to avoid using the same name twice
153
154 * mgeom/MGeomCam.cc:
155 - for convenience a margin of 0 in HitFrame is allowed to
156 switch off the detection also with 0
157
158 * mbase/MThread.h:
159 - added missing argument to call of fThread.Run()
160
161 * mhbase/MH3.cc:
162 - fixed a problem with a wrong cast
163 - added assignment of conversion function for TProfile3D
164
165
166
167 2011/03/10 Thomas Bretz
168
169 * mhbase/MH3.[h,cc]:
170 - increased forgotten class version number from 6 to 7
171
172
173
174 2011/03/03 Reiner Rohlfs
175
176 * mcorsika/MCorsikaFormat.[h,cc]:
177 - accept an "EVTH" only after an "EVTE" and after a "RUNH"
178
179 * mcorsika/MCorsikaRead.cc:
180 - parameter change in function MCorsikaFormat::NextBlock()
181 from "Bool_t subBlock" to "Int_t readState".
182
183
184
185 2011/02/21 Reiner Rohlfs
186
187 * mcorsika/MCorsikaRead.[h,cc]:
188 - Remove debug output and not used code
189
190
191
192 2011/02/21 Thomas Bretz
193
194 * mcalib/MCalibrateData.cc mcalib/MCalibrationBlindPix.cc
195 mcalib/MCalibrationChargeCam.cc mcalib/MCalibrationChargeCalc.cc
196 mcalib/MCalibrationIntensityChargeCam.cc mimage/MNewImagePar2.cc
197 mhcalib/MHCalibrationPulseTimeCam.cc mhcalib/MHCalibrationChargeCam.cc
198 mhcalib/MHCalibrationHiLoCam.cc manalysis/MMcTriggerLvl2.cc
199 mfilter/MFCosmics.cc mhflux/MHFalseSource.cc mhflux/MHThetaSqN.cc
200 mastro/MAstroCamera.cc mmuon/MHSingleMuon.cc
201 mpedestal/MPedestalSubtractedEvt.cc mpedestal/MPedCalcFromLoGain.cc
202 mpedestal/MPedCalcPedRun.cc mpedestal/MExtractPedestal.cc
203 mpedestal/MPedestalSubtract.cc mpedestal/MHPedestalCor.cc
204 mhist/MHCamera.cc msignal/MExtractTimeAndCharge.cc
205 msignal/MExtractTime.cc msignal/MExtractTimeAndChargeDigitalFilter.cc
206 msignal/MArrivalTimeCam.cc msignal/MExtractTimeAndChargeSpline.cc
207 mranforest/MHRanForestGini.cc mranforest/MRanForestCalc.cc
208 mranforest/MRanForest.cc mbase/MLog.cc mbase/MMath.cc
209 mbadpixels/MBadPixelsCam.cc mbadpixels/MBadPixelsTreat.cc
210 mhvstime/MHSectorVsTime.cc mfbase/MFEventSelector2.cc
211 mhbase/MBinning.cc mhbase/MH.cc mgui/MHexagon.cc msql/MSQLServer.cc:
212 - removed the old obsolete cvs header line
213
214 * msimcamera/MSimCamera.cc, msimcamera/MSimSignalCam.cc,
215 msim/MHPhotonEvent.cc msim/MPhotonEvent.cc:
216 - treat kArtificial in addition to kNightSky
217
218
219
220 2011/02/10 Daniela Dorner
221
222 * resmc/:
223 - uncommented line of 950nm to take into account the changes of the
224 range of the transmission curve
225
226
227
228 2011/02/09 Reiner Rohlfs
229
230 * mcorsika/MCorsikaFormat.cc:
231 - replace the selection of the blockType from a string comparison
232 to a switch - statement.
233
234 * mcorsika/MCorsikaRead.[h,cc]:
235 - Redesign of the Process() - method: Read after the processing of
236 one block the header of the next block to be able do decide to
237 process the next block in the same the same call or to return
238 from the method.
239
240
241
242 2011/01/24 Thomas Bretz
243
244 * melectronics/MAvalanchePhotoDiode.h:
245 - shifted the Afterpulse class behind the APD class to make it
246 compile
247
248
249
250 2011/01/07 Thomas Bretz
251 2011/01/07 Thomas Bretz
252
253 * msimcamera/MSimAPD.[h,cc]:
254 - added setting of the afterpulse probabilities
255 - handle afterpulses in processing
256
257 * melectronics/MAvalanchePhotoDiode.[h,cc]:
258 - restructured header file
259 - added treatment of afterpulses in HitCellImp
260 - added time constants and afterpulse probability
261 data memebers
262 - added TSortedList to hold the afterpulses
263 - added afterpulses to calculation of relaxation time
264 - added call to Relax to Init
265 - added treatment of afterpulses to FillEmpty, FillRandom and
266 Evolve
267 - added member functions to process the afterpulses
268
269
270
271 2011/01/06 Thomas Bretz
272
273 * mimage/MNewImagePar2.cc:
274 - use GetL() instead of GetT() for fBorderLinePixel
275
276 * mgeom/MGeomRectangle.h:
277 - added GetL member-function
278
279 * mgeom/MGeomPix.h:
280 - fixed the comment of GetT
281
282 * mgeom/MGeom.h:
283 - added abstract function GetL
284
285 * mgeom/MGeomRectangle.cc:
286 - fixed the comment for GetT
287 - added GetL
288
289 * mgeom/MGeomCamDwarf.cc:
290 - use the HitFrame from the base class with a slightly
291 increased radius (no change in behaviour)
292
293 * mgeom/MGeomCam.[h,cc]:
294 - added HitFrame
295
296 * msimreflector/MSimReflector.[h,cc]:
297 - implemented the possibility to overwrite the absorbing
298 size of the detector
299 - added fDetectorFrame
300
301 * mpointing/MPointingDevCalc.cc:
302 - updated comments
303
304 * msimcamera/MSimRandomPhotons.cc:
305 - fixed a mistake in the log-output
Note: See TracBrowser for help on using the repository browser.