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