source: trunk/MagicSoft/Mars/Changelog@ 8253

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