source: trunk/MagicSoft/Mars/Changelog@ 8259

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