source: trunk/MagicSoft/Mars/Changelog@ 8255

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