source: trunk/MagicSoft/Mars/Changelog@ 7489

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