source: trunk/MagicSoft/Mars/Changelog@ 7693

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