source: trunk/MagicSoft/Mars/Changelog@ 8303

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