source: trunk/MagicSoft/Mars/Changelog@ 8260

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