source: trunk/MagicSoft/Mars/Changelog@ 8256

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