source: trunk/MagicSoft/Mars/Changelog@ 8261

Last change on this file since 8261 was 8261, checked in by tbretz, 18 years ago
*** empty log message ***
File size: 5.6 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/18 Thomas Bretz
22
23 * mhflux/MHCollectionArea.cc:
24 - another fix for the error calculation of the collection area.
25 The totalarea was inluded in the error calculation as it would
26 be a wait, but actually it is not.
27
28
29
30 2007/01/16 Thomas Bretz
31
32 * mfileio/MReadMarsFile.cc:
33 - fixed two "comparison between signed and unsigned integer" warnings
34
35 * mhbase/MFillH.cc:
36 - small update to comments
37
38 * mimage/MHHillasExt.cc:
39 - call SetDirectory(NULL) after SetName
40
41 * mjobs/MSequence.[h,cc]:
42 - commented out obsolete GetFileNames
43
44 * msignal/MExtractor.[h,cc]:
45 - Some small updates
46 - removed code from Process function
47 - increased version number to 7
48
49 * msignal/MExtractedSignalPix.h:
50 - some simple reordering in the class header
51
52 * msignal/MExtractTimeAndChargeDigitalFilter.cc:
53 - simplified the checks in SetWindowSize
54
55 * msignal/MC_cosmics_weights46.dat, msignal/MC_weights46.dat:
56 - added third column with zeros
57
58
59
60 2007/01/16 Daniela Dorner
61
62 * datacenter/db/menu.php, datacenter/db/datasetinfo-aio.php,
63 datacenter/db/magicdefs.php:
64 - implemented new variables for datasets
65
66
67
68 2007/01/15 Thomas Bretz
69
70 * mpedestal/MPedestalSubtract.cc:
71 - added a sanity check tomake sure that the pixel array has the
72 correct size when filled
73 - made sure the the number of pixels in the camera nd not the
74 number of connected pixels is used to initialize the size of
75 the arrays.
76
77 * mpedestal/MPedestalSubtractedEvt.[h,cc]:
78 - allow the initialization of nuber of pixels and samples
79 independanly.
80
81
82 2007/01/15 Daniela Dorner
83
84 * datacenter/db/sources.php, datacenter/db/sequinfo-aio.php,
85 datacenter/db/runinfo-aio.php, datacenter/db/printtable.php,
86 datacenter/db/plotdb.php, datacenter/db/menu.php,
87 datacenter/db/findoffdata.php, datacenter/db/builddatasets.php,
88 datacenter/db/datasetinfo.php:
89 - fixed bug in init of $_GET
90
91
92
93 2007/01/12 Stefan Ruegamer
94
95 * datacenter/macros/writedatasetfile.C:
96 - addded #include <errno.h>
97
98
99
100 2007/01/11 Thomas Bretz
101
102 * mbase/MLogManip.cc:
103 - removed the obsolete include of MLog.h
104
105 * mbase/MLogManip.h:
106 - encapsulated an include in ifdefs
107
108 * mhcalib/MHCalibrationCam.cc, mhcalib/MHCalibrationChargeCam.cc:
109 - updated log-output
110
111 * mhflux/MHEnergyEst.cc:
112 - replaced difficult to see green by blue
113
114 * mjobs/MDataSet.[h,cc]:
115 - added datat members for path of sequences and path of data files
116 to be able to store overwritten defaults
117 - check completeness of dataset files
118 - store a MSequence object in the list instead of the name and dir
119 (this is necessary to have all important information for a dataset
120 file, including the sequence number! - available)
121 - some changes to the output
122 - allow to print a perfect copy of the read dataset file to the console
123 just from the contents of the object
124
125 * mjobs/MJStar.cc:
126 - updated to use MSequence::GetFileName instead of MSequence:GetName
127
128 * mjobs/MSequence.[h,cc]:
129 - keep filename and datapath in header, this has some advantages
130 for sanity checks
131 - many improvements of sanity checking in case of missing or
132 unaccessible files
133 - Fixed "lightConditions" (was "LightCondition")
134 - Fixed "No_Moon" (was "NoMoon")
135 - allow to set the data path as second argument in the constructor
136 - implemented a check whether the sequence file is complete
137
138 * mjobs/MJCut.[h,cc]:
139 - added some code (still commented out) to display the excess rate
140 - with the other changes we can now store the original dataset in
141 the output
142
143 * mjoptim/MJOptimize.cc:
144 - Keep the sequence files in the file list instead of just the
145 filename and the directory
146
147 * mjtrain/MJTrainDisp.cc:
148 - use return value of MDataSet::AddFilesOn/Off for a sanity check
149
150 * mjobs/MJob.[h,cc]:
151 - removed obsolete fPathData and stuff
152
153 * callisto.cc, star.cc:
154 - removed obsolete calls to MJob::SetPathData
155
156 * callisto.rc, star.rc:
157 - removed obsolete examples for "PathData"-resource
158
159 * mjobs/MJCalibTest.cc, mjobs/MJCalibrateSignal.cc,
160 mjobs/MJCalibration.cc, mjobs/MJPedestal.cc, mjobs/MJStar.cc:
161 - removed obsolete reference to fPathData
162
163
164
165 2007/01/11 Daniela Dorner
166
167 * datacenter/db/builddatasets.php:
168 - implemented username (the one who inserts the dataset has to give
169 his/her username now)
170 - fixed password query in case user inserted something wrong
171 - implemented check, if on-sequences have different observations
172 modes
173 - implemented check, if user has chosen one sequences as on and off
174 - adapted text of password prompt
175
176 * datacenter/db/builddatasets.php, datasetinfo-aio.php,
177 runinfo-aio.php, sequinfo-aio.php:
178 - minor changes in formatting
179 - added 'alt' for +/- images
180
181 * datacenter/db/menu.js:
182 - added 'alt' for +/- images
183
184
185
186 2007/01/10 Thomas Bretz
187
188 * mhbase/MH.cc:
189 - fixed a bug in SetBinomialErrors. The errors of the two
190 histograms were exchanged in the calculation
191
192 * mbase/MEnv.[h,cc]:
193 - added new member function GetNumUntouched
194
Note: See TracBrowser for help on using the repository browser.