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 | 2006/05/05
|
---|
22 |
|
---|
23 | * RELEASE 0.9.5.1
|
---|
24 |
|
---|
25 |
|
---|
26 |
|
---|
27 | 2006/05/05 Thomas Bretz
|
---|
28 |
|
---|
29 | * datacenter/macros/plotdb.C:
|
---|
30 | - updated with new tabs for the starguider data
|
---|
31 |
|
---|
32 | * mhflux/MHEnergyEst.cc:
|
---|
33 | - print the result to the all-logstream
|
---|
34 | - changed the fit range not to take the overflow into account
|
---|
35 |
|
---|
36 | * mranforest/MRanForest.[h,cc]:
|
---|
37 | - Use the default Reset() instead of Reset(0)
|
---|
38 | - changed output while training
|
---|
39 | - replaced a lot of TArrays by MArrays
|
---|
40 | - at some points replaced gRandom->Rndm by gRandom->Integer
|
---|
41 | - removed some obsolete arguments from ModifyDataSort
|
---|
42 | - In CreateDataSort isort need not to be initialized, it is
|
---|
43 | done by TMath::Sort anyhow
|
---|
44 | - a small simplification to ModifyDataSort
|
---|
45 | - added some const-qualifiers in funciton calls
|
---|
46 |
|
---|
47 | * mranforest/MRanTree.[h,cc]:
|
---|
48 | - replaced a lot of TArrays by MArrays
|
---|
49 | - removed some obsolete calls to Reset(0) after the instatization
|
---|
50 | of the array
|
---|
51 | - small acceleration of the averaging when calculating fBestSplit[k]
|
---|
52 | - at some points replaced gRandom->Rndm by gRandom->Integer
|
---|
53 | - directly give mean[kbuild] and square[kbuild] as an argument
|
---|
54 | to FindBestSplit
|
---|
55 | - removed the obsolste dereferencing from the call to FindBestSplit
|
---|
56 | - added some const-qualifiers in funciton calls
|
---|
57 | - make a copy of tclasspop in BuildTree to be able to give the
|
---|
58 | array as a const qualified reference. It is not used at any other
|
---|
59 | place
|
---|
60 | - in TreeHad first get the pointers to the vector with the data to
|
---|
61 | get rid of the range check done by root. This has also the advantage
|
---|
62 | that all TreeHad member function can be unified into a single
|
---|
63 | member function
|
---|
64 |
|
---|
65 | * mhflux/MAlphaFitter.cc:
|
---|
66 | - fixed aproblem with the fit which could cause infinite loops
|
---|
67 | in the case of off-data. This did in no means effect the result,
|
---|
68 | just the performance.
|
---|
69 |
|
---|
70 | * mhbase/MH3.cc:
|
---|
71 | - convert the options ToLower case first before checking
|
---|
72 |
|
---|
73 | * mjtrain/MJTrainRanForest.[h,cc]:
|
---|
74 | - added AddPar member function
|
---|
75 | - added fPreTasks and fPostTasks
|
---|
76 | - added fEnableWeights
|
---|
77 | - added member functions suporting setting pre- and posttasks
|
---|
78 | and weights
|
---|
79 |
|
---|
80 | * mtools/MTFillMatrix.h:
|
---|
81 | - added new member function to clear the fPreCuts, fPreTasks and
|
---|
82 | fPostTasks lists
|
---|
83 |
|
---|
84 | * mjtrain/MJTrainEnergy.cc:
|
---|
85 | - implemented usage of weights
|
---|
86 |
|
---|
87 | * mjtrain/MJTrainSeparation.[h,cc]:
|
---|
88 | - implemented the usage of weights
|
---|
89 | - implemented a random source position to train with wobble
|
---|
90 | data
|
---|
91 | - added some more output
|
---|
92 | - added an option to switch between classification and regression
|
---|
93 | - added th epossibility to change the MC flux
|
---|
94 |
|
---|
95 | * mjtrain/Makefile:
|
---|
96 | - added include path for mpointing and mimage
|
---|
97 |
|
---|
98 |
|
---|
99 |
|
---|
100 | 2006/05/04 Thomas Bretz
|
---|
101 |
|
---|
102 | * mbase/MTaskList.[h,cc]:
|
---|
103 | - added new member function AddToListBefore(TList&) and
|
---|
104 | AddToListAfter(TList&)
|
---|
105 | - added corresponding RemoveFromList(TList&)
|
---|
106 |
|
---|
107 | * mhflux/MMcSpectrumWeight.[h,cc]:
|
---|
108 | - added new member functions CalcSpecNew and CalcSpecOld to
|
---|
109 | evaluate the spectrum at a given energy
|
---|
110 | - added a new data member which allows to set an energy
|
---|
111 | at which the normalization is calculated instead of
|
---|
112 | the integral
|
---|
113 |
|
---|
114 | * mpointing/MSrcPosRndm.[h,cc]:
|
---|
115 | - added new option which allows to create a random wobble
|
---|
116 | source position
|
---|
117 |
|
---|
118 |
|
---|
119 |
|
---|
120 | 2006/05/03 Daniela Dorner
|
---|
121 |
|
---|
122 | * datacenter/macros/setupdb.C:
|
---|
123 | - changed type of sourcename and projectname according to new
|
---|
124 | format
|
---|
125 |
|
---|
126 |
|
---|
127 |
|
---|
128 | 2006/05/03 Thomas Bretz
|
---|
129 |
|
---|
130 | * Makefile.rules:
|
---|
131 | - added new option zdiff
|
---|
132 |
|
---|
133 | * mbase/MTaskList.[h,cc]:
|
---|
134 | - overwrite member function AddToList with a TList-reference
|
---|
135 | as argument
|
---|
136 |
|
---|
137 | * mhflux/MHCollectionArea.[h,cc]:
|
---|
138 | - added the missing //! behind the fMcEvt data member
|
---|
139 | - increased class version number
|
---|
140 | - removed obsolete fEnergy data member
|
---|
141 |
|
---|
142 | * mranforest/MRanForest.cc:
|
---|
143 | - added to the output whether weights are set
|
---|
144 |
|
---|
145 | * mraw/MRawRunHeader.cc:
|
---|
146 | - removed an obsolete Print() which enetered for debugging
|
---|
147 |
|
---|
148 | * mimage/MHNewImagePar.cc:
|
---|
149 | - the plots for CocCOG and ConcCore had the same color... fixed
|
---|
150 |
|
---|
151 | * mranforest/MRanForestCalc.[h,cc]:
|
---|
152 | - allow to set weights for each event
|
---|
153 |
|
---|
154 | * mtools/MTFillMatrix.[h,cc]:
|
---|
155 | - implemented the possibility to set pre- and post-tasks
|
---|
156 | executed in the eventloop
|
---|
157 |
|
---|
158 |
|
---|
159 |
|
---|
160 |
|
---|
161 | 2006/05/02 Thomas Bretz
|
---|
162 |
|
---|
163 | * mraw/MRawRunHeader.cc:
|
---|
164 | - fixed the typo in the output
|
---|
165 |
|
---|
166 | * mpointing/MHPointing.cc, datacenter/macros/fillstar.C:
|
---|
167 | - fixed a typo in the name of the plot Skybrightness
|
---|
168 |
|
---|
169 |
|
---|
170 |
|
---|
171 | 2006/04/30 Thomas Bretz
|
---|
172 |
|
---|
173 | * mjtrain/MJTrainSeparation.[h,cc]:
|
---|
174 | - new option to switch between regression and classification
|
---|
175 | - fixed the auto training (still far from working well)
|
---|
176 | - improved result plots
|
---|
177 |
|
---|
178 | * mbase/MMath.cc:
|
---|
179 | - fixed SignificanceLiMa such that it allows basically zero
|
---|
180 | signal- and/or background events
|
---|
181 |
|
---|
182 |
|
---|
183 |
|
---|
184 | 2006/04/27 Thomas Bretz
|
---|
185 |
|
---|
186 | * datacenter/macros/fillstar.C:
|
---|
187 | - replaced the mean by the median
|
---|
188 |
|
---|
189 |
|
---|
190 |
|
---|
191 | 2006/04/26 Daniela Dorner
|
---|
192 |
|
---|
193 | * datacenter/macros/fillstar.C, datacenter/macros/setupdb.C:
|
---|
194 | - added four new columns to the table Star
|
---|
195 |
|
---|
196 |
|
---|
197 |
|
---|
198 | 2006/04/24 Thomas Bretz
|
---|
199 |
|
---|
200 | * ganymed.rc, ganymed_onoff.rc, ganymed_wobble.rc:
|
---|
201 | - some fixes to the comments describing random forest
|
---|
202 |
|
---|
203 |
|
---|
204 |
|
---|
205 | 2006/04/23 Thomas Bretz
|
---|
206 |
|
---|
207 | * mhist/MHHadronness.cc:
|
---|
208 | - do not reset the two hadronness-histograms in SetupFill
|
---|
209 | otherwise MJTrainSeparation cannot work correctly
|
---|
210 |
|
---|
211 | * mjtrain/MJTrainSeparation.cc:
|
---|
212 | - added a Plot of Hadronness versus Size for MC events
|
---|
213 |
|
---|
214 |
|
---|
215 |
|
---|
216 | 2006/04/22 Thomas Bretz
|
---|
217 |
|
---|
218 | * mraw/MRawRunHeader.cc:
|
---|
219 | - some small changes, mainly output and comments
|
---|
220 |
|
---|
221 | * mhflux/MHAlpha.[h,cc]:
|
---|
222 | - show also the integrated number of excess events in the
|
---|
223 | plot versus energy/size and show the correct error.
|
---|
224 |
|
---|
225 | * mtools/MJSpectrum.cc:
|
---|
226 | - added accelerator for executing the tasklist as in MJCut
|
---|
227 |
|
---|
228 | * macros/train/trainseparation.C:
|
---|
229 | - fixed a typo
|
---|
230 |
|
---|
231 | * mjtrain/MJTrainSeparation.h:
|
---|
232 | - added missing initialization of fAutoTrain
|
---|
233 | - fixed an error in EnablAutoTrain (was always set to kTRUE)
|
---|
234 |
|
---|
235 |
|
---|
236 |
|
---|
237 | 2006/04/21 Daniel Hoehne
|
---|
238 |
|
---|
239 | * datacenter/scripts/doqualityplots, datacenter/scripts/dowebplots:
|
---|
240 | - fixed bug in usage of pstoimg
|
---|
241 |
|
---|
242 |
|
---|
243 |
|
---|
244 | 2006/04/13 Thomas Bretz
|
---|
245 |
|
---|
246 | * mraw/MRawRunHeader.[h,cc]:
|
---|
247 | - adapted to new DAQ format version 6
|
---|
248 | - increased class version number
|
---|
249 |
|
---|
250 | * mtools/MTFillMatrix.cc:
|
---|
251 | - added accelerator for executing the tasklist as in MJCut
|
---|
252 |
|
---|
253 | * mfilter/MFEnergySlope.cc:
|
---|
254 | - small update to output
|
---|
255 |
|
---|
256 | * mfbase/MFilterList.[h,cc]:
|
---|
257 | - fixed a really old problem that the contents of the list never
|
---|
258 | got ReInit. Hopefully this never had bad sideeffects.
|
---|
259 |
|
---|
260 | * macros/train/trainenergy.C:
|
---|
261 | - added another comment how to change the spectral slope of the
|
---|
262 | monte carlo spectrum
|
---|
263 |
|
---|
264 |
|
---|
265 |
|
---|
266 | 2006/04/13 Thomas Bretz
|
---|
267 |
|
---|
268 | * mreport/MReport.cc:
|
---|
269 | - added new fake arehucas versions to fix a problem with the
|
---|
270 | starguider reports
|
---|
271 |
|
---|
272 | * mreport/MReportFileRead.cc:
|
---|
273 | - increased informations in warning output
|
---|
274 |
|
---|
275 | * mreport/MReportStarguider.cc:
|
---|
276 | - fixed a problem with the starguider reports between 6.3.2006 and
|
---|
277 | 19.3.2006
|
---|
278 |
|
---|
279 |
|
---|
280 |
|
---|
281 | 2006/04/13 Daniel Hoehne
|
---|
282 |
|
---|
283 | * datacenter/db/findoffdata.php:
|
---|
284 | - implemented query for the inhomogeneity
|
---|
285 |
|
---|
286 | * datacenter/db/runinfo.php:
|
---|
287 | - added checkboxes for start time, failed time and error codes
|
---|
288 |
|
---|
289 | * datacenter/db/datacheck.php:
|
---|
290 | - fixed bug in StatusMenus for DataCheck and RawFile
|
---|
291 |
|
---|
292 |
|
---|
293 |
|
---|
294 | 2006/04/12 Daniela Dorner, Daniel Hoehne
|
---|
295 |
|
---|
296 | * datacenter/scripts/makecallistolinks:
|
---|
297 | - fixed bug
|
---|
298 |
|
---|
299 |
|
---|
300 |
|
---|
301 | 2006/04/12 Thomas Bretz
|
---|
302 |
|
---|
303 | * datacenter/macros/filldotraw.C:
|
---|
304 | - allow to access gzipped raw-files
|
---|
305 |
|
---|
306 |
|
---|
307 |
|
---|
308 | 2006/04/11 Thomas Bretz
|
---|
309 |
|
---|
310 | * mastro/MAstro.h:
|
---|
311 | - added conversion Parsec2Lighyear
|
---|
312 |
|
---|
313 | * mbase/MLogHtml.cc:
|
---|
314 | - added a fix to display < and > correctly
|
---|
315 |
|
---|
316 | * mhflux/MHCollectionArea.[h,cc]:
|
---|
317 | - commented out obsolete fEnergy parameter
|
---|
318 |
|
---|
319 | * mjobs/MJSpectrum.cc:
|
---|
320 | - fill a second collection area plot after trigger
|
---|
321 |
|
---|
322 | * mjoptim/MJOptimize.cc:
|
---|
323 | - improve speed of optimization by switching of timing and
|
---|
324 | reset in eventloop
|
---|
325 |
|
---|
326 | * mmc/MFadcHeader.h:
|
---|
327 | - changed MFADC_CHANNELS from 3500 to 3800 according to Abelardo
|
---|
328 |
|
---|
329 | * mmc/MMcFadcHeader.hxx:
|
---|
330 | - increaded version number from 7 to 8
|
---|
331 |
|
---|
332 |
|
---|
333 |
|
---|
334 | 2006/04/11 Daniel Hoehne, Daniela Dorner
|
---|
335 |
|
---|
336 | * datacenter/scripts/dodatacheck:
|
---|
337 | - fixed bug in finding raw-files
|
---|
338 |
|
---|
339 |
|
---|
340 |
|
---|
341 | 2006/04/10 Daniel Hoehne
|
---|
342 |
|
---|
343 | * datacenter/macros/filldotrun.C:
|
---|
344 | - implemented new arehucas version
|
---|
345 |
|
---|
346 |
|
---|
347 |
|
---|
348 | 2006/04/07 Daniel Hoehne, Daniela Dorner
|
---|
349 |
|
---|
350 | * datacenter/macros/filldotrun.C, buildsequenceentries.C, setupdb.C:
|
---|
351 | - implemented new arehucas version
|
---|
352 |
|
---|
353 |
|
---|
354 |
|
---|
355 | 2006/04/06 Daniela Dorner
|
---|
356 |
|
---|
357 | * datacenter/scripts/makecallistolinks:
|
---|
358 | - fixed bug in resetting
|
---|
359 |
|
---|
360 | * datacenter/db/tabs.php:
|
---|
361 | - changed tabs for wobble
|
---|
362 |
|
---|
363 |
|
---|
364 |
|
---|
365 | 2006/04/05 Thomas Bretz
|
---|
366 |
|
---|
367 | * datacenter/macros/plotdb.C:
|
---|
368 | - added new tab with the effective on-time relative to the
|
---|
369 | observation time
|
---|
370 |
|
---|
371 | * sponde_onoff.rc:
|
---|
372 | - added
|
---|
373 |
|
---|
374 |
|
---|
375 |
|
---|
376 | 2006/04/04 Thomas Bretz
|
---|
377 |
|
---|
378 | * datacenter/macros/plotdb.C:
|
---|
379 | - if no dataset and no time-interval is given only sequences with
|
---|
380 | an effective on-time above five minutes are plotted anymore
|
---|
381 |
|
---|
382 |
|
---|
383 |
|
---|
384 | 2006/03/21 Daniela Dorner
|
---|
385 |
|
---|
386 | * datacenter/db/ganymed.php, datacenter/db/tabs.php:
|
---|
387 | - included different tabs for on/off and wobble
|
---|
388 |
|
---|
389 | * datacenter/db/ganymed.php:
|
---|
390 | - added zd angle range and observation period
|
---|
391 |
|
---|
392 | * datacenter/db/sequence.php:
|
---|
393 | - added rel. ontime
|
---|
394 |
|
---|
395 |
|
---|
396 |
|
---|
397 | 2006/03/20 Thomas Bretz
|
---|
398 |
|
---|
399 | * mraw/MRawRunHeader.cc:
|
---|
400 | - if the pixels to be swaped are both not found, assume they are
|
---|
401 | intentially not mapped. Changed the Error to a Warning
|
---|
402 |
|
---|
403 | * mhflux/MHDisp.[h,cc]:
|
---|
404 | - made the scale region a parameter which can be changed from
|
---|
405 | within the display
|
---|
406 | - allow the scale parameters to be setup from the resource-file
|
---|
407 | - changed the source-region which is cut out in wobble mode from
|
---|
408 | +/-15deg to +/-25deg which better fits what we get from MHPhi
|
---|
409 |
|
---|
410 | * ganymed.rc, ganymed_onoff.rc, ganymed_wobble.rc:
|
---|
411 | - added example how to change the new scale parameters in MHDisp
|
---|
412 |
|
---|
413 | * mhflux/MAlphaFitter.[h,cc]:
|
---|
414 | - implemented the strategy for optimization which is suggested
|
---|
415 | by the Berlin people for weak sources "weaksource"
|
---|
416 |
|
---|
417 | * mhflux/MHPhi.[h,cc]:
|
---|
418 | - moved the AppendPad for the text-paint into all sub-pads which
|
---|
419 | need it. Otherwise they are not always properly updated.
|
---|
420 |
|
---|
421 |
|
---|
422 |
|
---|
423 | 2006/03/16 Daniela Dorner
|
---|
424 |
|
---|
425 | * datacenter/scripts/sourcefile:
|
---|
426 | - small bugfix in logging
|
---|
427 |
|
---|
428 | * datacenter/db/tabs.php:
|
---|
429 | - added new tab for ganymed
|
---|
430 |
|
---|
431 |
|
---|
432 |
|
---|
433 | 2006/03/15 Stefan Ruegamer
|
---|
434 |
|
---|
435 | * manalysis/MCameraData.cc
|
---|
436 | - inserted an image cleaning based on the time information
|
---|
437 | of the shower (CalcCleaningArrivalTime)
|
---|
438 |
|
---|
439 | * manalysis/MCameraData.h
|
---|
440 | - made entry for "CalcCleaningArrivalTime"
|
---|
441 |
|
---|
442 | * mimage/MImgCleanStd.cc
|
---|
443 | - created entries for the new image cleaning named "Time"
|
---|
444 |
|
---|
445 | * mimage/MImgCleanStd.h
|
---|
446 | - inserted entry "kTime"
|
---|
447 |
|
---|
448 |
|
---|
449 |
|
---|
450 | 2006/03/14 Daniela Dorner
|
---|
451 |
|
---|
452 | * datacenter/scripts/makecallistolinks:
|
---|
453 | - fixed bug
|
---|
454 |
|
---|
455 | * steps.rc:
|
---|
456 | - added fFillGanymed to influences of fGanymed
|
---|
457 |
|
---|
458 |
|
---|
459 |
|
---|
460 | 2006/03/14 Thomas Bretz
|
---|
461 |
|
---|
462 | * mhflux/MHEffectiveOnTime.cc:
|
---|
463 | - skip the fit not only if the integral is empty but
|
---|
464 | also if the first bin is empty
|
---|
465 | - changed upper limit to 95% according to a study from
|
---|
466 | David Paneque
|
---|
467 | - replaced the fit with the exponential used in the BCN Mars
|
---|
468 | version
|
---|
469 | - use the correct number of entries
|
---|
470 | - use a likelihood fit
|
---|
471 | - calculate the fit quality from the probability
|
---|
472 | - ignore the fit quality for the theta-plot
|
---|
473 |
|
---|
474 | * mimage/MHNewImagePar.cc:
|
---|
475 | - fixed the handling of the "same" option in Draw/Paint
|
---|
476 |
|
---|
477 | * mpointing/MPointingDev.h:
|
---|
478 | - fDx and fDy initialized in the constructor
|
---|
479 |
|
---|
480 | * mbase/MTask.[h,cc]:
|
---|
481 | - removed the kDontCount option. Instead don't use the TStopwatch
|
---|
482 | counter anymore. By this the class to TStopwatch can be
|
---|
483 | suppressed completely if kDontTime is set.
|
---|
484 |
|
---|
485 | * mbase/MContinue.cc, mbase/MTaskEnv.cc, mfbase/MF.cc,
|
---|
486 | mfbase/MFilterList.[h,cc]:
|
---|
487 | - pipe the accelerator flag to the filter or task
|
---|
488 |
|
---|
489 | * mjobs/MJCut.cc:
|
---|
490 | - also accelerate the reading task
|
---|
491 |
|
---|
492 |
|
---|
493 |
|
---|
494 | 2006/03/13
|
---|
495 |
|
---|
496 | * RELEASE 0.9.5
|
---|
497 |
|
---|
498 |
|
---|
499 |
|
---|
500 | 2006/03/13 Thomas Bretz
|
---|
501 |
|
---|
502 | * ganymed.rc:
|
---|
503 | - changed smearing to half of our PSF 0.06
|
---|
504 | - added new examples for setting the starguider calibration
|
---|
505 |
|
---|
506 | * ganymed_onoff.rc
|
---|
507 | - changed smearing to half of our PSF 0.06
|
---|
508 | - switched the new feature for a random source position on
|
---|
509 | - added new examples for setting the starguider calibration
|
---|
510 |
|
---|
511 | * ganymed_wobble.rc:
|
---|
512 | - changed smearing to half of our PSF 0.06
|
---|
513 | - added new examples for setting the starguider calibration
|
---|
514 | - added example how to control the phi plot
|
---|
515 |
|
---|
516 | * mhflux/MHPhi.[h,cc]:
|
---|
517 | - many improvements to the algorithm, it now takes also
|
---|
518 | inhomgeneities into account
|
---|
519 | - restructured the display, display more histograms
|
---|
520 | - increased class version to 2
|
---|
521 |
|
---|
522 | * mjobs/MJCut.cc:
|
---|
523 | - enabled acceleration for first and second loop
|
---|
524 |
|
---|
525 | * mpointing/MPointingDevCalc.[h,cc]:
|
---|
526 | - allowed to set the starguider offset calibration from the
|
---|
527 | resource file
|
---|
528 |
|
---|
529 | * callisto_Dec04Jan05.rc:
|
---|
530 | - replaced Calibration scale factor by usage of
|
---|
531 | resources/calibration_spline.rc
|
---|
532 |
|
---|
533 |
|
---|
534 |
|
---|
535 | 2006/03/13 Markus Meyer
|
---|
536 |
|
---|
537 | * ganymed_wobble.rc,ganymed_onoff.rc,ganymed.rc:
|
---|
538 | - changed cuts:
|
---|
539 | wobble: average values from optimisation of 3 Crab
|
---|
540 | sample (01/05,10/05,12/05), done by Karsten
|
---|
541 | onoff : cuts from 1218 (01/05, highest significance)
|
---|
542 | theta is now 0.22 for both.
|
---|
543 |
|
---|
544 |
|
---|
545 |
|
---|
546 | 2006/03/13 Daniel Hoehne
|
---|
547 |
|
---|
548 | * ganymed_wobble.rc,ganymed_onoff.rc,ganymed.rc:
|
---|
549 | - implemented qualitycut in log10(conc) vs. log10(size)
|
---|
550 |
|
---|
551 |
|
---|
552 |
|
---|
553 | 2006/03/13 Markus Meyer
|
---|
554 |
|
---|
555 | * resources/calibration_spline.C:
|
---|
556 | - more comments
|
---|
557 |
|
---|
558 |
|
---|
559 |
|
---|
560 | 2006/03/10 Markus Meyer
|
---|
561 |
|
---|
562 | * resources/calibration.C:
|
---|
563 | - update from p27 to p39 (spline excluded, still p33 data missing)
|
---|
564 |
|
---|
565 |
|
---|
566 |
|
---|
567 | 2006/03/10 Markus Meyer
|
---|
568 |
|
---|
569 | * resources/calibration_spline.C:
|
---|
570 | - correction coefficients for spline data for each period
|
---|
571 |
|
---|
572 |
|
---|
573 |
|
---|
574 | 2006/03/10 Daniel Hoehne
|
---|
575 |
|
---|
576 | * datacenter/scripts/insertsequences:
|
---|
577 | - fixed bug
|
---|
578 |
|
---|
579 |
|
---|
580 |
|
---|
581 | 2006/03/09 Daniel Hoehne
|
---|
582 |
|
---|
583 | * ganymed_wobble.rc:
|
---|
584 | - changed parameters 1 to 5 in Cut1 to actual values
|
---|
585 |
|
---|
586 |
|
---|
587 |
|
---|
588 | 2006/03/08 Thomas Bretz
|
---|
589 |
|
---|
590 | * readdaq.cc, mraw/MRawFileRead.[h,cc], mraw/MRawRunHeader.cc:
|
---|
591 | - added new force-option to foirce output of run-header
|
---|
592 |
|
---|
593 |
|
---|
594 |
|
---|
595 | 2006/03/08 Daniela Dorner
|
---|
596 |
|
---|
597 | * datacenter/script/movingrawfiles:
|
---|
598 | - added moving of files, that are transferred via internet
|
---|
599 | - added removing of empty directories
|
---|
600 |
|
---|
601 | * datacenter/db/ganymed.php:
|
---|
602 | - added links to ganymedplots
|
---|
603 | - added links to sequence.php (instead of links to starfiles)
|
---|
604 | - fixed bug in query
|
---|
605 |
|
---|
606 | * datacenter/db/sequence.php:
|
---|
607 | - added links to plots from callisto and star
|
---|
608 | - fixed bug in query
|
---|
609 |
|
---|
610 | * datacenter/db/sequinfo.php:
|
---|
611 | - added links to sequence.php
|
---|
612 |
|
---|
613 | * datacenter/db/datasetinfo.php:
|
---|
614 | - added links to ganymed.php
|
---|
615 |
|
---|
616 | * datacenter/db/tabs.php:
|
---|
617 | - added (includefile for names of tabs of statusdisplays)
|
---|
618 |
|
---|
619 |
|
---|
620 |
|
---|
621 | 2006/03/07 Thomas Bretz
|
---|
622 |
|
---|
623 | * mcalib/MCalibrateData.cc:
|
---|
624 | - take the bad pixel information into account when calculating the
|
---|
625 | number of saturating pixels!
|
---|
626 |
|
---|
627 |
|
---|
628 |
|
---|
629 | 2006/03/06 Thomas Bretz
|
---|
630 |
|
---|
631 | * showplot.cc:
|
---|
632 | - fixed the position were the first argument is converted
|
---|
633 | to lower case. Until this fix no upper case could be used
|
---|
634 | in file names
|
---|
635 |
|
---|
636 | * datacenter/macros/plotdb.C:
|
---|
637 | - print also average and RMS of all data.
|
---|
638 |
|
---|
639 |
|
---|
640 |
|
---|
641 | 2006/03/06 Daniela Dorner
|
---|
642 |
|
---|
643 | * datacenter/db/ganymed.php:
|
---|
644 | - added sequences + links to star-plots of sequences
|
---|
645 | - improved layout
|
---|
646 |
|
---|
647 | * datacenter/script/makecallistolinks:
|
---|
648 | - changed condition, when to make the link: only, if the link is
|
---|
649 | not yet existing, it is done
|
---|
650 | - added resetting of db: if link is done, callisto is resetted
|
---|
651 |
|
---|
652 | * datacenter/macros/resetcolumn.C:
|
---|
653 | - added failure columns to the resetting
|
---|
654 |
|
---|
655 |
|
---|
656 |
|
---|
657 | 2006/03/04 Daniela Dorner
|
---|
658 |
|
---|
659 | * callisto.cc:
|
---|
660 | - changed return values to improve the failure handling in the db
|
---|
661 |
|
---|
662 | * datacenter/script/makecallistolinks:
|
---|
663 | - added 'Pulse is too much to the left, cannot go below 0!' as
|
---|
664 | reason to use callisto_Dec04Jan05.rc
|
---|
665 |
|
---|
666 | * datacenter/script/dowebplots:
|
---|
667 | - reduced number of files to be updated by a limitation in
|
---|
668 | modification time
|
---|
669 |
|
---|
670 | * datacenter/db/ganymed.php:
|
---|
671 | - added plots
|
---|
672 | - effontime s->h
|
---|
673 |
|
---|
674 |
|
---|
675 |
|
---|
676 | 2006/03/03 Thomas Bretz
|
---|
677 |
|
---|
678 | * mjobs/MJCut.cc:
|
---|
679 | - added RemoveFromList for srcposrndm in off-data loop
|
---|
680 |
|
---|
681 | * mpointing/MSrcPosRndm.[h,cc]:
|
---|
682 | - fixed the scaling. MSrcPosCam has to be in mm
|
---|
683 |
|
---|
684 | * ganymed.rc:
|
---|
685 | - added line and comments with new resource
|
---|
686 |
|
---|
687 |
|
---|
688 |
|
---|
689 | 2006/03/03 Daniel Hoehne
|
---|
690 |
|
---|
691 | * callisto_MarApr05.rc:
|
---|
692 | - changed pulse position check ExtractWinLeft to 4.0 and
|
---|
693 | ExtractWinRight to 4.5
|
---|
694 |
|
---|
695 |
|
---|
696 |
|
---|
697 | 2006/03/02 Thomas Bretz
|
---|
698 |
|
---|
699 | * callisto.cc:
|
---|
700 | - get result value from pulse pos check
|
---|
701 |
|
---|
702 | * mjobs/MJCut.[h,cc]:
|
---|
703 | - added the usage of the new class MSrcPosRndm
|
---|
704 | - added new resource to switch random source position on
|
---|
705 |
|
---|
706 | * mjobs/MJPedestal.[h,cc]:
|
---|
707 | - changed return code of Process to int to be able to return
|
---|
708 | the pulse pos check result.
|
---|
709 |
|
---|
710 | * mpointing/PointingLinkDef.h, mpointing/Makefile:
|
---|
711 | - added MSrcPosRndm
|
---|
712 |
|
---|
713 | * mpointing/MSrcPosRndm.[h,cc]:
|
---|
714 | - added
|
---|
715 |
|
---|
716 | * mpointing/MHSrcPosCam.h:
|
---|
717 | - addedn non const getter for fHist
|
---|
718 |
|
---|
719 |
|
---|
720 |
|
---|
721 | 2006/03/02 Daniela Dorner
|
---|
722 |
|
---|
723 | * datacenter/db/querymc.php:
|
---|
724 | - fixed small bug
|
---|
725 |
|
---|
726 | * datacenter/db/dowebplots:
|
---|
727 | - added option -p to the script, to be able to call the script
|
---|
728 | for different programs independently
|
---|
729 | - fixed find
|
---|
730 |
|
---|
731 |
|
---|
732 |
|
---|
733 | 2006/03/01 Daniela Dorner
|
---|
734 |
|
---|
735 | * datacenter/db/datacheck.php, datasetinfo.php, sequinfo.php:
|
---|
736 | - included failure handling columns
|
---|
737 |
|
---|
738 |
|
---|
739 |
|
---|
740 | 2006/03/01 Thomas Bretz
|
---|
741 |
|
---|
742 | * mastro/MAstro.cc, mbase/MTime.cc:
|
---|
743 | - added a comment in GetMagicPeriod
|
---|
744 |
|
---|
745 | * mpointing/MPointingPos.cc:
|
---|
746 | - added new member function GetString
|
---|
747 | - moved code from Print to GetString
|
---|
748 | - added new function IsInitialized()
|
---|
749 |
|
---|
750 | * mjtrain/MJTrain*.[h,cc]:
|
---|
751 | - added data members to change RF setup
|
---|
752 |
|
---|
753 | * mpointing/MPointingDevCalc.h, mpointing/MPointingPosCalc.h:
|
---|
754 | - added missing AddToBranchList
|
---|
755 |
|
---|
756 | * mpointing/MHSrcPosCam.[h,cc]:
|
---|
757 | - added
|
---|
758 |
|
---|
759 | * mpointing/Makefile, mpointing/PointingLinkDef.h:
|
---|
760 | - added MHSrcPosCam
|
---|
761 |
|
---|
762 | * mbase/MTask.[h,cc]:
|
---|
763 | - implemented a new data-meber fAccelerator which allows
|
---|
764 | to switch off counting and timing analysis which can be very
|
---|
765 | time-consuming in some circumstances
|
---|
766 |
|
---|
767 | * mbase/MTaskList.[h,cc]:
|
---|
768 | - implemented the usabe of MTask::fAccelerator to switch off
|
---|
769 | resetting of all parameter containers which can be very
|
---|
770 | time-consuming
|
---|
771 |
|
---|
772 | * mimage/MImagePar.cc:
|
---|
773 | - updated how the units are printed in Print()
|
---|
774 |
|
---|
775 | * mjobs/MJCut.cc:
|
---|
776 | - added a new loop to fill the source position of the on-data
|
---|
777 | - the acceleration of the two main loops are disabled because
|
---|
778 | they are not yet tested.
|
---|
779 |
|
---|
780 | * datacenter/macros/plotstat.C:
|
---|
781 | - the periods were wrong by one -- fixed.
|
---|
782 |
|
---|
783 |
|
---|
784 |
|
---|
785 | 2006/02/28 Daniela Dorner
|
---|
786 |
|
---|
787 | * datacenter/scripts/insertdatasets:
|
---|
788 | - made sure, that backupfiles of the editor are not taken into
|
---|
789 | account, when dataset files are searched
|
---|
790 |
|
---|
791 | * datacenter/db/*.php:
|
---|
792 | - moved user, host and pw of database to the include file
|
---|
793 | db.php
|
---|
794 |
|
---|
795 | * datacenter/db/index.html:
|
---|
796 | - fixed links
|
---|
797 |
|
---|
798 | * datacenter/db/querymc.php,magicdefs.php:
|
---|
799 | - added some variables
|
---|
800 |
|
---|
801 | * datacenter/db/runinfo.php,sequinfo.php:
|
---|
802 | - bugfix (incl. TestSources)
|
---|
803 |
|
---|
804 | * datacenter/db/sequinfo.php:
|
---|
805 | - changed init values
|
---|
806 |
|
---|
807 | * datacenter/db/sequinfo.php, findoffdata.php, magicdefs.php:
|
---|
808 | - added value (relative ontime)
|
---|
809 |
|
---|
810 | * datacenter/db/dbstatus.php:
|
---|
811 | - fixed bug
|
---|
812 |
|
---|
813 | * datacenter/db/queryrbk.php:
|
---|
814 | - added query field 'Night', to query all entries of one night
|
---|
815 | from the runbook
|
---|
816 |
|
---|
817 | * datacenter/db/index-header.html:
|
---|
818 | - added links
|
---|
819 |
|
---|
820 |
|
---|
821 |
|
---|
822 | 2006/02/27 Thomas Bretz
|
---|
823 |
|
---|
824 | * macros/optim/optimwobble.C:
|
---|
825 | - fixed a typo (SetThetaCut instead SetAlphaCut), and added the
|
---|
826 | standard Disp-parametrization
|
---|
827 |
|
---|
828 | * mhflux/MHEffectiveOnTime.[h,cc]:
|
---|
829 | - added showing the axis range of the time evolution histogram
|
---|
830 |
|
---|
831 | * showplot.cc:
|
---|
832 | - fixed a warning in the Hash-switch.
|
---|
833 |
|
---|
834 | * mbase/MEnv.cc:
|
---|
835 | - replaced casts in switch by an appended U
|
---|
836 |
|
---|
837 | * macros/train/trainseparation.C:
|
---|
838 | - replaced outdated MTTrainRFSeparate by MJTrainSeparation
|
---|
839 |
|
---|
840 | * mastro/MAstro.h:
|
---|
841 | - added conversion constants for pc-m and pc-ly
|
---|
842 |
|
---|
843 | * mhflux/MMcSpectrumWeight.cc:
|
---|
844 | - fixed typo in comment
|
---|
845 |
|
---|
846 | * mimage/MImagePar.h:
|
---|
847 | - minor changes to layout
|
---|
848 |
|
---|
849 | * mimage/MHNewImagePar.[h,cc], mimage/MNewImagePar.[h,cc]:
|
---|
850 | - added new image parameters fConcCOG and fConcCore
|
---|
851 | - increased class version of MNewImagePar
|
---|
852 |
|
---|
853 | * mimage/MHillasExt.cc:
|
---|
854 | - added some comments
|
---|
855 | - removed an obsolete TMath::Abs around "dist"
|
---|
856 |
|
---|
857 | * mranforest/MRanForest.[h,cc]:
|
---|
858 | - the initialization of fTreeHad was done at the wrong moment
|
---|
859 | - replaced a cast int(x+.5) by TMath::Nint
|
---|
860 | - added some additional warning output
|
---|
861 | - added "!" to fTreeHad - it is only for temporary storage used
|
---|
862 | in the histogram classes
|
---|
863 |
|
---|
864 | * mranforest/MRanForestGrow.h:
|
---|
865 | - added GetForest
|
---|
866 |
|
---|
867 | * mjtrain/MJTrainSeparation.[h,cc]:
|
---|
868 | - added some code for upcomming automatic event selection
|
---|
869 |
|
---|
870 | * datacenter/macros/plotstat.C:
|
---|
871 | - improved macro description
|
---|
872 | - added arguments to main function
|
---|
873 |
|
---|
874 | * macros/plot/mucal.C:
|
---|
875 | - added
|
---|
876 |
|
---|
877 |
|
---|
878 |
|
---|
879 | 2006/02/25 Daniela Dorner
|
---|
880 |
|
---|
881 | * datacenter/scripts/checkfilesforsequavail, checkstardone,
|
---|
882 | writesequencefiles, buildsequenceentries, dodatacheck, doexclusions,
|
---|
883 | fillcallisto, fillganymed, fillstar,
|
---|
884 | datacenter/macros/writesequencefile.C, filldotraw.C, fillsinope.C
|
---|
885 | buildsequenceentries.C, resetcolumn.C, doexclusions.C, fillcalib.C
|
---|
886 | fillsignal.C, fillganymed.C, fillstar.C:
|
---|
887 | - implemented, that a missing connection to the database doesn't
|
---|
888 | cause an failure entry in the database, so that the step is
|
---|
889 | retried in this case
|
---|
890 | - updated documentation
|
---|
891 |
|
---|
892 |
|
---|
893 |
|
---|
894 | 2006/02/25 Thomas Bretz
|
---|
895 |
|
---|
896 | * datacenter/macros/plotstat.C:
|
---|
897 | - added
|
---|
898 |
|
---|
899 |
|
---|
900 |
|
---|
901 | 2006/02/24 Markus Meyer
|
---|
902 |
|
---|
903 | * resources/calibration.rc:
|
---|
904 | - update of correction values for the calibration constants
|
---|
905 | (P31 - P39, without P36!(problems with spline))
|
---|
906 |
|
---|
907 |
|
---|
908 |
|
---|
909 | 2006/02/24 Daniela Dorner
|
---|
910 |
|
---|
911 | * datacenter/db/datacheck.php, datasetinfo.php, dbstatus.php,
|
---|
912 | findoffdata.php, include.php, magicdefs.php, runinfo.php,
|
---|
913 | sequinfo.php, statusrps.php, statussbs.php, statussps.php:
|
---|
914 | - included failure handling columns
|
---|
915 |
|
---|
916 | * datacenter/db/findoffdata.php:
|
---|
917 | - added DT
|
---|
918 |
|
---|
919 | * datacenter/db/statusrps.php:
|
---|
920 | - fixed bug
|
---|
921 |
|
---|
922 | * datacenter/db/sequinfo.php:
|
---|
923 | - reduced width of menu
|
---|
924 |
|
---|
925 | * datacenter/scripts/copyscript:
|
---|
926 | - added makedir for oldcatalogpath
|
---|
927 |
|
---|
928 |
|
---|
929 |
|
---|
930 | 2006/02/23 Thomas Bretz
|
---|
931 |
|
---|
932 | * mjobs/MJSpectrum.cc:
|
---|
933 | - fixed plot for Eý.dN/dE. The spectrum was multiplied with two
|
---|
934 | times the bin-width instead of the absolute energy
|
---|
935 |
|
---|
936 |
|
---|
937 |
|
---|
938 | 2006/02/22 Daniela Dorner
|
---|
939 |
|
---|
940 | * datacenter/db/querymc.php:
|
---|
941 | - added (website to query montecarlo database - first version)
|
---|
942 |
|
---|
943 | * datacenter/db/magicdefs.php:
|
---|
944 | - added some values of montecarlo database
|
---|
945 |
|
---|
946 |
|
---|
947 |
|
---|
948 | 2006/02/17 Daniela Dorner
|
---|
949 |
|
---|
950 | * datacenter/scripts/copyscript:
|
---|
951 | - fixed path length
|
---|
952 |
|
---|
953 | * datacenter/macros/fillsources.C:
|
---|
954 | - added (macro to read source information from catalog files and
|
---|
955 | insert it into the database)
|
---|
956 |
|
---|
957 | * datacenter/db/ganymed.php:
|
---|
958 | - improved output
|
---|
959 |
|
---|
960 | * datacenter/db/index.html:
|
---|
961 | - added ganymed.php
|
---|
962 | - removed old link
|
---|
963 |
|
---|
964 |
|
---|
965 |
|
---|
966 | 2006/02/17 Thomas Bretz
|
---|
967 |
|
---|
968 | * showplot.cc:
|
---|
969 | - fixed path inflation in case of ganymed
|
---|
970 |
|
---|
971 | * mjobs/MDataSet.cc:
|
---|
972 | - return kFALSE if requested source wasn't found in catalog
|
---|
973 |
|
---|
974 | * mjobs/MJCut.cc:
|
---|
975 | - reformatted output of source to fit in one line
|
---|
976 |
|
---|
977 | * mpointing/MPointingPos.[h,cc]:
|
---|
978 | - output source name (title) in Print() if set
|
---|
979 |
|
---|
980 |
|
---|
981 |
|
---|
982 | 2006/02/16 Daniela Dorner
|
---|
983 |
|
---|
984 | * datacenter/scripts/checkstardone:
|
---|
985 | - small improvement in sequence handling
|
---|
986 | - improved logging
|
---|
987 |
|
---|
988 | * datacenter/scripts/sourcefile:
|
---|
989 | - small bugfixes in setstatus function
|
---|
990 |
|
---|
991 | * datacenter/scripts/runganymed:
|
---|
992 | - small bugfix
|
---|
993 |
|
---|
994 | * datacenter/scripts/copyscript:
|
---|
995 | - fixed path length
|
---|
996 |
|
---|
997 | * datacenter/db/ganymed.php:
|
---|
998 | - added (website to query results for sources/datasets)
|
---|
999 |
|
---|
1000 |
|
---|
1001 |
|
---|
1002 | 2006/02/15 Daniela Dorner
|
---|
1003 |
|
---|
1004 | * datacenter/db/findoffdata.php:
|
---|
1005 | - implemented possibility to query range of dates for 'stardone'
|
---|
1006 |
|
---|
1007 |
|
---|
1008 |
|
---|
1009 | 2006/02/15 Daniel Hoehne
|
---|
1010 |
|
---|
1011 | * datacenter/db/magicdefs.php, querycal.php, sequinfo.php:
|
---|
1012 | - implemented query for mean signal inner/outer and mean pulsepos
|
---|
1013 | * datacenter/db/sequence.php:
|
---|
1014 | - implemented query for mean signal inner/outer, mean pulsepos
|
---|
1015 | and inhomogeneity
|
---|
1016 |
|
---|
1017 |
|
---|
1018 |
|
---|
1019 | 2006/02/15 Daniela Dorner, Daniel Hoehne
|
---|
1020 |
|
---|
1021 | * datacenter/scripts/writesequencefiles,doexclusion,correcttime:
|
---|
1022 | - fixed small bug
|
---|
1023 |
|
---|
1024 |
|
---|
1025 |
|
---|
1026 | 2006/02/14 Daniela Dorner, Daniel Hoehne
|
---|
1027 |
|
---|
1028 | * datacenter/scripts/sourcefile:
|
---|
1029 | - fixed small bugs
|
---|
1030 |
|
---|
1031 | * datacenter/scripts/movingrawfiles:
|
---|
1032 | - changed back to moving files without zipping
|
---|
1033 |
|
---|
1034 | * datacenter/scripts/doqualityplots:
|
---|
1035 | - added running of plotdb.C for each datasetfile
|
---|
1036 |
|
---|
1037 | * datacenter/macros/getdolist.C:
|
---|
1038 | - implemented limitation for number of todo files for
|
---|
1039 | SequenceProcessStatus
|
---|
1040 |
|
---|
1041 | * datacenter/macros/checkfileavail.C,checkstardone.C:
|
---|
1042 | - changed return code in case that files are not available
|
---|
1043 |
|
---|
1044 | * datacenter/scripts/checkfilesforsequavail,checkstardone,sourcefile:
|
---|
1045 | - adapted to changed return code in macros
|
---|
1046 |
|
---|
1047 | * datacenter/db/magicdefs.php, querystar.php, sequinfo.php:
|
---|
1048 | - implemented query for inhomogeneity
|
---|
1049 |
|
---|
1050 |
|
---|
1051 |
|
---|
1052 | 2006/02/13
|
---|
1053 |
|
---|
1054 | * RELEASE 0.9.4.3
|
---|
1055 |
|
---|
1056 |
|
---|
1057 |
|
---|
1058 | 2006/02/13 Thomas Bretz
|
---|
1059 |
|
---|
1060 | * callisto.rc:
|
---|
1061 | - changed pulse position check ExtractWinLeft to 4.0 and
|
---|
1062 | ExtractWinRight to 4.5
|
---|
1063 |
|
---|
1064 | * callisto_Dec04Jan05.rc:
|
---|
1065 | - changed pulse position check ExtractWinLeft to 3.0 and
|
---|
1066 | ExtractWinRight left at 2.5
|
---|
1067 |
|
---|
1068 |
|
---|
1069 |
|
---|
1070 | 2006/02/10 Thomas Bretz
|
---|
1071 |
|
---|
1072 | * mastro/MAstro.cc:
|
---|
1073 | - allow for more year in the algorithm calculating easter
|
---|
1074 |
|
---|
1075 | * mcamera/MCameraDC.h, mcamera/MCameraHV.h, mcamera/MCameraTD.h,
|
---|
1076 | mcamera/MCameraTH.h:
|
---|
1077 | - added a sanity check in GetPixelContent
|
---|
1078 |
|
---|
1079 | * mraw/MRawRunHeader.cc:
|
---|
1080 | - fixed output (correct kiB instead of kB)
|
---|
1081 |
|
---|
1082 | * Makefile, Makefile.rules:
|
---|
1083 | - implemented the possibility to spread Make through condor
|
---|
1084 |
|
---|
1085 | * mastro/MAstroCatalog.[h,cc]:
|
---|
1086 | - new draw-options to rotate the grid and the stars
|
---|
1087 |
|
---|
1088 | * mimage/MHHillas.cc:
|
---|
1089 | - set minimum of fDelte to 0 instead of fDistC
|
---|
1090 |
|
---|
1091 | * msignal/MExtractTimeAndChargeSpline.h:
|
---|
1092 | - replaced the casts in SetRiseTimeHiGain and StFallTimeHiGain by
|
---|
1093 | TMath::NInt
|
---|
1094 |
|
---|
1095 | * mjobs/MDataSet.h:
|
---|
1096 | - implemented new functions to check whether the dataset contains
|
---|
1097 | a dedicated sequence
|
---|
1098 |
|
---|
1099 | * datacenter/macros/plotdb.C:
|
---|
1100 | - implemented the possibility to draw sequences of a dataset in
|
---|
1101 | several colors
|
---|
1102 |
|
---|
1103 |
|
---|
1104 |
|
---|
1105 | 2006/02/09 Thomas Bretz
|
---|
1106 |
|
---|
1107 | * mreport/MReport.cc:
|
---|
1108 | - invented new fake CC report file version 200509300 for a change
|
---|
1109 | in the starguider format (the already implemented last values
|
---|
1110 | dissapeared again!) which is not noticed in the format version.
|
---|
1111 |
|
---|
1112 | * mreport/MReportCC.cc, mreport/MReportStarguider.cc:
|
---|
1113 | - fixed support for ver 200510250
|
---|
1114 |
|
---|
1115 | * mjobs/MJSpectrum.cc:
|
---|
1116 | - added fit of un-unfolded spectrum
|
---|
1117 |
|
---|
1118 |
|
---|
1119 |
|
---|
1120 | 2006/02/08 Daniela Dorner
|
---|
1121 |
|
---|
1122 | * datacenter/scripts/sourcefile:
|
---|
1123 | - implemented function checklock
|
---|
1124 | - bugfix for failure code
|
---|
1125 |
|
---|
1126 | * datacenter/scripts/buildsequenceentries, checkfilesforsequenceavail,
|
---|
1127 | checkstardone, doexclusions, fillcallisto, fillganymed, fillstar,
|
---|
1128 | makecallistolinks, runcallisto, runganymed, runstar,
|
---|
1129 | writesequencefiles:
|
---|
1130 | - implemented usage of function checklock
|
---|
1131 |
|
---|
1132 | * datacenter/scripts/copyscript, doqualityplots, dowebplots,
|
---|
1133 | insertsequences, linkmc:
|
---|
1134 | - implemented usage of function checklock
|
---|
1135 | - implemented variable $program
|
---|
1136 |
|
---|
1137 | * datacenter/scripts/dodatacheck:
|
---|
1138 | - implemented usage of function checklock
|
---|
1139 | - implemented variable $lockfile
|
---|
1140 |
|
---|
1141 | * datacenter/scripts/insertdatasets, mcsequences, processmcsequences:
|
---|
1142 | - implemented usage of function checklock
|
---|
1143 | - implemented variables $lockfile and $program
|
---|
1144 |
|
---|
1145 | * datacenter/macros/doexclusions.C, fillganymed.C:
|
---|
1146 | - fixed bug
|
---|
1147 |
|
---|
1148 | * datacenter/macros/fillsinope.C, setstatus.C:
|
---|
1149 | - improved documentation
|
---|
1150 |
|
---|
1151 | * datacenter/scripts/filesondisk:
|
---|
1152 | - implemented finding of zipped files
|
---|
1153 |
|
---|
1154 |
|
---|
1155 |
|
---|
1156 | 2006/02/08 Thomas Bretz
|
---|
1157 |
|
---|
1158 | * datacenter/macros/plotdb.C:
|
---|
1159 | - some minor changes to the layout
|
---|
1160 |
|
---|
1161 |
|
---|
1162 |
|
---|
1163 | 2006/02/07 Daniela Dorner
|
---|
1164 |
|
---|
1165 | * datacenter/scripts/makecallistolinks:
|
---|
1166 | - fixed bug
|
---|
1167 |
|
---|
1168 | * datacenter/db:
|
---|
1169 | - added (directory with db-websites)
|
---|
1170 |
|
---|
1171 |
|
---|
1172 |
|
---|
1173 | 2006/02/07 Daniela Dorner, Daniel Hoehne
|
---|
1174 |
|
---|
1175 | * datacenter/scripts/sourcefile:
|
---|
1176 | - added failure code variables
|
---|
1177 | - changed calling of setstatus.C accordingly
|
---|
1178 |
|
---|
1179 | * datacenter/scripts/buildsequenceentries, checkfilesforsequenceavail,
|
---|
1180 | checkstardone, correcttime, dodatacheck, doexclusions, fillcallisto,
|
---|
1181 | fillganymed, fillstar, runcallisto, runganymed, runstar,
|
---|
1182 | writesequencefiles:
|
---|
1183 | - implemented failure variable
|
---|
1184 |
|
---|
1185 | * datacenter/macros/getdolist.C, setstatus.C, setupdb.C:
|
---|
1186 | - added new/changed columns (fReturnCode, fFailedCode,
|
---|
1187 | fFailedCodeAdd)
|
---|
1188 |
|
---|
1189 |
|
---|
1190 |
|
---|
1191 | 2006/02/06 Daniela Dorner
|
---|
1192 |
|
---|
1193 | * datacenter/scripts/fillstar, macros/setstatus.C, getdolist.C:
|
---|
1194 | - fixed bugs
|
---|
1195 |
|
---|
1196 |
|
---|
1197 |
|
---|
1198 | 2006/02/03 Daniela Dorner
|
---|
1199 |
|
---|
1200 | * datacenter/scripts/sourcefile:
|
---|
1201 | - implemented two new functions: getdolist, finish
|
---|
1202 | - implemented usage of function finish in other functions
|
---|
1203 |
|
---|
1204 | * datacenter/scripts/movingrawfiles:
|
---|
1205 | - implemented zipping of rawfiles
|
---|
1206 |
|
---|
1207 | * datacenter/scripts/buildsequenceentries, checkfilesforsequenceavail,
|
---|
1208 | checkstardone, copyscript, correcttime, dodatacheck, doexclusions,
|
---|
1209 | fillcallisto, fillganymed, fillstar, insertdatasets,
|
---|
1210 | makecallistolinks, processmcsequences, runcallisto, runganymed,
|
---|
1211 | runstar, writesequencefiles:
|
---|
1212 | - replaced corresponding pieces of code by the functions getdolist
|
---|
1213 | and finish
|
---|
1214 | - moved variable $date to function getdolist
|
---|
1215 | - improved logging
|
---|
1216 | - generalized variables $lockfile and $todofile
|
---|
1217 |
|
---|
1218 |
|
---|
1219 | 2006/02/03 Daniela Dorner, Daniel Hoehne
|
---|
1220 |
|
---|
1221 | * datacenter/scripts/sourcefile:
|
---|
1222 | - fixed small bugs
|
---|
1223 |
|
---|
1224 | * datacenter/scripts/runcallisto:
|
---|
1225 | - small bugfix
|
---|
1226 | - improved logging
|
---|
1227 |
|
---|
1228 | * datacenter/scripts/insertdatasets:
|
---|
1229 | - removed not needed variable
|
---|
1230 |
|
---|
1231 | * datacenter/macros/getdolist.C:
|
---|
1232 | - small bugfix
|
---|
1233 |
|
---|
1234 |
|
---|
1235 |
|
---|
1236 | 2006/02/02 Daniela Dorner
|
---|
1237 |
|
---|
1238 | * datacenter/scripts/linkmc:
|
---|
1239 | - changed numbering of P and C run in linking
|
---|
1240 |
|
---|
1241 | * datacenter/scripts/sourcefile:
|
---|
1242 | - moved to root-version root_v4.04.02g
|
---|
1243 |
|
---|
1244 |
|
---|
1245 |
|
---|
1246 | 2006/02/01 Daniel Hoehne
|
---|
1247 |
|
---|
1248 | * datacenter/scripts/buildsequenceentries, checkfilesforsequenceavail,
|
---|
1249 | checkstardone, correcttime, dodatacheck, doexclusions, fillcallisto,
|
---|
1250 | fillganymed, fillstar, writesequencefiles:
|
---|
1251 | - adapted usage of function setstatus
|
---|
1252 |
|
---|
1253 |
|
---|
1254 |
|
---|
1255 | 2006/01/31 Daniela Dorner
|
---|
1256 |
|
---|
1257 | * datacenter/macros/setstatus.C, getdolist.C:
|
---|
1258 | - adapted macros to changes in new columns (fFailedCode,
|
---|
1259 | fFailedComment)
|
---|
1260 |
|
---|
1261 | * datacenter/macros/setstatus.C:
|
---|
1262 | - added "noreset" for column fStartTime (is needed so that runtime
|
---|
1263 | is available in case of failure)
|
---|
1264 |
|
---|
1265 | * datacenter/macros/setupdb.C:
|
---|
1266 | - added new columns
|
---|
1267 |
|
---|
1268 | * datacenter/scripts/runcallisto, runganymed, runstar:
|
---|
1269 | - implemented failure handling
|
---|
1270 |
|
---|
1271 | * datacenter/scripts/sourcefile:
|
---|
1272 | - implemented new functions to set status values
|
---|
1273 |
|
---|
1274 |
|
---|
1275 |
|
---|
1276 | 2006/01/30 Daniel Hoehne
|
---|
1277 |
|
---|
1278 | * datacenter/scripts/buildsequenceentries, checkfilesforsequenceavail,
|
---|
1279 | checkstardone, correcttime, dodatacheck, doexclusions, fillcallisto,
|
---|
1280 | fillganymed, fillstar, runcallisto, runganymed, runstar, sourcefile,
|
---|
1281 | writesequencefiles:
|
---|
1282 | - added function setstatus in sourcefile
|
---|
1283 | - changed calling of setstatus.C in setstatus
|
---|
1284 | - implemented variable $program to generalize usage of setstatus
|
---|
1285 | - replaced corresponding piece of code by function setstatus
|
---|
1286 | - fixed some typos
|
---|
1287 |
|
---|
1288 |
|
---|
1289 |
|
---|
1290 | 2006/01/30 Daniela Dorner
|
---|
1291 |
|
---|
1292 | * datacenter/macros/setstatus.C, getdolist.C:
|
---|
1293 | - adapted macros to the improvement of failure handling in the
|
---|
1294 | automatic analysis (added columns fFailed, fStartTime,
|
---|
1295 | fFailedTime)
|
---|
1296 |
|
---|
1297 |
|
---|
1298 |
|
---|
1299 | 2006/01/27 Thomas Bretz
|
---|
1300 |
|
---|
1301 | * mjobs/MDataSet.cc:
|
---|
1302 | - improved a warning output
|
---|
1303 |
|
---|
1304 |
|
---|
1305 |
|
---|
1306 | 2006/01/23 Thomas Bretz
|
---|
1307 |
|
---|
1308 | * mbase/MTime.cc:
|
---|
1309 | - removed a sanity check in GetStringFmt. It work's quite nice
|
---|
1310 | in the DC but crashes on my Laptop (which is not so important)
|
---|
1311 |
|
---|
1312 |
|
---|
1313 |
|
---|
1314 | 2006/01/10 Daniela Dorner
|
---|
1315 |
|
---|
1316 | * datacenter/macros/*.C, datacenter/script:
|
---|
1317 | - updated and added documentation
|
---|
1318 | - improved logging
|
---|
1319 | - fixed small bugs
|
---|