source: trunk/MagicSoft/Mars/Changelog@ 8296

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