1 | Please do not write behind the end of line tag so that it is possible
|
---|
2 | to send a Changelog file to a line printer directly. Thanks.
|
---|
3 |
|
---|
4 | For 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 |
|
---|
17 | While an underscore is a placeholder for a white-space or an empty line.
|
---|
18 |
|
---|
19 | -*-*- END OF LINE -*-*-
|
---|
20 |
|
---|
21 | 2007/02/04 Thomas Bretz
|
---|
22 |
|
---|
23 | * mjobs/MJCalibration.cc:
|
---|
24 | - implemented Hi-/Lo-Gain calibration for MCs
|
---|
25 |
|
---|
26 | * mjobs/MJPedestal.cc:
|
---|
27 | - removed intermediate pedestalstorage from code (its
|
---|
28 | result is not used at all)
|
---|
29 |
|
---|
30 | * datacenter/macros/fillsignal.C:
|
---|
31 | - replaced GetMediandev by GetDev
|
---|
32 |
|
---|
33 |
|
---|
34 |
|
---|
35 | 2007/02/03 Thomas Bretz
|
---|
36 |
|
---|
37 | * mhist/MHCamEvent.[h,cc]:
|
---|
38 | - added Draw function to context menu
|
---|
39 | - added GetHist member functions
|
---|
40 | - added possibility to display the relative error
|
---|
41 |
|
---|
42 | * mjobs/MJCalibration.cc:
|
---|
43 | - read the hi-/lo-gain calibration constants from a MHCamEvent
|
---|
44 | which is stored in a root file given in resources/hilocalib.rc
|
---|
45 |
|
---|
46 | * msignal/MExtractTimeAndCharge.cc:
|
---|
47 | - improved the estimation in GetSaturationTime for the cases in
|
---|
48 | which the saturating pulse is so early, that an normal
|
---|
49 | interpolation is not appropriate.
|
---|
50 |
|
---|
51 | * callisto_DecJan04.rc:
|
---|
52 | - set fall- and rise-time for spline artificially to 0.5
|
---|
53 |
|
---|
54 | * mhbase/MFillH.cc:
|
---|
55 | - added comments
|
---|
56 |
|
---|
57 | * mpedestal/MExtractPedestal.[h,cc],
|
---|
58 | mpedestal/MPedCalcFromLoGain.cc, mpedestal/MPedCalcPedRun.cc:
|
---|
59 | - fixed the range check.In case of the lo-gain extraction
|
---|
60 | the range could infact leak out of the fadc slices
|
---|
61 |
|
---|
62 | * msignal/MExtractTimeAndCharge.[h,cc]:
|
---|
63 | - added somecomments
|
---|
64 | - forbid the lo-gain signal to be negative
|
---|
65 | - increased version number for compatibility with last release
|
---|
66 |
|
---|
67 | * msignal/MExtractTimeAndChargeSpline.cc:
|
---|
68 | - set the correct numbers for rise- and fall-time as default
|
---|
69 |
|
---|
70 | * mbase/MStatusArray.[h,cc]:
|
---|
71 | - improved workaround in Read() and Write() for the Reset
|
---|
72 | of the kCanDelete bit in TH1
|
---|
73 |
|
---|
74 | * mjobs/MJCalibration.cc, mjobs/MJCalibrateSignal.cc:
|
---|
75 | - commented out obsolete references to *HiLoCam
|
---|
76 |
|
---|
77 | * mhcalib/Makefile, mcalib/Makefile, mhcalib/HCalibLinkDef.h,
|
---|
78 | mcalib/CalibLinkDef.h:
|
---|
79 | - removed *HiLoCam s
|
---|
80 |
|
---|
81 |
|
---|
82 |
|
---|
83 | 2007/02/02 Thomas Bretz
|
---|
84 |
|
---|
85 | * mreflector/MRflSinglePhoton.[h,cc], mreflector/MRflEvtData.[h,cc]:
|
---|
86 | - added new Fill functions allowing to fill photons versus
|
---|
87 | a z-value, e.g. energy.
|
---|
88 |
|
---|
89 |
|
---|
90 |
|
---|
91 | 2007/02/01 Thomas Bretz
|
---|
92 |
|
---|
93 | * mhist/MHCamEvent.[h,cc]:
|
---|
94 | - allow to set a histogram for display from external
|
---|
95 |
|
---|
96 | * mhist/MHCamera.[h,cc]:
|
---|
97 | - added functions to calc Median/Dev
|
---|
98 | - fixed adding a MHCamera with AddCamContent. It now takes also
|
---|
99 | the errors and binentries correctly into account
|
---|
100 | - simplified Reset() using TArray::Reset()
|
---|
101 |
|
---|
102 | * mhvstime/MHSectorVsTime.[h,cc]:
|
---|
103 | - added option to use median/dev instead of mean/rms
|
---|
104 | - switched Grid on
|
---|
105 |
|
---|
106 | * mjobs/MSequence.cc, mjobs/MDataSet.cc:
|
---|
107 | - small improvements to splitting number rows
|
---|
108 | - handle possible tabs correctly
|
---|
109 |
|
---|
110 | * mbase/MStatusArray.[h,cc]:
|
---|
111 | - improved handling in Read(). We make sure now that Read doesn't
|
---|
112 | produce a memory leak
|
---|
113 |
|
---|
114 | * mhist/MHCamera.[h,cc]:
|
---|
115 | - overwrote Clone function to make sure that a cloned MHCamera
|
---|
116 | is never added to the current directory
|
---|
117 |
|
---|
118 | * mcamera/MCameraTH.h:
|
---|
119 | - added a workaround to get rid of the obsolete discriminator thresholds
|
---|
120 | for the non-trigger pixels
|
---|
121 |
|
---|
122 | * mreport/MReportCC.cc:
|
---|
123 | - added a sanity \o-Terminator to the dicriminator threshold extraction
|
---|
124 |
|
---|
125 |
|
---|
126 |
|
---|
127 |
|
---|
128 | 2007/01/30 Thomas Bretz
|
---|
129 |
|
---|
130 | * mbadpixels/MBadPixelsCam.[h,cc]:
|
---|
131 | - added function to return the uncalibrated and unsuitable
|
---|
132 | pixels as TArrayC (to be used in MHCamera)
|
---|
133 |
|
---|
134 | * mhcalib/MHCalibrationChargeCam.cc:
|
---|
135 | - added a FIXME-comment
|
---|
136 |
|
---|
137 | * mhist/MHCamEvent.[h,cc]:
|
---|
138 | - added an option to change the kind of error which is displayed
|
---|
139 | - consequently increased version number by 1
|
---|
140 |
|
---|
141 | * mhist/MHCamera.[h,cc]:
|
---|
142 | - added a new bit to allow the error to be switched between
|
---|
143 | mean and spread
|
---|
144 |
|
---|
145 | * mjobs/MJStar.cc, mjobs/MJCalibrateSignal.cc:
|
---|
146 | - adapted to changes in error display
|
---|
147 |
|
---|
148 |
|
---|
149 |
|
---|
150 | 2007/01/27 Thomas Bretz
|
---|
151 |
|
---|
152 | * manalysis/MMcCalibrationUpdate.cc:
|
---|
153 | - fixed a typo in a comment
|
---|
154 |
|
---|
155 | * mcalib/MCalibrateData.[h,cc]:
|
---|
156 | - commented out some obsolete currently unused code
|
---|
157 |
|
---|
158 | * mdata/MDataPhrase.cc:
|
---|
159 | - added a sanity check
|
---|
160 |
|
---|
161 | * mpedestal/MMcPedestalCopy.cc:
|
---|
162 | - Changed output to fit the structure used in all other classes
|
---|
163 |
|
---|
164 | * mmain/MEventDisplay.cc:
|
---|
165 | - made sure that MPedestalSubtract dies the right thing
|
---|
166 | - removed badpixel calculation and treatment until a better
|
---|
167 | solution was found.
|
---|
168 |
|
---|
169 | * mfbase/MFDataPhrase.cc:
|
---|
170 | - fixed a "comparison is always true" warning
|
---|
171 |
|
---|
172 | * msignal/MExtractTimeAndChargeDigitalFilter.h:
|
---|
173 | - increased class version number to 3 to account for the removal
|
---|
174 | of the fTimeShift data members since last release
|
---|
175 |
|
---|
176 |
|
---|
177 |
|
---|
178 | 2007/01/27 Daniela Dorner
|
---|
179 |
|
---|
180 | * datacenter/db/showplots.php:
|
---|
181 | - added (tool to click through the calib, signal and star plots of
|
---|
182 | one sequence)
|
---|
183 |
|
---|
184 | * datacenter/db/index.html:
|
---|
185 | - added link to new plot tool
|
---|
186 |
|
---|
187 | * datacenter/db/ganymed.php:
|
---|
188 | - added fDataSetName, removed fWobble
|
---|
189 | - removed mininmum value of 100 for dataset range
|
---|
190 |
|
---|
191 | * datacenter/db/builddatasets.php:
|
---|
192 | - added fIsoInLimit2 and fIMCLimit2 in Init
|
---|
193 | - added check on observation mode
|
---|
194 |
|
---|
195 |
|
---|
196 |
|
---|
197 | 2007/01/26 Thomas Bretz
|
---|
198 |
|
---|
199 | * mpedestal/MExtractPedestal.cc:
|
---|
200 | - fixed a bug which caused the pedestal to be set to 0 if the
|
---|
201 | AB-flag is invalid
|
---|
202 |
|
---|
203 |
|
---|
204 |
|
---|
205 | 2007/01/25 Thomas Bretz
|
---|
206 |
|
---|
207 | * mreflector/MRflSinglePhoton.h:
|
---|
208 | - added copy constructor
|
---|
209 | - added a function to fill a TH2
|
---|
210 |
|
---|
211 | * mreflector/MRflEvtData.[h,cc]:
|
---|
212 | - added copy costructor
|
---|
213 | - added Clone function
|
---|
214 | - added a function to fill a TH2
|
---|
215 |
|
---|
216 |
|
---|
217 |
|
---|
218 | 2007/01/24 Thomas Bretz
|
---|
219 |
|
---|
220 | * mhflux/MHCollectionArea.cc:
|
---|
221 | - fixed a typo in the last change
|
---|
222 |
|
---|
223 |
|
---|
224 |
|
---|
225 | 2007/01/24 Daniel Hoehne
|
---|
226 |
|
---|
227 | * msignal/*.dat:
|
---|
228 | - inserted missing third column (0) in all weights files
|
---|
229 |
|
---|
230 |
|
---|
231 |
|
---|
232 | 2007/01/18 Thomas Bretz
|
---|
233 |
|
---|
234 | * mhflux/MHCollectionArea.cc:
|
---|
235 | - another fix for the error calculation of the collection area.
|
---|
236 | The totalarea was inluded in the error calculation as it would
|
---|
237 | be a wait, but actually it is not.
|
---|
238 |
|
---|
239 |
|
---|
240 |
|
---|
241 | 2007/01/16 Thomas Bretz
|
---|
242 |
|
---|
243 | * mfileio/MReadMarsFile.cc:
|
---|
244 | - fixed two "comparison between signed and unsigned integer" warnings
|
---|
245 |
|
---|
246 | * mhbase/MFillH.cc:
|
---|
247 | - small update to comments
|
---|
248 |
|
---|
249 | * mimage/MHHillasExt.cc:
|
---|
250 | - call SetDirectory(NULL) after SetName
|
---|
251 |
|
---|
252 | * mjobs/MSequence.[h,cc]:
|
---|
253 | - commented out obsolete GetFileNames
|
---|
254 |
|
---|
255 | * msignal/MExtractor.[h,cc]:
|
---|
256 | - Some small updates
|
---|
257 | - removed code from Process function
|
---|
258 | - increased version number to 7
|
---|
259 |
|
---|
260 | * msignal/MExtractedSignalPix.h:
|
---|
261 | - some simple reordering in the class header
|
---|
262 |
|
---|
263 | * msignal/MExtractTimeAndChargeDigitalFilter.cc:
|
---|
264 | - simplified the checks in SetWindowSize
|
---|
265 |
|
---|
266 | * msignal/MC_cosmics_weights46.dat, msignal/MC_weights46.dat:
|
---|
267 | - added third column with zeros
|
---|
268 |
|
---|
269 |
|
---|
270 |
|
---|
271 | 2007/01/16 Daniela Dorner
|
---|
272 |
|
---|
273 | * datacenter/db/menu.php, datacenter/db/datasetinfo-aio.php,
|
---|
274 | datacenter/db/magicdefs.php:
|
---|
275 | - implemented new variables for datasets
|
---|
276 |
|
---|
277 |
|
---|
278 |
|
---|
279 | 2007/01/15 Thomas Bretz
|
---|
280 |
|
---|
281 | * mpedestal/MPedestalSubtract.cc:
|
---|
282 | - added a sanity check tomake sure that the pixel array has the
|
---|
283 | correct size when filled
|
---|
284 | - made sure the the number of pixels in the camera nd not the
|
---|
285 | number of connected pixels is used to initialize the size of
|
---|
286 | the arrays.
|
---|
287 |
|
---|
288 | * mpedestal/MPedestalSubtractedEvt.[h,cc]:
|
---|
289 | - allow the initialization of nuber of pixels and samples
|
---|
290 | independanly.
|
---|
291 |
|
---|
292 |
|
---|
293 | 2007/01/15 Daniela Dorner
|
---|
294 |
|
---|
295 | * datacenter/db/sources.php, datacenter/db/sequinfo-aio.php,
|
---|
296 | datacenter/db/runinfo-aio.php, datacenter/db/printtable.php,
|
---|
297 | datacenter/db/plotdb.php, datacenter/db/menu.php,
|
---|
298 | datacenter/db/findoffdata.php, datacenter/db/builddatasets.php,
|
---|
299 | datacenter/db/datasetinfo.php:
|
---|
300 | - fixed bug in init of $_GET
|
---|
301 |
|
---|
302 |
|
---|
303 |
|
---|
304 | 2007/01/12 Stefan Ruegamer
|
---|
305 |
|
---|
306 | * datacenter/macros/writedatasetfile.C:
|
---|
307 | - addded #include <errno.h>
|
---|
308 |
|
---|
309 |
|
---|
310 |
|
---|
311 | 2007/01/11 Thomas Bretz
|
---|
312 |
|
---|
313 | * mbase/MLogManip.cc:
|
---|
314 | - removed the obsolete include of MLog.h
|
---|
315 |
|
---|
316 | * mbase/MLogManip.h:
|
---|
317 | - encapsulated an include in ifdefs
|
---|
318 |
|
---|
319 | * mhcalib/MHCalibrationCam.cc, mhcalib/MHCalibrationChargeCam.cc:
|
---|
320 | - updated log-output
|
---|
321 |
|
---|
322 | * mhflux/MHEnergyEst.cc:
|
---|
323 | - replaced difficult to see green by blue
|
---|
324 |
|
---|
325 | * mjobs/MDataSet.[h,cc]:
|
---|
326 | - added datat members for path of sequences and path of data files
|
---|
327 | to be able to store overwritten defaults
|
---|
328 | - check completeness of dataset files
|
---|
329 | - store a MSequence object in the list instead of the name and dir
|
---|
330 | (this is necessary to have all important information for a dataset
|
---|
331 | file, including the sequence number! - available)
|
---|
332 | - some changes to the output
|
---|
333 | - allow to print a perfect copy of the read dataset file to the console
|
---|
334 | just from the contents of the object
|
---|
335 |
|
---|
336 | * mjobs/MJStar.cc:
|
---|
337 | - updated to use MSequence::GetFileName instead of MSequence:GetName
|
---|
338 |
|
---|
339 | * mjobs/MSequence.[h,cc]:
|
---|
340 | - keep filename and datapath in header, this has some advantages
|
---|
341 | for sanity checks
|
---|
342 | - many improvements of sanity checking in case of missing or
|
---|
343 | unaccessible files
|
---|
344 | - Fixed "lightConditions" (was "LightCondition")
|
---|
345 | - Fixed "No_Moon" (was "NoMoon")
|
---|
346 | - allow to set the data path as second argument in the constructor
|
---|
347 | - implemented a check whether the sequence file is complete
|
---|
348 |
|
---|
349 | * mjobs/MJCut.[h,cc]:
|
---|
350 | - added some code (still commented out) to display the excess rate
|
---|
351 | - with the other changes we can now store the original dataset in
|
---|
352 | the output
|
---|
353 |
|
---|
354 | * mjoptim/MJOptimize.cc:
|
---|
355 | - Keep the sequence files in the file list instead of just the
|
---|
356 | filename and the directory
|
---|
357 |
|
---|
358 | * mjtrain/MJTrainDisp.cc:
|
---|
359 | - use return value of MDataSet::AddFilesOn/Off for a sanity check
|
---|
360 |
|
---|
361 | * mjobs/MJob.[h,cc]:
|
---|
362 | - removed obsolete fPathData and stuff
|
---|
363 |
|
---|
364 | * callisto.cc, star.cc:
|
---|
365 | - removed obsolete calls to MJob::SetPathData
|
---|
366 |
|
---|
367 | * callisto.rc, star.rc:
|
---|
368 | - removed obsolete examples for "PathData"-resource
|
---|
369 |
|
---|
370 | * mjobs/MJCalibTest.cc, mjobs/MJCalibrateSignal.cc,
|
---|
371 | mjobs/MJCalibration.cc, mjobs/MJPedestal.cc, mjobs/MJStar.cc:
|
---|
372 | - removed obsolete reference to fPathData
|
---|
373 |
|
---|
374 |
|
---|
375 |
|
---|
376 | 2007/01/11 Daniela Dorner
|
---|
377 |
|
---|
378 | * datacenter/db/builddatasets.php:
|
---|
379 | - implemented username (the one who inserts the dataset has to give
|
---|
380 | his/her username now)
|
---|
381 | - fixed password query in case user inserted something wrong
|
---|
382 | - implemented check, if on-sequences have different observations
|
---|
383 | modes
|
---|
384 | - implemented check, if user has chosen one sequences as on and off
|
---|
385 | - adapted text of password prompt
|
---|
386 |
|
---|
387 | * datacenter/db/builddatasets.php, datasetinfo-aio.php,
|
---|
388 | runinfo-aio.php, sequinfo-aio.php:
|
---|
389 | - minor changes in formatting
|
---|
390 | - added 'alt' for +/- images
|
---|
391 |
|
---|
392 | * datacenter/db/menu.js:
|
---|
393 | - added 'alt' for +/- images
|
---|
394 |
|
---|
395 |
|
---|
396 |
|
---|
397 | 2007/01/10 Thomas Bretz
|
---|
398 |
|
---|
399 | * mhbase/MH.cc:
|
---|
400 | - fixed a bug in SetBinomialErrors. The errors of the two
|
---|
401 | histograms were exchanged in the calculation
|
---|
402 |
|
---|
403 | * mbase/MEnv.[h,cc]:
|
---|
404 | - added new member function GetNumUntouched
|
---|
405 |
|
---|