source: tags/Mars-V0.9.4.3/Changelog

Last change on this file was 7498, checked in by tbretz, 19 years ago
*** empty log message ***
File size: 7.5 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 2006/02/13
21
22 * RELEASE 0.9.4.3
23
24
25
26 2006/02/13 Thomas Bretz
27
28 * callisto.rc:
29 - changed pulse position check ExtractWinLeft to 4.0 and
30 ExtractWinRight to 4.5
31
32 * callisto_Dec04Jan05.rc:
33 - changed pulse position check ExtractWinLeft to 3.0 and
34 ExtractWinRight left at 2.5
35
36
37
38 2006/02/10 Thomas Bretz
39
40 * mastro/MAstro.cc:
41 - allow for more year in the algorithm calculating easter
42
43 * mcamera/MCameraDC.h, mcamera/MCameraHV.h, mcamera/MCameraTD.h,
44 mcamera/MCameraTH.h:
45 - added a sanity check in GetPixelContent
46
47 * mraw/MRawRunHeader.cc:
48 - fixed output (correct kiB instead of kB)
49
50 * Makefile, Makefile.rules:
51 - implemented the possibility to spread Make through condor
52
53 * mastro/MAstroCatalog.[h,cc]:
54 - new draw-options to rotate the grid and the stars
55
56 * mimage/MHHillas.cc:
57 - set minimum of fDelte to 0 instead of fDistC
58
59 * msignal/MExtractTimeAndChargeSpline.h:
60 - replaced the casts in SetRiseTimeHiGain and StFallTimeHiGain by
61 TMath::NInt
62
63 * mjobs/MDataSet.h:
64 - implemented new functions to check whether the dataset contains
65 a dedicated sequence
66
67 * datacenter/macros/plotdb.C:
68 - implemented the possibility to draw sequences of a dataset in
69 several colors
70
71
72
73 2006/02/09 Thomas Bretz
74
75 * mreport/MReport.cc:
76 - invented new fake CC report file version 200509300 for a change
77 in the starguider format (the already implemented last values
78 dissapeared again!) which is not noticed in the format version.
79
80 * mreport/MReportCC.cc, mreport/MReportStarguider.cc:
81 - fixed support for ver 200510250
82
83 * mjobs/MJSpectrum.cc:
84 - added fit of un-unfolded spectrum
85
86
87
88 2006/02/08 Daniela Dorner
89
90 * datacenter/scripts/sourcefile:
91 - implemented function checklock
92 - bugfix for failure code
93
94 * datacenter/scripts/buildsequenceentries, checkfilesforsequenceavail,
95 checkstardone, doexclusions, fillcallisto, fillganymed, fillstar,
96 makecallistolinks, runcallisto, runganymed, runstar,
97 writesequencefiles:
98 - implemented usage of function checklock
99
100 * datacenter/scripts/copyscript, doqualityplots, dowebplots,
101 insertsequences, linkmc:
102 - implemented usage of function checklock
103 - implemented variable $program
104
105 * datacenter/scripts/dodatacheck:
106 - implemented usage of function checklock
107 - implemented variable $lockfile
108
109 * datacenter/scripts/insertdatasets, mcsequences, processmcsequences:
110 - implemented usage of function checklock
111 - implemented variables $lockfile and $program
112
113 * datacenter/macros/doexclusions.C, fillganymed.C:
114 - fixed bug
115
116 * datacenter/macros/fillsinope.C, setstatus.C:
117 - improved documentation
118
119 * datacenter/scripts/filesondisk:
120 - implemented finding of zipped files
121
122
123
124 2006/02/08 Thomas Bretz
125
126 * datacenter/macros/plotdb.C:
127 - some minor changes to the layout
128
129
130
131 2006/02/07 Daniela Dorner
132
133 * datacenter/scripts/makecallistolinks:
134 - fixed bug
135
136 * datacenter/db:
137 - added (directory with db-websites)
138
139
140
141 2006/02/07 Daniela Dorner, Daniel Hoehne
142
143 * datacenter/scripts/sourcefile:
144 - added failure code variables
145 - changed calling of setstatus.C accordingly
146
147 * datacenter/scripts/buildsequenceentries, checkfilesforsequenceavail,
148 checkstardone, correcttime, dodatacheck, doexclusions, fillcallisto,
149 fillganymed, fillstar, runcallisto, runganymed, runstar,
150 writesequencefiles:
151 - implemented failure variable
152
153 * datacenter/macros/getdolist.C, setstatus.C, setupdb.C:
154 - added new/changed columns (fReturnCode, fFailedCode,
155 fFailedCodeAdd)
156
157
158
159 2006/02/06 Daniela Dorner
160
161 * datacenter/scripts/fillstar, macros/setstatus.C, getdolist.C:
162 - fixed bugs
163
164
165
166 2006/02/03 Daniela Dorner
167
168 * datacenter/scripts/sourcefile:
169 - implemented two new functions: getdolist, finish
170 - implemented usage of function finish in other functions
171
172 * datacenter/scripts/movingrawfiles:
173 - implemented zipping of rawfiles
174
175 * datacenter/scripts/buildsequenceentries, checkfilesforsequenceavail,
176 checkstardone, copyscript, correcttime, dodatacheck, doexclusions,
177 fillcallisto, fillganymed, fillstar, insertdatasets,
178 makecallistolinks, processmcsequences, runcallisto, runganymed,
179 runstar, writesequencefiles:
180 - replaced corresponding pieces of code by the functions getdolist
181 and finish
182 - moved variable $date to function getdolist
183 - improved logging
184 - generalized variables $lockfile and $todofile
185
186
187 2006/02/03 Daniela Dorner, Daniel Hoehne
188
189 * datacenter/scripts/sourcefile:
190 - fixed small bugs
191
192 * datacenter/scripts/runcallisto:
193 - small bugfix
194 - improved logging
195
196 * datacenter/scripts/insertdatasets:
197 - removed not needed variable
198
199 * datacenter/macros/getdolist.C:
200 - small bugfix
201
202
203
204 2006/02/02 Daniela Dorner
205
206 * datacenter/scripts/linkmc:
207 - changed numbering of P and C run in linking
208
209 * datacenter/scripts/sourcefile:
210 - moved to root-version root_v4.04.02g
211
212
213
214 2006/02/01 Daniel Hoehne
215
216 * datacenter/scripts/buildsequenceentries, checkfilesforsequenceavail,
217 checkstardone, correcttime, dodatacheck, doexclusions, fillcallisto,
218 fillganymed, fillstar, writesequencefiles:
219 - adapted usage of function setstatus
220
221
222
223 2006/01/31 Daniela Dorner
224
225 * datacenter/macros/setstatus.C, getdolist.C:
226 - adapted macros to changes in new columns (fFailedCode,
227 fFailedComment)
228
229 * datacenter/macros/setstatus.C:
230 - added "noreset" for column fStartTime (is needed so that runtime
231 is available in case of failure)
232
233 * datacenter/macros/setupdb.C:
234 - added new columns
235
236 * datacenter/scripts/runcallisto, runganymed, runstar:
237 - implemented failure handling
238
239 * datacenter/scripts/sourcefile:
240 - implemented new functions to set status values
241
242
243
244 2006/01/30 Daniel Hoehne
245
246 * datacenter/scripts/buildsequenceentries, checkfilesforsequenceavail,
247 checkstardone, correcttime, dodatacheck, doexclusions, fillcallisto,
248 fillganymed, fillstar, runcallisto, runganymed, runstar, sourcefile,
249 writesequencefiles:
250 - added function setstatus in sourcefile
251 - changed calling of setstatus.C in setstatus
252 - implemented variable $program to generalize usage of setstatus
253 - replaced corresponding piece of code by function setstatus
254 - fixed some typos
255
256
257
258 2006/01/30 Daniela Dorner
259
260 * datacenter/macros/setstatus.C, getdolist.C:
261 - adapted macros to the improvement of failure handling in the
262 automatic analysis (added columns fFailed, fStartTime,
263 fFailedTime)
264
265
266
267 2006/01/27 Thomas Bretz
268
269 * mjobs/MDataSet.cc:
270 - improved a warning output
271
272
273
274 2006/01/23 Thomas Bretz
275
276 * mbase/MTime.cc:
277 - removed a sanity check in GetStringFmt. It work's quite nice
278 in the DC but crashes on my Laptop (which is not so important)
279
280
281
282 2006/01/10 Daniela Dorner
283
284 * datacenter/macros/*.C, datacenter/script:
285 - updated and added documentation
286 - improved logging
287 - fixed small bugs
Note: See TracBrowser for help on using the repository browser.