source: trunk/MagicSoft/Mars/Changelog@ 7560

Last change on this file since 7560 was 7560, checked in by tbretz, 19 years ago
*** empty log message ***
File size: 16.1 KB
Line 
1Please do not write behind the end of line tag so that it is possible
2to send a Changelog file to a line printer directly. Thanks.
3
4For your entries please follow EXACTLY this style:
5
6_yyyy/mm/dd_[Your Name]
7_
8___*_filename:
9_____-_description
10_
11___*_filename2, filename3:
12_____-_description
13_
14_
15_
16
17While an underscore is a placeholder for a white-space or an empty line.
18
19 -*-*- END OF LINE -*-*-
20 2006/03/02 Thomas Bretz
21
22 * callisto.cc:
23 - get result value from pulse pos check
24
25 * mjobs/MJCut.[h,cc]:
26 - added the usage of the new class MSrcPosRndm
27 - added new resource to switch random source position on
28
29 * mjobs/MJPedestal.[h,cc]:
30 - changed return code of Process to int to be able to return
31 the pulse pos check result.
32
33 * mpointing/PointingLinkDef.h, mpointing/Makefile:
34 - added MSrcPosRndm
35
36 * mpointing/MSrcPosRndm.[h,cc]:
37 - added
38
39
40
41 2006/03/02 Daniela Dorner
42
43 * datacenter/db/querymc.php:
44 - fixed small bug
45
46
47
48 2006/03/01 Daniela Dorner
49
50 * datacenter/db/datacheck.php, datasetinfo.php, sequinfo.php:
51 - included failure handling columns
52
53
54
55 2006/03/01 Thomas Bretz
56
57 * mastro/MAstro.cc, mbase/MTime.cc:
58 - added a comment in GetMagicPeriod
59
60 * mpointing/MPointingPos.cc:
61 - added new member function GetString
62 - moved code from Print to GetString
63 - added new function IsInitialized()
64
65 * mjtrain/MJTrain*.[h,cc]:
66 - added data members to change RF setup
67
68 * mpointing/MPointingDevCalc.h, mpointing/MPointingPosCalc.h:
69 - added missing AddToBranchList
70
71 * mpointing/MHSrcPosCam.[h,cc]:
72 - added
73
74 * mpointing/Makefile, mpointing/PointingLinkDef.h:
75 - added MHSrcPosCam
76
77 * mbase/MTask.[h,cc]:
78 - implemented a new data-meber fAccelerator which allows
79 to switch off counting and timing analysis which can be very
80 time-consuming in some circumstances
81
82 * mbase/MTaskList.[h,cc]:
83 - implemented the usabe of MTask::fAccelerator to switch off resetting
84 of all parameter containers which can be very time-consuming
85
86 * mimage/MImagePar.cc:
87 - updated how the units are printed in Print()
88
89 * mjobs/MJCut.cc:
90 - added a new loop to fill the source position of the on-data
91 - the acceleration of the two main loops are disabled because
92 they are not yet tested.
93
94 * datacenter/macros/plotstat.C:
95 - the periods were wrong by one -- fixed.
96
97
98
99 2006/02/28 Daniela Dorner
100
101 * datacenter/scripts/insertdatasets:
102 - made sure, that backupfiles of the editor are not taken into
103 account, when dataset files are searched
104
105 * datacenter/db/*.php:
106 - moved user, host and pw of database to the include file
107 db.php
108
109 * datacenter/db/index.html:
110 - fixed links
111
112 * datacenter/db/querymc.php,magicdefs.php:
113 - added some variables
114
115 * datacenter/db/runinfo.php,sequinfo.php:
116 - bugfix (incl. TestSources)
117
118 * datacenter/db/sequinfo.php:
119 - changed init values
120
121 * datacenter/db/sequinfo.php, findoffdata.php, magicdefs.php:
122 - added value (relative ontime)
123
124 * datacenter/db/dbstatus.php:
125 - fixed bug
126
127 * datacenter/db/queryrbk.php:
128 - added query field 'Night', to query all entries of one night
129 from the runbook
130
131 * datacenter/db/index-header.html:
132 - added links
133
134
135
136 2006/02/27 Thomas Bretz
137
138 * macros/optim/optimwobble.C:
139 - fixed a typo (SetThetaCut instead SetAlphaCut), and added the
140 standard Disp-parametrization
141
142 * mhflux/MHEffectiveOnTime.[h,cc]:
143 - added showing the axis range of the time evolution histogram
144
145 * showplot.cc:
146 - fixed a warning in the Hash-switch.
147
148 * mbase/MEnv.cc:
149 - replaced casts in switch by an appended U
150
151 * macros/train/trainseparation.C:
152 - replaced outdated MTTrainRFSeparate by MJTrainSeparation
153
154 * mastro/MAstro.h:
155 - added conversion constants for pc-m and pc-ly
156
157 * mhflux/MMcSpectrumWeight.cc:
158 - fixed typo in comment
159
160 * mimage/MImagePar.h:
161 - minor changes to layout
162
163 * mimage/MHNewImagePar.[h,cc], mimage/MNewImagePar.[h,cc]:
164 - added new image parameters fConcCOG and fConcCore
165 - increased class version of MNewImagePar
166
167 * mimage/MHillasExt.cc:
168 - added some comments
169 - removed an obsolete TMath::Abs around "dist"
170
171 * mranforest/MRanForest.[h,cc]:
172 - the initialization of fTreeHad was done at the wrong moment
173 - replaced a cast int(x+.5) by TMath::Nint
174 - added some additional warning output
175 - added "!" to fTreeHad - it is only for temporary storage used
176 in the histogram classes
177
178 * mranforest/MRanForestGrow.h:
179 - added GetForest
180
181 * mjtrain/MJTrainSeparation.[h,cc]:
182 - added some code for upcomming automatic event selection
183
184 * datacenter/macros/plotstat.C:
185 - improved macro description
186 - added arguments to main function
187
188 * macros/plot/mucal.C:
189 - added
190
191
192
193 2006/02/25 Daniela Dorner
194
195 * datacenter/scripts/checkfilesforsequavail, checkstardone,
196 writesequencefiles, buildsequenceentries, dodatacheck, doexclusions,
197 fillcallisto, fillganymed, fillstar,
198 datacenter/macros/writesequencefile.C, filldotraw.C, fillsinope.C
199 buildsequenceentries.C, resetcolumn.C, doexclusions.C, fillcalib.C
200 fillsignal.C, fillganymed.C, fillstar.C:
201 - implemented, that a missing connection to the database doesn't
202 cause an failure entry in the database, so that the step is
203 retried in this case
204 - updated documentation
205
206
207
208 2006/02/25 Thomas Bretz
209
210 * datacenter/macros/plotstat.C:
211 - added
212
213
214
215 2006/02/24 Markus Meyer
216
217 * resources/calibration.rc:
218 - update of correction values for the calibration constants
219 (P31 - P39, without P36!(problems with spline))
220
221
222
223 2006/02/24 Daniela Dorner
224
225 * datacenter/db/datacheck.php, datasetinfo.php, dbstatus.php,
226 findoffdata.php, include.php, magicdefs.php, runinfo.php,
227 sequinfo.php, statusrps.php, statussbs.php, statussps.php:
228 - included failure handling columns
229
230 * datacenter/db/findoffdata.php:
231 - added DT
232
233 * datacenter/db/statusrps.php:
234 - fixed bug
235
236 * datacenter/db/sequinfo.php:
237 - reduced width of menu
238
239 * datacenter/scripts/copyscript:
240 - added makedir for oldcatalogpath
241
242
243
244 2006/02/23 Thomas Bretz
245
246 * mjobs/MJSpectrum.cc:
247 - fixed plot for Eý.dN/dE. The spectrum was multiplied with two
248 times the bin-width instead of the absolute energy
249
250
251
252 2006/02/22 Daniela Dorner
253
254 * datacenter/db/querymc.php:
255 - added (website to query montecarlo database - first version)
256
257 * datacenter/db/magicdefs.php:
258 - added some values of montecarlo database
259
260
261
262 2006/02/17 Daniela Dorner
263
264 * datacenter/scripts/copyscript:
265 - fixed path length
266
267 * datacenter/macros/fillsources.C:
268 - added (macro to read source information from catalog files and
269 insert it into the database)
270
271 * datacenter/db/ganymed.php:
272 - improved output
273
274 * datacenter/db/index.html:
275 - added ganymed.php
276 - removed old link
277
278
279
280 2006/02/17 Thomas Bretz
281
282 * showplot.cc:
283 - fixed path inflation in case of ganymed
284
285 * mjobs/MDataSet.cc:
286 - return kFALSE if requested source wasn't found in catalog
287
288 * mjobs/MJCut.cc:
289 - reformatted output of source to fit in one line
290
291 * mpointing/MPointingPos.[h,cc]:
292 - output source name (title) in Print() if set
293
294
295
296 2006/02/16 Daniela Dorner
297
298 * datacenter/scripts/checkstardone:
299 - small improvement in sequence handling
300 - improved logging
301
302 * datacenter/scripts/sourcefile:
303 - small bugfixes in setstatus function
304
305 * datacenter/scripts/runganymed:
306 - small bugfix
307
308 * datacenter/scripts/copyscript:
309 - fixed path length
310
311 * datacenter/db/ganymed.php:
312 - added (website to query results for sources/datasets)
313
314
315
316 2006/02/15 Daniela Dorner
317
318 * datacenter/db/findoffdata.php:
319 - implemented possibility to query range of dates for 'stardone'
320
321
322
323 2006/02/15 Daniel Hoehne
324
325 * datacenter/db/magicdefs.php, querycal.php, sequinfo.php:
326 - implemented query for mean signal inner/outer and mean pulsepos
327 * datacenter/db/sequence.php:
328 - implemented query for mean signal inner/outer, mean pulsepos
329 and inhomogeneity
330
331
332
333 2006/02/15 Daniela Dorner, Daniel Hoehne
334
335 * datacenter/scripts/writesequencefiles,doexclusion,correcttime:
336 - fixed small bug
337
338
339
340 2006/02/14 Daniela Dorner, Daniel Hoehne
341
342 * datacenter/scripts/sourcefile:
343 - fixed small bugs
344
345 * datacenter/scripts/movingrawfiles:
346 - changed back to moving files without zipping
347
348 * datacenter/scripts/doqualityplots:
349 - added running of plotdb.C for each datasetfile
350
351 * datacenter/macros/getdolist.C:
352 - implemented limitation for number of todo files for
353 SequenceProcessStatus
354
355 * datacenter/macros/checkfileavail.C,checkstardone.C:
356 - changed return code in case that files are not available
357
358 * datacenter/scripts/checkfilesforsequavail,checkstardone,sourcefile:
359 - adapted to changed return code in macros
360
361 * datacenter/db/magicdefs.php, querystar.php, sequinfo.php:
362 - implemented query for inhomogeneity
363
364
365
366 2006/02/13
367
368 * RELEASE 0.9.4.3
369
370
371
372 2006/02/13 Thomas Bretz
373
374 * callisto.rc:
375 - changed pulse position check ExtractWinLeft to 4.0 and
376 ExtractWinRight to 4.5
377
378 * callisto_Dec04Jan05.rc:
379 - changed pulse position check ExtractWinLeft to 3.0 and
380 ExtractWinRight left at 2.5
381
382
383
384 2006/02/10 Thomas Bretz
385
386 * mastro/MAstro.cc:
387 - allow for more year in the algorithm calculating easter
388
389 * mcamera/MCameraDC.h, mcamera/MCameraHV.h, mcamera/MCameraTD.h,
390 mcamera/MCameraTH.h:
391 - added a sanity check in GetPixelContent
392
393 * mraw/MRawRunHeader.cc:
394 - fixed output (correct kiB instead of kB)
395
396 * Makefile, Makefile.rules:
397 - implemented the possibility to spread Make through condor
398
399 * mastro/MAstroCatalog.[h,cc]:
400 - new draw-options to rotate the grid and the stars
401
402 * mimage/MHHillas.cc:
403 - set minimum of fDelte to 0 instead of fDistC
404
405 * msignal/MExtractTimeAndChargeSpline.h:
406 - replaced the casts in SetRiseTimeHiGain and StFallTimeHiGain by
407 TMath::NInt
408
409 * mjobs/MDataSet.h:
410 - implemented new functions to check whether the dataset contains
411 a dedicated sequence
412
413 * datacenter/macros/plotdb.C:
414 - implemented the possibility to draw sequences of a dataset in
415 several colors
416
417
418
419 2006/02/09 Thomas Bretz
420
421 * mreport/MReport.cc:
422 - invented new fake CC report file version 200509300 for a change
423 in the starguider format (the already implemented last values
424 dissapeared again!) which is not noticed in the format version.
425
426 * mreport/MReportCC.cc, mreport/MReportStarguider.cc:
427 - fixed support for ver 200510250
428
429 * mjobs/MJSpectrum.cc:
430 - added fit of un-unfolded spectrum
431
432
433
434 2006/02/08 Daniela Dorner
435
436 * datacenter/scripts/sourcefile:
437 - implemented function checklock
438 - bugfix for failure code
439
440 * datacenter/scripts/buildsequenceentries, checkfilesforsequenceavail,
441 checkstardone, doexclusions, fillcallisto, fillganymed, fillstar,
442 makecallistolinks, runcallisto, runganymed, runstar,
443 writesequencefiles:
444 - implemented usage of function checklock
445
446 * datacenter/scripts/copyscript, doqualityplots, dowebplots,
447 insertsequences, linkmc:
448 - implemented usage of function checklock
449 - implemented variable $program
450
451 * datacenter/scripts/dodatacheck:
452 - implemented usage of function checklock
453 - implemented variable $lockfile
454
455 * datacenter/scripts/insertdatasets, mcsequences, processmcsequences:
456 - implemented usage of function checklock
457 - implemented variables $lockfile and $program
458
459 * datacenter/macros/doexclusions.C, fillganymed.C:
460 - fixed bug
461
462 * datacenter/macros/fillsinope.C, setstatus.C:
463 - improved documentation
464
465 * datacenter/scripts/filesondisk:
466 - implemented finding of zipped files
467
468
469
470 2006/02/08 Thomas Bretz
471
472 * datacenter/macros/plotdb.C:
473 - some minor changes to the layout
474
475
476
477 2006/02/07 Daniela Dorner
478
479 * datacenter/scripts/makecallistolinks:
480 - fixed bug
481
482 * datacenter/db:
483 - added (directory with db-websites)
484
485
486
487 2006/02/07 Daniela Dorner, Daniel Hoehne
488
489 * datacenter/scripts/sourcefile:
490 - added failure code variables
491 - changed calling of setstatus.C accordingly
492
493 * datacenter/scripts/buildsequenceentries, checkfilesforsequenceavail,
494 checkstardone, correcttime, dodatacheck, doexclusions, fillcallisto,
495 fillganymed, fillstar, runcallisto, runganymed, runstar,
496 writesequencefiles:
497 - implemented failure variable
498
499 * datacenter/macros/getdolist.C, setstatus.C, setupdb.C:
500 - added new/changed columns (fReturnCode, fFailedCode,
501 fFailedCodeAdd)
502
503
504
505 2006/02/06 Daniela Dorner
506
507 * datacenter/scripts/fillstar, macros/setstatus.C, getdolist.C:
508 - fixed bugs
509
510
511
512 2006/02/03 Daniela Dorner
513
514 * datacenter/scripts/sourcefile:
515 - implemented two new functions: getdolist, finish
516 - implemented usage of function finish in other functions
517
518 * datacenter/scripts/movingrawfiles:
519 - implemented zipping of rawfiles
520
521 * datacenter/scripts/buildsequenceentries, checkfilesforsequenceavail,
522 checkstardone, copyscript, correcttime, dodatacheck, doexclusions,
523 fillcallisto, fillganymed, fillstar, insertdatasets,
524 makecallistolinks, processmcsequences, runcallisto, runganymed,
525 runstar, writesequencefiles:
526 - replaced corresponding pieces of code by the functions getdolist
527 and finish
528 - moved variable $date to function getdolist
529 - improved logging
530 - generalized variables $lockfile and $todofile
531
532
533 2006/02/03 Daniela Dorner, Daniel Hoehne
534
535 * datacenter/scripts/sourcefile:
536 - fixed small bugs
537
538 * datacenter/scripts/runcallisto:
539 - small bugfix
540 - improved logging
541
542 * datacenter/scripts/insertdatasets:
543 - removed not needed variable
544
545 * datacenter/macros/getdolist.C:
546 - small bugfix
547
548
549
550 2006/02/02 Daniela Dorner
551
552 * datacenter/scripts/linkmc:
553 - changed numbering of P and C run in linking
554
555 * datacenter/scripts/sourcefile:
556 - moved to root-version root_v4.04.02g
557
558
559
560 2006/02/01 Daniel Hoehne
561
562 * datacenter/scripts/buildsequenceentries, checkfilesforsequenceavail,
563 checkstardone, correcttime, dodatacheck, doexclusions, fillcallisto,
564 fillganymed, fillstar, writesequencefiles:
565 - adapted usage of function setstatus
566
567
568
569 2006/01/31 Daniela Dorner
570
571 * datacenter/macros/setstatus.C, getdolist.C:
572 - adapted macros to changes in new columns (fFailedCode,
573 fFailedComment)
574
575 * datacenter/macros/setstatus.C:
576 - added "noreset" for column fStartTime (is needed so that runtime
577 is available in case of failure)
578
579 * datacenter/macros/setupdb.C:
580 - added new columns
581
582 * datacenter/scripts/runcallisto, runganymed, runstar:
583 - implemented failure handling
584
585 * datacenter/scripts/sourcefile:
586 - implemented new functions to set status values
587
588
589
590 2006/01/30 Daniel Hoehne
591
592 * datacenter/scripts/buildsequenceentries, checkfilesforsequenceavail,
593 checkstardone, correcttime, dodatacheck, doexclusions, fillcallisto,
594 fillganymed, fillstar, runcallisto, runganymed, runstar, sourcefile,
595 writesequencefiles:
596 - added function setstatus in sourcefile
597 - changed calling of setstatus.C in setstatus
598 - implemented variable $program to generalize usage of setstatus
599 - replaced corresponding piece of code by function setstatus
600 - fixed some typos
601
602
603
604 2006/01/30 Daniela Dorner
605
606 * datacenter/macros/setstatus.C, getdolist.C:
607 - adapted macros to the improvement of failure handling in the
608 automatic analysis (added columns fFailed, fStartTime,
609 fFailedTime)
610
611
612
613 2006/01/27 Thomas Bretz
614
615 * mjobs/MDataSet.cc:
616 - improved a warning output
617
618
619
620 2006/01/23 Thomas Bretz
621
622 * mbase/MTime.cc:
623 - removed a sanity check in GetStringFmt. It work's quite nice
624 in the DC but crashes on my Laptop (which is not so important)
625
626
627
628 2006/01/10 Daniela Dorner
629
630 * datacenter/macros/*.C, datacenter/script:
631 - updated and added documentation
632 - improved logging
633 - fixed small bugs
Note: See TracBrowser for help on using the repository browser.