source: trunk/MagicSoft/Mars/Changelog@ 8279

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