source: trunk/MagicSoft/Mars/Changelog@ 8258

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