source: trunk/MagicSoft/Mars/Changelog@ 7577

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