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