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