source: trunk/MagicSoft/Mars/Changelog@ 8282

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