source: trunk/MagicSoft/Mars/Changelog@ 8275

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