source: trunk/MagicSoft/Mars/Changelog@ 8794

Last change on this file since 8794 was 8794, checked in by Daniela Dorner, 18 years ago
*** empty log message ***
File size: 129.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 2007/12/18 Daniela Dorner
22
23 * datacenter/db/showplots-seq.php, datacenter/db/showplots-ds.php,
24 datacenter/db/showplots.php, datacenter/db/plotinclude.php:
25 - implemented function to print home- and help-link
26 - adapted home- and help-link
27
28 * datacenter/db/index-header.html:
29 - adapted links (H->Home, Docu->Help)
30
31
32
33 2007/12/17 Daniela Dorner
34
35 * datacenter/db/showplots-seq.php:
36 - updated length of fields for sequence number range
37
38 * datacenter/db/culminating.php:
39 - fixed bug (, was missing in call of PrintSubmittedQuery)
40
41 * datacenter/db/statussbs.php:
42 - fixed bug (link Sequ was wrong, removed fExcludedFDAKEY)
43
44 * datacenter/db/sequinfo-aio.php:
45 - change in link to runs: before all runs in the range between
46 fSequenceFirst and fSequenceLast were included in the link, now
47 only the runs belonging to the sequence are displayed
48
49
50
51 2007/12/14 Daniela Dorner
52
53 * datacenter/db/ganymed.php:
54 - updated tab numbers for plots Hist and FS
55
56 * datacenter/db/menu.php:
57 - removed TestFlag from Sequence Menu, as all runs in sequences
58 are no_test
59 - rearranged Sequence Menu (3x3 instead of 3x4)
60
61 * datacenter/db/index-header.html:
62 - adapted links to home of db and docu (are poitingin to wiki now)
63
64 * datacenter/db/index.html:
65 - installed redirect to wiki db website
66
67
68
69 2007/12/14 Thomas Bretz
70
71 * mbadpixels/MBadPixelsCam.h:
72 - add Print to conext menu
73
74 * mjobs/MJCalibrateSignal.cc:
75 - add sequence to the output file
76
77 * mjobs/MJCalibration.[h,cc]:
78 - implemented a minimum number of required calibration events
79 - set a proper name to the extractor extracted pedetsl cam before
80 writing to the output file
81 - add sequence to the output file
82
83 * mjobs/MJPedestal.[h,cc]:
84 - removed member function SetMinEvents
85
86 * mjobs/MJStar.cc:
87 - added fSequence to the output file
88 - The pre-Muon cut now also containes a cut on the RelTimeSigma
89 this accelerates the muon processing even more by excluding
90 non-muons as early as possible
91
92 * mpedestal/MExtractPedestal.[h,cc]:
93 - added a new data meber fCounter to count the processed
94 pedestal events
95
96 * mpedestal/MPedCalcFromLoGain.cc, mpedestal/MPedCalcPedRun.cc:
97 - count the processed pedestal events
98
99 * mpedestal/MPedestalCam.[h,cc]:
100 - added data member fNumEvents to store the number of processed
101 events
102 - improved Print
103 - added Print to context menu
104 - commented out obsolete GetPedestalMin/Max
105 - increased version number by 1
106
107
108
109 2007/12/13 Thomas Bretz
110
111 * callisto.rc, callisto_Dec04Jan05.rc, callisto_mux.rc:
112 - added comments for the new MinEvents resource
113
114 * mhflux/MHAlpha.cc:
115 - for convinience the minimum of the time- and theta-plot
116 is set to 0
117
118 * mjobs/MJPedestal.[h,cc]:
119 - added a new data member which is used to require a minimum
120 of processed events
121
122 * mtrigger/MFTriggerPattern.[h,cc]:
123 - new functions for processing the sum-trigger flag
124
125 * mtrigger/MTriggerPattern.[h,cc]:
126 - a new bit implemented for the sum-trigger
127
128 * datacenter/compmux:
129 - removed this BINARY. There is no way and it doesn't make any sense
130 (except in a few exceptional cases) to put binaries into the cvs
131
132
133
134 2007/12/11 Daniela Dorner
135
136 * datacenter/db/tabs.php:
137 - updated tab names for sequence.php and ganymed.php
138
139
140
141 2007/12/11 Stefan Ruegamer
142
143 * datacenter/scripts/cutslices
144 - added this script which is used to remove the switching noise out
145 of mux data
146 - removed a bug which prevents correct checking of compmux and mv
147
148 * datacenter/compmux
149 - added this macro
150
151
152
153 2007/12/10 Thomas Bretz
154
155 * mfileio/MReadReports.cc:
156 - due to a tiny misconception the last event in trees was skipped
157 simply because no time-stamp for a next event followed...
158 fixed.
159
160 * mhflux/MAlphaFitter.[h,cc]:
161 - added a new member function FixScale() to fix the scale
162
163 * mhflux/MHAlpha.cc:
164 - replaced the check whether the significance is >1 by a check
165 whether it is >0. 0 means calculation failed. So all
166 valid data points are shown. If no significance could
167 be calculated (negative flux) the data point is omitted.
168 - fixed a few drawing problems, which sometimes suppressed the
169 time-histogram even if it contained valid data (this only
170 affected very very short sequences - with a single time bin)
171
172 * mjobs/MDataSet.[h,cc]:
173 - implemented a possibility to use put the sequence inside the
174 dataset file
175 - improved comments
176 - allow to exclude runs from within the dataset file
177
178 * mjobs/MSequence.[h,cc]:
179 - added a new data member to store excluded runs. This is
180 needed to be able to store everything correctly later.
181 - improved comments
182 - added possibility to exclude previously set runs
183 - added a few member functions to check which runs are contained
184 - comment out some currently obsolete member function
185 - allow to read the resources of a sequence file prefixed
186 this is used in the new option of MDataSet
187 - increased class version number accordingly
188
189
190
191 2007/12/10 Stefan Ruegamer
192
193 * steps.rc
194 - added fCompmux
195 - removed MCRunProcessStatus.Primary: fMCRunNumber and
196 MCSequenceProcessingStatus.Primary: fMCSequenceFirst because
197 these were interfering with $primary
198
199 * datacenter/script/sourcefile
200 - added FCompmux
201
202
203
204 2007/12/03 Thomas Bretz
205
206 * mdata/MData.h:
207 - added Print to context menu
208
209 * mhflux/MAlphaFitter.[h,cc]:
210 - added new member functions to apply scaling to off-data
211
212 * mhflux/MHAlpha.[h,cc]:
213 - added new member functions to apply scaling to off-data
214 - added a public member function which allows to reinitiate
215 fitting
216
217 * mhist/MHCamera.cc:
218 - replaced a loop to reset the used pixels by a call
219 to fUsed.Reset()
220
221 * mmuon/MHSingleMuon.[h,cc]:
222 - keep mean and rms of relative arrival time of the fit
223 - increased class Version accordingly
224
225 * mmuon/MMuonCalibPar.[h,cc]:
226 - keep mean and rms of relative arrival time of the fit
227 - increased class Version accordingly
228
229 * mmuon/MMuonCalibParCalc.cc:
230 - copy result of arrival time fit from histogram to storage
231 container
232
233
234
235 2007/11/28 Daniela Dorner
236
237 * datacenter/db/sequinfo-aio.php, datacenter/db/runinfo-aio.php,
238 datacenter/db/builddatasets.php, datacenter/db/findoffdata.php:
239 - bugfix (ZdRange was not chosen if fZDMin was 0)
240 - changed <, > to <=, >= in ZDRange query
241
242
243
244 2007/11/27 Thomas Bretz
245
246 * ganymed.cc:
247 - changed layout of header
248 - expand path name
249
250 * sponde.cc:
251 - expand path names
252 - fixed wrong output
253 - print untouched only if debug-level >= 2
254
255 * mbase/MLog.cc, mbase/MLogHtml.cc:
256 - added some comments
257
258 * mhflux/MAlphaFitter.[h,cc]:
259 - added option kWeakSourceLogExcess
260
261 * mjtrain/MJTrainDisp.h:
262 - replaces SetTrainParameter by a more flexible SetTrainFunc
263
264 * mpointing/MPointingDevCalc.cc:
265 - added some more comments
266
267
268
269 2007/10/27 Thomas Bretz
270
271 * mastro/MAstro.[h,cc]:
272 - added new member functio Mjd2Yymmdd and Yymmmdd2Mjd
273
274 * mastro/MAstroSky2Local.cc:
275 - fixed a typo within a comment
276
277 * mbase/MTime.[h,cc]:
278 - added a member function to set a corsika time
279
280 * mimage/MImgCleanStd.h:
281 - added a setter to set post-clean type
282
283 * mmc/MMcEvtBasic.[h,cc]:
284 - made GetParticleName a static member function usable from
285 the outside
286
287 * mpointing/MPointingDevCalc.cc:
288 - added another comment
289
290 * mreflector/MRflEvtHeader.[h,cc]:
291 - added Print function
292
293 * resources/starguider00000001.txt:
294 - fixed comment
295
296 * resources/starguider00089180.txt:
297 - added comment
298
299
300
301 2007/10/17 Daniel Hoehne
302
303 * datacenter/scripts/mcsequences:
304 - included sql query and update/insert sequence information
305 in MCDB
306 - small bugfixes: corrected grep for epoch and mode
307
308
309
310 2007/10/16 Daniel Hoehne
311
312 * datacenter/scripts/mcsequences:
313 - bugfix: Now a sequence is written for every folder and
314 particle mode
315
316
317
318 2007/10/15 Daniel Hoehne
319
320 * datacenter/macros/fillcamera.C:
321 - included more parameters to fill into MCDB
322 - introduced discrimination of P/C and D files
323 - included linking of camera files
324
325 * datacenter/scripts/fillcamera:
326 - added
327
328 * datacenter/scripts/mcsequences:
329 - included handling of more than two P/C runs per rawfile
330 directory
331 - building sequences based on rawfile dirs and MC epochs
332
333 * datacenter/scripts/processmcsequences:
334 - included MC epochs for finding the right callisto.rc
335
336 * mmc/MMcCorsikaRunHeader.h:
337 - included GetViewConeAngle[Inner,Outer],
338 GetAtmosphericModel
339
340
341
342 2007/10/13 Thomas Bretz
343
344 * mgeom/MGeomCam.[h,cc]:
345 - added new member functions GetDirections and GetNeighbor
346
347 * mgeom/MGeomCamDwarf.cc:
348 - fixed counting of pixels
349
350 * mgeom/MGeomPix.[h,cc]:
351 - added enumfor direction
352 - added new member function GetDirection
353
354 * mhist/MHCamera.cc:
355 - make sure that fGeomCam is correctly duplicated. The standard
356 clone fails if the MGeomCam clone has been overwritten
357 - added "text" option to Draw
358
359 * mtools/MagicReversi.[h,cc]:
360 - moved GetDirection and GetNeighbor to MGeomCam
361
362
363
364 2007/10/10 Thomas Bretz
365
366 * mtools/MagicDomino.[h,cc], mtools/MagicReversi.[h,cc],
367 mtools/MagicShow.[h,cc], mtools/MagicSnake.[h,cc],
368 mtools/MineSweeper.[h,cc]:
369 - added a constructor supporting any MGeomCam
370
371 * mtools/MagicJam.h:
372 - removed some new function from the context menu
373
374
375
376 2007/10/08 Thomas Bretz
377
378 * macros/tutorials/mirrordelay.C:
379 - some layout improvements
380
381 * mhist/MHCamera.cc:
382 - the scale displayed in deg was rounded... removed rounding.
383
384
385
386 2007/10/07 Thomas Bretz
387
388 * datacenter/macros/plotoptical.C:
389 - do not display the Tuorla points anymore
390
391 * datacenter/macros/plotdb.C, datacenter/macros/plotoptical.C,
392 datacenter/macros/plotrundb.C:
393 - fixed group by (seems it had trouble with the newer sql server)
394
395
396
397 2007/10/05 Thomas Bretz
398
399 * sponde.rc, sponde_onoff.rc:
400 - fixed a bug. Must be Spectrum now instead of MJSpectrum
401
402 * mbase/MReadSocket.cc:
403 - do not create an explicit TDatime instance
404
405 * mjobs/MJSpectrum.cc:
406 - fixed a problem with writing the Dataset to the file
407
408 * mpointing/MPointingDevCalc.cc:
409 - added a comment about AMC focussing
410
411 * mtools/MCalendar.[h,cc]:
412 - made DrawImage a static function
413
414
415
416 2007/09/17 Thomas Bretz
417
418 * mbase/MEvtLoop.cc, mbase/MStatusDisplay.cc, mjobs/MJSpectrum.cc:
419 - do not create an instance of TDatime if not necessary
420
421 * mbase/MStatusDisplay.cc, mfileio/MReadTree.cc:
422 - improvements in inf debugging levels
423
424 * mhflux/MMcSpectrumWeight.cc:
425 - removed a double brace in an output
426 - more acurrately print the new formula/slope when set
427
428 * mjobs/MJSpectrum.cc:
429 - improved output in case of an error
430 - added text to describe the two example spectra
431 - write MC dataset to output
432
433
434
435 2007/09/12 Markus Meyer
436
437 * resources/calibration_spline.rc:
438 - update of the correction factors from the muon
439 calibration for the MUX data
440
441
442
443 2007/09/07 Thomas Bretz
444
445 * mbase/MEvtLoop.cc:
446 - added a newline before the "Instantiated" message
447
448 * mbase/MLog.cc, mbase/MLogManip.h:
449 - added a green level inf2 and inf3 (4 and 5)
450 - shifted the blue dbg level to 6
451
452 * mbase/MParList.cc, mbase/MTaskList.cc, mfileio/MReadTree.cc,
453 mjobs/MDataSet.cc, mjobs/MSequence.cc, mraw/MRawRunHeader.cc:
454 - made use of the new inf-levels. This gives a shorter, thus
455 more readable, output at normal circumstances
456
457 * mjobs/MJSpectrum.cc:
458 - added a comment
459
460 * mpedestal/MExtractPedestal.cc, msignal/MExtractor.cc:
461 - improved output in case of non matching windows
462
463
464
465 2007/09/06 Daniela Dorner
466
467 * datacenter/db/resetseq.php:
468 - added IP addresses
469 - added project name and start time to list
470 - added color coding
471 - improved output
472 - added mars version to output
473
474
475
476 2007/09/06 Stefan Ruegamer
477
478 * datacenter/scripts/copyscript
479 - updated server from apollo to dc09
480
481 * datacenter/scripts/movingrawfiles_OK
482 - set execute permissions
483
484
485
486 2007/09/05 Thomas Bretz
487
488 * datacenter/macros/plotdb.C:
489 - updated some ranges
490
491 * callisto.cc, star.cc, ganymed.cc, sponde.cc:
492 - updated to allow --rc=
493 - moved execution of jobs into individual block if not already done
494
495 * mbase/MEnv.[h,cc]:
496 - added new member function TakeEnv to take resources from MArgs
497
498 * mpedestal/MExtractPedestal.cc:
499 - made sure that the program doesn't (sould not?) crash whenever
500 a lower bound is given which is much too large
501
502 * mpointing/MPointingDevCalc.cc:
503 - added comments from the runbook about mirror focussing
504 beginning of August
505
506
507
508 2007/09/05 Daniela Dorner
509
510 * datacenter/db/resetseq.php:
511 - added (website to reset sequences in the database)
512
513 * datacenter/db/index.html:
514 - added link to resetseq.php
515
516
517
518 2007/09/03 Thomas Bretz
519
520 * RELEASE 2.0
521
522
523
524 2007/09/03 Thomas Bretz
525
526 * mbase/MEnv.cc:
527 - made the path of the including file the base directory for
528 the includes
529 - replaced "not touched" by "untouched"
530
531 * mjobs/MJSpectrum.cc:
532 - added "Disp" tab
533
534 * mpointing/MPointingDevCalc.[h,cc]:
535 - added a lot of comments
536 - allow to set different pointing models depending on the runnumber
537 - changed default for non working starguider to 0/0
538
539 * macros/traindisp.C, macros/trainenergy.C:
540 - added some comments
541 - fixed some comments
542
543 * ganymed.rc, ganymed_onoff.rc ganymed_wobble.rc:
544 - updated with the updated starguider calibrations
545
546 * resources/starguider*.txt:
547 - updated
548
549
550
551 2007/09/02 Thomas Bretz
552
553 * ganymed.rc, ganymed_onoff.rc, ganymed_wobble.rc:
554 - tiny changes
555
556 * mastro/MAstroCatalog.cc:
557 - sanity check in Paint for !fRaDec.IsValid
558
559 * mastro/MVector3.h:
560 - added a getter for validity
561
562 * mpointing/MPointing.[h,cc]:
563 - added fPx/fPy and fDx/fDy
564 - added enum for adressing the array
565 - added getter for new variables
566 - improved output in Load (only print if valid)
567
568 * mpointing/MPointingDev.h:
569 - changed units of fDev* from mm to deg
570 - added setter for fDevX/Y
571
572 * mpointing/MSrcPosCalc.cc:
573 - convert GetDevXY from deg to mm
574
575 * star_mux.rc:
576 - added (one bin less for fitting the effective on-time)
577
578
579
580 2007/08/31 Thomas Bretz
581
582 * ganymed.rc, ganymed_onoff.rc, ganymed_wobble.rc:
583 - changed default values for starguider
584 - changed quality cuts (more efficiency at higher energy/sizes,
585 better spark suppression)
586 - added default for the starguider-calibrations
587 - added more examples how to use CalcDisp
588
589 * ganymed.cc:
590 - added new command-line option "--dataset"
591
592 * mbase/MParContainer.[h,cc]:
593 - added a lot of comments
594 - allow an empty prefix in GetEnvValue
595 - added GetEnvValue2
596
597 * mjobs/MDataSet.[h,cc]:
598 - added and updated comments
599 - moved code from constructor to Init
600 - added new constructor
601 - added support for collections of datasets in one file
602 - wobble mode is now set or unset automatically if not overwritten
603 - IsValid now also check if OnSequences are defined
604
605 * mjobs/MJCut.cc:
606 - improved the check after adding sequences for the first loop
607
608
609
610 2007/08/31 Stefan Ruegamer
611
612 * datacenter/scripts/runstar
613 - added linking of different star.rc files according the data type
614
615
616
617 2007/08/30 Thomas Bretz
618
619 * sponde.cc:
620 - changed window name from sequence to ganymed-file
621
622 * mdata/MDataMember.cc, mpointing/MSrcPosCorrect.cc:
623 - fixed a typo in the comment
624
625 * mfilter/MFEvtNumber.cc:
626 - call TTree::SetEstimate as suggested by the class description
627
628 * mhflux/MMcSpectrumWeight.cc:
629 - fixed some comments
630 - further improved Print-output
631
632 * mjobs/MJCut.cc:
633 - fixed a typo in the output
634
635 * mpointing/MPointing.cc:
636 - added possibility to add comments starting with #
637
638 * mraw/MRawRunHeader.cc:
639 - fixed a small problem in the Print-output
640
641
642
643 2007/08/28 Thomas Bretz
644
645 * mbase/MEnv.[h,cc]:
646 - added handling an Include-resource. Note, that there is no
647 check for recursions, they can crash your program.
648
649 * sponde.cc:
650 - check for batch mode and no output file
651 - changed title
652 - moved HasWritePermission to MJSpectrum.cc
653
654 * mdata/MDataPhrase.cc:
655 - fixed a bug which caused a variable (eg. [0]) at the beginning
656 of a line not be detected correctly
657
658 * mhbase/MHn.cc:
659 - added some comments
660
661 * mhflux/MHDisp.[h,cc]:
662 - changed axis titles from x/y to dx/dy
663 - changed cutting out a part of the cake into stamping a hole
664 at the source position (currently with a fix PSF!)
665 - for the moment display everything in Wobble-mode (to be fixed!)
666
667 * mhflux/MMcSpectrumWeight.cc:
668 - some cosmetics to output
669
670 * mjobs/MJCut.cc:
671 - check if output file is writeable (necessary in on/off mode
672 to detect that incident before filling the source plot)
673
674 * mjobs/MJob.cc:
675 - added a comment
676 - fixed a bug in HasWritePermission (it must be fOverwrite not
677 !fOverwrite)
678
679 * mjobs/MJSpectrum.cc:
680 - replaced #cdot by a dot (it seems it is not supported anymore??)
681 - set a proper display name
682 - print an error message if writing the result failed
683
684 * mjtrain/MJTrainDisp.[h,cc]:
685 - a further small step to unify all MJOptim classes
686 - let the user change the theta-cut for the displayed efficiency
687
688 * macros/train/traindisp.C:
689 - added comment about new SetThetaCut
690
691 * mjtrain/MJTrainEnergy.[h,cc]
692 - a further small step to unify all MJOptim classes
693 - removed obsolete columns for Impact and TelescopeTheta
694 (MHEnergyEst doesn't read from the matrix here)
695 - set palette
696
697 * mpointing/MSrcPosCalc.[h,cc]:
698 - replaced CalcXYinCamera by MAstro::GetDistOnPlain. It has the
699 same accuracy and is not remarkably slower
700
701 * mpointing/MSrcPosCorrect.[h,cc]:
702 - changed comments
703 - made sure that any possible anti-source position in the camera
704 is handled correctly (maybe we should move it before
705 MSrcPosCalc and skip the anti-source here???)
706
707
708
709
710 2007/08/27 Markus Meyer
711
712 * mmuon/MHMuonPar.cc:
713 - Reference lines changed
714
715
716
717 2007/08/27 Thomas Bretz
718
719 * resources/starguider00000001.txt, resources/starguider0085240.txt,
720 resources/starguider00089180.txt:
721 - added more starguider calibration files
722
723 * resources/starguider.txt:
724 - removed obsolete old one
725
726
727
728 2007/08/26 Thomas Bretz
729
730 * mranforest/MRFEnergyEst.[h,cc]:
731 - removed obsolete files
732
733
734
735 2007/08/25 Thomas Bretz
736
737 * sponde.cc:
738 - check for write permissionbefore job is started
739
740 * sponde.rc, sponde_onoff.rc:
741 - cosmetics to comment
742
743 * macros/train/traindisp.C:
744 - better order of comments
745
746 * manalysis/MParameterCalc.[h,cc]:
747 - print name of output container
748 - allow setting name of output container from resource file
749
750 * mbase/MStatusDisplay.cc:
751 - added sanity check for batch mode in SetProgressBarPosition
752
753 * mfbase/MFDataPhrase.[h,cc]:
754 - initialize new data member fDefault in constructors
755 - increased class version number by one
756
757 * mhbase/MH.cc:
758 - do not divide by zero in SetBinomialErrors
759
760 * mhbase/MH3.[h,cc]:
761 - automatically set more log labels and suppress exponent
762
763 * mhbase/MHn.cc:
764 - set margin between new tabs in Divide to a small value
765
766 * mhflux/MHCollectionArea.cc:
767 - new default energy binning based on the typical simulation range
768
769 * mhflux/MHEnergyEst.cc:
770 - new default energy binning based on the typical simulation range
771 - set the impact binning to one bis as a default for speed
772 reasons. It is normally not used at all
773 - added two blue lines at the zero-bias level for convinience
774
775 * mhflux/MMcSpectrumWeight.cc:
776 - small cosmetics to Print-output
777
778 * mjobs/MJCut.cc:
779 - renamed the instances of the Calc* tasks
780 - store all three taskenvs
781
782 * mjobs/MJSpectrum.[h,cc]:
783 - handle a CalcDisp-task gotten from ganymed properly
784 - do not reexecute CalcHaronness for data
785 - renamed the instances of the Calc* tasks
786
787 * msql/MSQLMagic.cc, msql/MSQLServer.cc:
788 - delete created TSQLRow. They are not deleted automatically
789
790
791
792 2007/08/24 Thomas Bretz
793
794 * mdata/MDataMember.cc:
795 - added a sanity check in GetValue()
796
797 * mdata/MDataPhrase.[h,cc]:
798 - Allow to use MDataPhrase also with variables x,y,z and t
799 - Allow evaluation of the function with given x,y,z,t
800
801 * mjobs/MJSpectrum.h:
802 - commented IntermediateLoop, was unused
803
804 * mjoptim/MJOptimize.cc:
805 - added two comments
806
807 * mjtrain/MJTrainDisp.cc:
808 - added new MHn to display more information about the test
809 - improved result-histogram
810 - added PreTasks, PostTasks and TestTasks to testing tasklist
811 - some fixes if the user closed the display
812
813 * mjtrain/MJTrainEnergy.cc
814 - added new MHn to display more information about the test
815 - allow to set fTrainParameter and fResultFunction from
816 outside, this allows to train on whatever you like
817 - added TestTasks to testing tasklist
818 - added new member functions to set Train parameter and
819 evaluation function: SetTrainLog/Log and SetTrainFunc
820
821 * mranforest/MRanForestCalc.[h,cc]:
822 - changed evaluatio function-type from TF1 to MDataPhrase
823
824 * mraw/MRawEvtData.cc:
825 - initialize fNumBytesPerSample with 1
826
827 * mraw/MRawRunHeader.[h,cc]
828 - set default FADC type to 1 (Siegen)
829 - it turned out that we use 1/2 and not 0/1 as expected
830
831 * ganymed.rc, ganymed_onoff.rc, ganymed_wobble.rc:
832 - updated some comments
833 - added new CutT
834
835 * sponde.rc, sponde_onoff.rc:
836 - updated with thousands of comments
837 - adapted to new sponde respources
838 - added examples for missing resources
839 - added a new energy estimation formula which can be used instead
840 of using the random forest
841
842 * macros/optim/optimonoff.C, macros/optim/optimwobble.C:
843 - updated with the latest cuts and some comments
844
845 * macros/train/traindisp.C:
846 - updated with the latest knowledge and cuts
847 - updated with more examples
848
849 * mfbase/MFDataPhrase.[h,cc]:
850 - added a default value which can be used if no phrase is setup
851 - allow to use a constrcutor without phrase but name and title
852
853 * mjobs/MJCut.cc:
854 - removed SetAllowEmpty from CutT
855 - initialize CutT with no phrase instead of an empty one
856
857 * mjobs/MJSpectrum.h:
858 - removed obsolete function definition for IntermediateLoop
859
860 * mranforest/MRanForestCalc.cc:
861 - if weights are used output the sum of the weights for control
862 purpose
863
864 * datacenter/macros/plotdb.C, datacenter/macros/plotoptical.C,
865 datacenter/macros/plotrundb.C:
866 - delete TSQLRow if allocated
867
868
869
870 2007/08/23 Thomas Bretz
871
872 * mhbase/MH3.[h,cc]:
873 - added new data members fBins, allowing to set bins from the outside
874 - removed obsolete SetColors
875 - set palette automatically if it is a 2D histogram (more flexible
876 solution pending)
877
878 * mhbase/MHn.cc:
879 - added comments
880 - allow setting of binning without parlist
881 - added functions to set Scale, Log, AutoRange and Sumw2
882 - delete obsolete pads, if any
883
884 * mjoptim/MJOptimizeBase.h:
885 - added new data meber fTestTasks to be executed only for testing
886 - added comments
887
888 * mjtrain/MJTrainRanForest.cc:
889 - removed obsolete code already in comments
890
891 * mranforest/MRanForestCalc.[h,cc]:
892 - added the possibility to set a function which converts the
893 result of the rf. eg "pow(10, x)"
894
895 * mraw/MRawRunHeader.[h,cc]:
896 - replaced fNumSignificantBits by fFadcResolution for compatibility
897 - replaced fFreqSampling by fSamplingFrequency for compatibility
898 - increased ClassVersion to 9
899
900 * mraw/MRawEvtData.cc:
901 - initialize fNumBytesPerSample to 1 to make it compatible with reading
902 old MC files.
903
904 * mjobs/MJSpectrum.cc:
905 - added control plot for the residual of Energy
906 - fixed the "Overflow-Bug". It was a loop from o to <n, while histogram
907 bins are from 1 to ==n
908
909
910
911 2007/08/22 Thomas Bretz
912
913 * mbase/MEnv.cc:
914 - changed title print out for untouched resources
915
916 * mhbase/HBaseLinkDef.h, mhbase/Makefile:
917 - added new class MHn
918
919 * mhbase/MH.[h,cc]
920 - changed start bin to search for GetRange
921 - added GetRangeX and GetRangeY member functions
922 - added GetRangeUserX and GetRangeUserY member functions
923 - added default to SetPalette
924
925 * mhbase/MH3.[h,cc]:
926 - chnaged to tokenize the name allowing to have different
927 Binning names for all axes
928 - added a style bit which allow to auto scale an axis if the
929 histogram is finally filled
930 - replaced 9999 with -1 in ProfileX/Y
931 - moved SetLog from Paint to Draw
932 - increased class version
933
934 * mhflux/MAlphaFitter.cc, mhflux/MHAlpha.cc, mhflux/MHCollectionArea.cc,
935 mhflux/MHEffectiveOnTime.cc, mhflux/MHEnergyEst.cc,
936 mreflector/MHReflector.cc:
937 - replaced 9999 with -1 in ProjectionX/Y/Z
938 - replaced 9999 with -1 in ProfileX/Y
939
940 * mhflux/MMcSpectrumWeight.cc:
941 - tiny change to output of Print
942
943 * mjobs/MJCut.cc:
944 - added a new Tab CuT displaying VsSize a second time, but with a
945 user definable cut "CutT" applied
946
947 * mjobs/MSequence.[h,cc]:
948 - added "Comment" to resources
949 - increased class version nimber
950
951 * mmuon/MHMuonPar.cc:
952 - enable all grids
953
954 * mimage/MNewImagePar.cc:
955 - Set fConcCOG to 0 if smaller 0. This produces at least a defined
956 value (-inf) when the logarithm is calculated, which is better
957 than an undefined one (NaN).
958
959
960
961 2007/08/22 Markus Meyer
962
963 * datacenter/macros/fillstar.C
964 - changed reference values for muon analysis according to
965 the large muon sample with old image cleaning (Mars-1.2) and
966 smaller integration region (0.75 to 1.2)
967
968 * resources/calibration.rc
969 - changed correction coefficients due to new reference values
970
971 * resources/calibration_spline.rc
972 - changed correction coefficients for MUX
973
974 * mmuon/MHMuonPar.cc
975 - changed FHistBraod from ArcWidth/Radius vs. Radius to
976 ArcWidth vs. Radius
977
978 * datacenter/macros/fillstar.C
979 - changed reference values for muon analysis again according to
980 the large muon sample with time image cleaning (for new release)
981 with integration region 0.75 to 1.2
982
983
984
985 2007/08/22 Stefan Ruegamer
986
987 * datacenter/scripts/runcallisto
988 - modified staging of files
989
990 * datacenter/scripts/runstar
991 - corrected server and added logfile entry for staging of files
992
993
994
995 2007/08/21 Thomas Bretz
996
997 * mpointing/MHSrcPosCam.[h,cc]:
998 - we now buffer the events instead of average them. This removes
999 strange (fake) events near the camera center in wobble mode
1000
1001
1002
1003 2007/08/21 Markus Meyer
1004
1005 * datacenter/macros/fillstar.C
1006 - changed reference values for muon analysis according to
1007 the large muon sample with time image cleaning and smaller
1008 integration region (0.8 to 1.2)
1009
1010 * mmuon/MHMuonPar.cc
1011 - changed fgIntegralLoLim from 0.7 to 0.8
1012
1013
1014
1015 2007/08/21 Stefan Ruegamer
1016
1017 * datacenter/scripts/movingrawfiles_OK
1018 - removed rmdir -p option
1019
1020 * datacenter/scripts/runcallisto
1021 - added staging of files
1022
1023
1024
1025 2007/08/20 Stefan Ruegamer
1026
1027 * datacenter/scripts/setup
1028 - changed number of allowed processes
1029
1030 * datacenter/scripts/movingrawfiles
1031 - changed login server from apollo to dc09
1032 - removed lines for moving files from fromlapalma as the transfer
1033 is not working anymore with finished files
1034 - added comment
1035
1036 * datacenter/scripts/movingrawfiles_OK
1037 - script for moving files according to the new "_OK" structure in
1038 the fromlapalma folder
1039
1040 * datacenter/scripts/checkmd5sum
1041 - added automatic detection of the L number
1042 - added check for already existing output files
1043 - added description
1044
1045 * resources/calibration_spline.rc
1046 - added factors for period 56 and 57 (same value as for 55)
1047
1048
1049
1050 2007/08/20 Thomas Bretz
1051
1052 * .rootrc:
1053 - added some comments about defaults
1054 - set the ShowEventStatus for the canvases to yes as default
1055
1056 * sponde.cc:
1057 - removed the refill option (it was just a dummy)
1058 - removed the accurate option. It didn't give more accurate
1059 results at all
1060
1061 * mbase/MStatusDisplay.[h,cc]:
1062 - added an update option to SetProgressBarPosition
1063
1064 * mhflux/MMcSpectrumWeight.[h,cc]:
1065 - allow to give a container name to GetFormula*
1066 - changed default for spectral slope from -9 to -99
1067 - allow to give integral range to GetSpec*Integral
1068 - added a new member function CompeleteEnergySpectrum which completes
1069 a simulated spectrum starting at an energy fEnergyMin down to
1070 an energy emin.
1071 - added two options ("new" and "old") to Print function
1072 - do not stop anymore if lower energy boundary changes
1073
1074 * mjobs/MJSpectrum.[h,cc]:
1075 - cleaned the code in general
1076 - removed fRefill (was not used in the code at all)
1077 - added MJSpectrum to global ListOfCleanups to handle
1078 the display more properly
1079 - removed reading of the first (it was the second!)
1080 MMcCorsikaRunHeader. It is now read for each file individually
1081 - The read monte carlo events are now weighted with the mc
1082 production area (events per area)
1083 - incomplete (to lower energies) spectra are completed
1084 - removed accurate mode, it was not more accurate
1085 - we fit the spectrum now from the first to the last bin
1086 - for comparison crab and 1553 are plotted
1087 - changed the processing such that first the MCs are processed
1088 and then the spectrum is refilled
1089 - now the MC distribution from OriginalMC is read only once
1090 - added new tab showing the basic event distribution
1091
1092 * callisto.cc, star.cc, ganymed.cc, sponde.cc, mars.cc, showplot.cc:
1093 - some improvements in case of wrong number of arguments
1094
1095
1096
1097 2007/08/19 Thomas Bretz
1098
1099 * mbase/MStatusDisplay.cc:
1100 - fixed the fix of the strange crashes. Now fBatch is added to
1101 the ListOfCleanups instead of removing the newly created canvas
1102 from the global list of canvases
1103
1104 * mimage/MHHillas.cc, mimage/MHHillasExt.cc, mimage/MHHillasSrc.cc,
1105 mimage/MHImagePar.cc, mimage/MHNewImagePar.cc:
1106 - enables a lot of grids
1107
1108 * mhbase/MBinning.[h,cc]:
1109 - addec constructor with a TArrayD
1110
1111 * mhbase/MH.[h,cc]:
1112 - added two new member functions GetRange and GetRangeUser
1113
1114 * mjoptim/MJOptimizeDisp.[h,cc]:
1115 - added new option UseThetaSq
1116
1117 * mjoptim/MJOptimizeEnergy.[h,cc]:
1118 - added possibility to use also logarithmic fits
1119
1120 * mmc/MMcCorsikaRunHeader.cc:
1121 - improved Print function
1122
1123 * msignal/MExtractTimeAndChargeSpline.cc:
1124 - initialize rise and fall time as suggested by valgrind
1125
1126 * mtools/MChisqEval.[h,cc]:
1127 - implemented the possibility to use weights
1128
1129
1130
1131
1132 2007/08/18 Thomas Bretz
1133
1134 * sponde.cc:
1135 - added new option --force-theta
1136
1137 * mbase/MEnv.[h,cc], mjobs/MSequence.[h,cc], mjobs/MDataSet.[h,cc]:
1138 - GetName noe returns only the filename not the whole path. The
1139 old behaviour made it impossible to access the container from
1140 the file.
1141 - GetRcName now returns the whole path/name.
1142 - Print now outputs also path and file-name
1143
1144 * mfileio/MReadTree.cc, mfileio/MWriteRootFile.cc:
1145 - fixed typos in comments
1146
1147 * mhflux/MHCollectionArea.cc:
1148 - reset fCorsikaVersion to 0 in PreProcess
1149 - print old and new Cosika version if mismatch is found
1150
1151 * mhflux/MMcSpectrumWeight.cc:
1152 - replaced the %.16f by %.16e. This is more accurate in cases
1153 with high exponents
1154 - added some sample/test code to weight the Zenith Angle
1155 according to the sin-distribution produced by Corsika.
1156 Currently not in use
1157
1158 * mjobs/MJSpectrum.cc:
1159 - removed the simple/accurate mode. There is now reason why
1160 the previous "accurate"-mode should be more accurate at all.
1161 It is only slower
1162 - Reading the OriginalMC tree now is done such that the
1163 events are properly weighted by the production area. This
1164 allowes to use different impact paramters from dfferent files.
1165 - a check has been implemented which compared the zenith angle
1166 distribution of the data and the resulting monte carlo data.
1167 Execution of the program can be forced with a new option.
1168 - write more information to output file.
1169 - added a new tab showing the vent distribution without weights
1170
1171
1172
1173 2007/08/17 Thomas Bretz
1174
1175 * sponde.cc:
1176 - removed switch for simple and accurate mode
1177
1178 * mbase/MMath.cc:
1179 - fixed a problem in LiMaExc which could result in NaN
1180 (if signal and background is 0)
1181
1182 * mbase/MStatusDisplay.cc:
1183 - remove canvases in batch-mode from the global list of canvases,
1184 this could result in crahses if two canvases in the display
1185 had the same name
1186
1187 * mhflux/MHCollectionArea.[h,cc]:
1188 - output the maximum impact found in Finalize
1189
1190 * mhflux/MHEnergyEst.cc:
1191 - made the y-axis in the Eest vs Emc plot logarithmic
1192
1193
1194
1195 2007/08/16 Markus Meyer
1196
1197 * resources/calibration.rc:
1198 - update of muon calibration factors for the periods 41 to 50
1199
1200
1201
1202 2007/08/15 Thomas Bretz
1203
1204 * mhflux/MHEnergyEst.cc:
1205 - exchanged x- and y-contents of Eest vs Emc hist. It turned out
1206 that it was wrong.
1207
1208 * mjobs/MDataSet.[h,cc]:
1209 - added member functions AddFiles filling a MDirIter
1210
1211 * ganymed.rc, ganymed_onoff.rc, ganymed_wobble.rc:
1212 - updated the disp-parametrization after fixing the lo-gain bug
1213 - fixed a bug in the quality cuts (all showers with saturating
1214 hi-gains were removed)
1215
1216 * mhbase/MH3.cc:
1217 - allow to split the histogram name and the binning name
1218 - set a different line color in case of the "same" option
1219
1220 * mjobs/MJCut.cc:
1221 - show distribution of observation time for on and off data
1222
1223 * mjoptim/MJOptimizeCuts.cc, mjoptim/MJOptimizeDisp.cc,
1224 mjoptim/MJOptimizeEnergy.cc:
1225 - added display to output
1226
1227 * macros/optim/optimenergy.C, macros/optim/optimonoff.C,
1228 macros/optim/optimwobble.C:
1229 - added example how to write output file
1230
1231
1232
1233 2007/08/13 Thomas Bretz
1234
1235 * mjobs/MJSpectrum.cc:
1236 - fixed reading of Binning* from ganymed*.file
1237
1238
1239
1240 2007/08/11 Thomas Bretz
1241
1242 * mhflux/MHAlpha.cc:
1243 - on special request omega has been removed from the nice plot
1244
1245
1246
1247 2007/08/10 Thomas Bretz
1248
1249 * msignal/MExtractTimeAndCharge.cc:
1250 - fSaturationLimit must be multiplied with GetScale() not with
1251 GetMax()... grmpf.
1252
1253 * mjobs/MJCut.cc:
1254 - fixed a bug which caused nonsense effective on-time values
1255 for real data since three weeks.
1256
1257
1258
1259 2007/08/06 Thomas Bretz
1260
1261 * mcalib/CalibLinkDef.h, mcalib/Makefile:
1262 - removed obsolete MMcCalibrationCalc
1263
1264 * mhbase/MH.[h,cc]:
1265 - adde ApplyBinning member functions for two- and three-dim hists
1266
1267 * mimage/MHHillasExt.[h,cc]:
1268 - removed plot for max dist
1269 - added plot for SlopeL
1270 - increased class version number
1271
1272 * mjobs/MJCut.cc:
1273 - added BinningSlope to list of binnings
1274 - added BinningM3Trans to list of binnings
1275 - added BinningM3Asym to list of binnings
1276 - removed BinningMaxDist from list of binnings
1277
1278 * mjtrain/MJTrainDisp.cc:
1279 - renamed TrainDist to Train
1280
1281 * mpointing/MHSrcPosCam.cc:
1282 - changed default palette from glow1 to pretty
1283
1284 * mpointing/MSrcPosCam.h:
1285 - added a function to return the distance to the camera center
1286
1287 * ganymed.rc, ganymed_onoff.rc, ganymed_wobble.rc:
1288 - updated binnings
1289 - replaced old spark-cut by a new one
1290
1291 * mfilter/MFMagicCuts.[h,cc]:
1292 - increased version number to 2
1293
1294 * mjobs/MJStar.cc:
1295 - replaced the old spark-cut with a new one
1296
1297 * mimage/MHVsSize.cc:
1298 - changes some comments
1299
1300 * mmuon/MHSingleMuon.cc:
1301 - skip the "error estimation" step. It is just a multiplication
1302 with a fixed value. This doesn't influence enaything. And the
1303 absolute avlue of the error is not used at all.
1304
1305
1306
1307 2007/08/03 Thomas Bretz
1308
1309 * macros/optim/optimdisp.C:
1310 - adapted to new parametrization
1311
1312 * mjtrain/MJTrainDisp.[h,cc]:
1313 - some small fixes and changes.
1314 - added code (as comment) for training a ghostbuster
1315
1316
1317
1318 2007/08/02 Thomas Bretz
1319
1320 * mjobs/MJSpectrum.[h,cc]:
1321 - made it compile again
1322
1323
1324
1325 2007/07/29 Thomas Bretz
1326
1327 * ganymed.rc, ganymed_wobble.rc, ganymed_onoff.rc:
1328 - reordered pre-cuts
1329 - removed conc1-spark cut
1330 - changed cut coefficients to new algorithm
1331
1332 * mars.rc, star.rc:
1333 - switched to use new image cleaning
1334
1335
1336
1337 2007/07/28 Thomas Bretz
1338
1339 * mjobs/MJSpectrum.[h,cc]:
1340 - added CutQ
1341 - added some checks for the Zenith angle distribution
1342
1343
1344
1345 2007/07/26 Daniela Dorner
1346
1347 * scripts/dospectrum:
1348 - bugfix (variable for outpath for ganymed was wrong)
1349
1350
1351
1352 2007/07/26 Thomas Bretz
1353
1354 * mfilter/MFMagicCuts.cc:
1355 - implemented new disp-parametrization
1356 - implemented new ghostbusting
1357 - implemented possibility to use an external ghostbuster
1358 - implemented possibility to use an external disp calculator
1359
1360 * mimage/MImgCleanStd.[h,cc]:
1361 - implemented the cleaning in a recursive way. It should be
1362 a little bit faster
1363 - implemented post-cleaning using timing information
1364 - implemented new options how to treat the removed single
1365 core pixels
1366
1367 * mjobs/MJCut.cc:
1368 - write an external ghostbuster to the output file if available
1369
1370 * mjtrain/MJTrainEnergy.cc, mjtrain/MJTrainSeparation.cc:
1371 - set display name of MRanForestCalc as title instead of name
1372
1373 * mranforest/MRanForestCalc.cc:
1374 - set fTitle as eventloop name instead of fName
1375
1376 * mimage/MNewImagePar.[h,cc]:
1377 - removed the fInner-stuff. It was never good for anything
1378 only for space- and time-consumption
1379 - increased class-version number by one
1380
1381
1382
1383 2007/07/25 Thomas Bretz
1384
1385 * scripts/merppupdate:
1386 - small fixes
1387
1388
1389
1390 2007/07/24 Thomas Bretz
1391
1392 * mbase/MEvtLoop.cc:
1393 - removed the "Status Display" in front of the window name
1394
1395 * mcalib/MCalibrationChargeCalc.cc:
1396 - initialized some more variables in the constructor as suggested
1397 by valgrind
1398
1399 * mjobs/MJCut.cc:
1400 - reset number of off-source positions in on-/off-mode to one
1401
1402 * mjobs/MJob.[h,cc]:
1403 - added many comments
1404 - simplified the functions for setting a new resource file
1405 - replaced some repeated code by new function CombinePath
1406 - added new member function HasWritePermission
1407
1408 * mjoptim/MJOptimize.cc:
1409 - set title as window title of eventloop
1410
1411 * mjoptim/MJOptimizeCuts.cc:
1412 - stop if filter is set and it is not MFMagicCuts
1413
1414 * mjoptim/MJOptimizeCuts.cc, mjoptim/MJOptimizeDisp.cc,
1415 mjoptim/MJOptimizeEnergy.cc:
1416 - set window title of status display
1417
1418 * mjtrain/MJTrainDisp.cc, mjtrain/MJTrainEnergy.cc,
1419 mjtrain/MJTrainSeparation.cc:
1420 - set window title of status display
1421 - check for write permission of the output file
1422
1423 * mjtrain/MJTrainDisp.[h,cc]:
1424 - implemented new plots showing the result in a more
1425 convinient way
1426 - allow to set a different result value than dist
1427
1428 * mranforest/MRanForest.[h,cc]:
1429 - improvement to output when training. Moved code to a
1430 new member function
1431
1432 * mranforest/MRanForestCalc.cc:
1433 - set window title of status display
1434
1435 * mtools/MTFillMatrix.[h,cc]:
1436 - implemented setting name and title in the constructor
1437 - set window title when wvent loop is started to title
1438
1439
1440
1441 2007/07/19 Thomas Bretz
1442
1443 * mjobs/MJCut.cc:
1444 - added a sanity check for one off-position in on/off-mode
1445
1446 * mjoptim/MJOptimize.[h,cc]:
1447 - moved the functions and data-members to set cuts etc to new
1448 base class
1449 - added setting of pre- and post-tasks to reading the data
1450
1451 * mjoptim/Makefile, mjoptim/OptimLinkDef.h:
1452 - added new MJOptimizeBase
1453
1454 * mjtrain/MJTrainDisp.cc, mjtrain/MJTrainEnergy.cc,
1455 mjtrain/MJTrainSeparation.cc:
1456 - changed to use fDebug and WriteDisplay from the new base class
1457
1458 * mjtrain/MJTrainRanForest.[h,cc]:
1459 - moved all data members and setting of pre-/posttasks/-cuts
1460 to new base class
1461
1462 * mjtrain/Makefile:
1463 - added include of mjoptim for new base class
1464
1465 * mjoptim/MJOptimizeBase.[h,cc]:
1466 - new base class for optimization and training classes
1467
1468
1469
1470
1471 2007/07/18 Thomas Bretz
1472
1473 * mpointing/MPointingDevCalc.cc:
1474 - changed limit for starguide calibration from 87751 to 85240
1475
1476 * mbase/MContinue.cc:
1477 - changed some debug output
1478 - fixed a bug if the filter already decided to be skiped
1479
1480 * mbase/MEvtLoop.cc:
1481 - changed RecursiveRemove to use the newly implemented scheme
1482
1483 * mbase/MParContainer.[h,cc], mbase/MParList.[h,cc],
1484 mbase/MTask.[h,cc], mbase/MTaskList.[h,cc]:
1485 - improved debug output
1486 - added RecursiveRemove member function
1487 - removed screen output from Remove function
1488 - call RecursiveRemove when something is removed from the list
1489
1490 * mbase/MStatusDisplay.h:
1491 - aaded a new enum kLastElement
1492
1493 * mbase/MTask.cc:
1494 - set kMustCleanup for fFilter
1495
1496 * mbase/MTaskList.cc:
1497 - added debugg code
1498
1499 * mfileio/MWriteRootFile.cc:
1500 - always set kMustCleanup when a TFile is created
1501 - make sure RecursiveRemove is called in the correct way
1502
1503 * mmain/MEventDisplay.h:
1504 - fixed the starting index for the first gui element
1505
1506 * msignal/MExtractor.cc:
1507 - added some initializations in the constructor suggested by
1508 valgrind
1509
1510 * mcalib/MCalibrateData.cc:
1511 - improved output
1512
1513
1514
1515 2007/07/17 Thomas Bretz
1516
1517 * mjobs/MDataSet.cc:
1518 - fixed a typo
1519
1520
1521
1522 2007/07/17 Daniela Dorner
1523
1524 * scripts/dospectrum:
1525 - added comments
1526 - adapted variables to changes in preparemc
1527 - new path for condor submit and dag files (the new condor path in
1528 Mars)
1529
1530 * scripts/preparemc:
1531 - added comments
1532 - added checks
1533
1534 * condor:
1535 - added (directory to store condor submit files)
1536
1537 * condor/processds.submit:
1538 - added (condor submit file to run ganymed for a dataset, used in
1539 scripts/dospectrum)
1540
1541 * condor/processsponde.submit:
1542 - added (condor submit file to run sponde for a dataset, used in
1543 scripts/dospectrum)
1544
1545
1546
1547 2007/07/15 Thomas Bretz
1548
1549 * mdata/MDataPhrase.[h,cc]:
1550 - fixed a problem with predefined variables (such as used for
1551 disp optimization [0])
1552 - added a debug member function GetRuleRaw()
1553
1554 * mhflux/MHAlpha.[h,cc]:
1555 - allow to set the watermark from the DrawNice menu entry
1556
1557 * mjobs/MDataSet.cc:
1558 - allow to set the default sequence- and data-path from
1559 the dataset file
1560
1561 * mjobs/MJCut.cc:
1562 - set the number of random off-source position for the on-data
1563 - fixed a "&", should have been a logical And
1564 - make sure that even for MCs the source position is always
1565 calculated (this is necessary for more than one wobble position)
1566
1567 * mjoptim/MJOptimizeDisp.cc:
1568 - fixed a typo which made the optimtrain.C fail (kDegToRad does
1569 not exist)
1570
1571 * mjtrain/MJTrainEnergy.cc:
1572 - some cosmetics: changed kRad2Deg to TMath::RadToDeg()
1573
1574 * mpointing/MSrcPosCalc.[h,cc]:
1575 - added a random off-source position calculation to make the
1576 more-than-one-off-source-position analysis symmetric in case of
1577 on-source
1578 - added lots of comments
1579
1580
1581
1582 2007/07/14 Thomas Bretz
1583
1584 * mpedestal/MPedestalSubtract.[h,cc]:
1585 - fixed the buggy Memcpy function introduced with the last change
1586 07/06/17 ;( Fortunately this bug was only effectingt the MC data.
1587 The MUX and old FADC data got copied correctly because they are
1588 stored in the hi-gain array only, so that the number of hi-gain
1589 samples returned in Process is 30/80.
1590
1591 * mpedestal/MExtractPedestal.cc:
1592 - some cosmetics
1593
1594 * mfilter/MFMagicCuts.cc:
1595 - changed some comments
1596
1597 * mjobs/MJCut.cc:
1598 - some cosmetics. Simplified the setting of the scale factor
1599
1600 * macros/train/traindisp.C, macros/train/trainenergy.C,
1601 macros/train/trainseparation.C:
1602 - added some more helpfull comment
1603
1604
1605
1606 2007/07/03 Thomas Bretz
1607
1608 * mmain/MEventDisplay.[h,cc]:
1609 - changed default size
1610 - added two butons to switch of the display of the image
1611 parameters
1612
1613
1614
1615 2007/06/30 Thomas Bretz
1616
1617 * msignal/MExtractTimeAndCharge.cc:
1618 - when splitting the extraction of the maximum position and the
1619 maximum value into two functions (after the last release)
1620 an error in extracting the time of a saturating lo-gain pixel
1621 was introduced. fixed.
1622
1623 * resources/starguider.txt:
1624 - starguider calbration file added
1625
1626
1627
1628 2007/06/29 Daniela Dorner
1629
1630 * datacenter/db/sources.php:
1631 - fixed bug (test-sources where displayed although 'incl. test
1632 sources was not checked)
1633 - added input field for source name (regular expressions)
1634 - adapted link for source name from sequinfo.php to
1635 sequinfo-aio.php
1636
1637 * datacenter/db/menu.php, datacenter/db/builddatasets.php:
1638 - moved init of limits (setting of know values) from
1639 builddatasets.php to menu.php (function InitFindOffData), so that
1640 the values are also available in sequinfo-aio.php
1641
1642 * scripts/dospectrum:
1643 - completely new version using condor dag
1644
1645 * scripts/preparemc:
1646 - new version
1647 - adapted path
1648 - giving mars not needed anymore
1649 - adapted to 8 digit run numbers for MC
1650
1651
1652
1653 2007/06/29 Thomas Bretz
1654
1655 * mimage/MHillasExt.[h,cc]:
1656 - added new timing parameters fSlopeTrans and fSlopeLong
1657 - removed never used parameter fMaxDist
1658 - increased accordingly the class version number by 1
1659 - replaced the old calculation of the third moments by a
1660 numerically more accurate one, by avoiding to calculate
1661 to many differences too often.
1662
1663 * mfilter/MFMagicCuts.[h,cc]:
1664 - added the usage of the new SlopeLong parameter for ghostbusting
1665
1666 * mjobs/MJStar.cc:
1667 - preselect events for muon analysis not only by size but also
1668 by fConcCOG.
1669
1670 * mmuon/MMuonSearchPar.[h,cc]:
1671 - added a new member function to return the dist (sqrt(x^2+y^2))
1672 - to create outliers which are outling as much as possible we
1673 let the fit change x and y to infinity.
1674
1675 * mmuon/MHSingleMuon.cc:
1676 - adapted the histogram binning from Siegen slices to ns.
1677 - adapted the par limits for the fit to ns
1678 - adapted the starting value for the rms to ns
1679 - removed the fit range, it was anyhow identical to the histogram
1680 - changed the condition of the pixel index into a condition
1681 of the pixel size
1682
1683 * scripts/merppupdate:
1684 - the second argument was silently ignored
1685
1686 * ganymed.rc, ganymed_wobble.rc, ganymed_onoff.rc:
1687 - updates to the latest changes
1688
1689
1690
1691 2007/06/28 Thomas Bretz
1692
1693 * mars.cc:
1694 - added new options to use a sequence file instead of a run
1695
1696 * mhbase/MFillH.h:
1697 - added new member function to reset weights
1698
1699 * mmain/MEventDisplay.[h,cc]:
1700 - added path argument to allow to give an input path
1701 - added to allow to setup a sequence file for reading
1702
1703 * mmain/Makefile:
1704 - added inlcude of mjobs for MSequence
1705
1706 * mbadpixels/MBadPixelsTreat.cc:
1707 - we assume now that the maximum arrival time difference
1708 is calibrated already in nanoseconds
1709
1710 * mcalib/MCalibrateRelTimes.[h,cc]:
1711 - the arrival time is now converted from slices into nanoseconds
1712
1713 * mfilter/MFSoftwareTrigger.cc:
1714 - the arrival time is now assumed to be in nanoseconds.
1715 the default is changed accordingly from 0.5 to 1.7
1716
1717 * mjobs/MJCalibrateSignal.cc:
1718 - changed axis label of PulsePos plot (now in nanosec)
1719
1720 * mpointing/MSrcPosCalc.[h,cc]:
1721 - allow to set a tasklist as callback to now which n-th
1722 pass of the same task list it is
1723
1724 * mbase/MTaskList.[h,cc]:
1725 - added some code to allow the execution of one task list more
1726 than once. This is for example necessary to process three
1727 different off-source regions.
1728
1729 * mjobs/MJCut.[h,cc]:
1730 - use the new feature in MTaskList to setup a tasklist
1731 processing the off-source calculation tasklist more than once
1732 - added a new data meber fNumOffSourcePos
1733 - added a new resource option NumOffSourcePositions
1734 - added a new CutQ before Cut0 which takes place before all
1735 source posisiton dependant stuff
1736
1737 * ganymed_onoff.rc:
1738 - renamed Cut0 to CutQ
1739
1740
1741
1742 2007/06/27 Thomas Bretz
1743
1744 * mfilter/MFMagicCuts.cc:
1745 - added the missing include of MHillas.h
1746
1747 * mhist/Makefile, mhist/HistLinkDef.h:
1748 - removed obsolete MHFadcCam
1749 - removed obsolete MHFadcPix
1750
1751 * msignal/MExtractPINDiode.cc:
1752 - commented out some non-compiling code which is not used at all.
1753
1754 * Makefile:
1755 - removed compmux program which entered by chance
1756
1757
1758
1759 2007/06/26 Thomas Bretz
1760
1761 * mmain/Makefile:
1762 - added inlclude path for mfilter
1763
1764 * mmain/MEventDisplay.cc:
1765 - added MFEvtNumber to choose selected preselected events
1766
1767
1768
1769 2007/06/25 Daniel Hoehne
1770
1771 * datacenter/scripts/linkmc:
1772 - implemented execution of fillcamera.C, now first a mc camera file
1773 is linked and then fillcamera.C runs for this file
1774
1775 * datacenter/macros/fillcamera.C:
1776 - bugfix: the macro doesn't giva a seg-fault anymore
1777 (thanks to Thomas)
1778 - arranged the structure more clearly
1779
1780
1781
1782 2007/06/23 Thomas Bretz
1783
1784 * mbadpixels/MBadPixelsCam.cc:
1785 - fixed some Print output
1786
1787 * mhflux/MHAlpha.cc:
1788 - added the missing include of MHillas.h
1789 - removed the obsolete ClassImp(MAlphaFitter)
1790
1791 * mhflux/MHFalseSource.cc, mimage/MHillasSrc.cc:
1792 - added the missing include MHillas.h
1793
1794 * mimage/MHHillasSrc.cc, mimage/MHillasSrc.h:
1795 - removed obsolete include of MHillas.h
1796
1797 * mpointing/MPointingDevCalc.[h,cc]:
1798 - added the real starguider calibration using a pointing model
1799 for the strguider. The dates for which the model is valid
1800 can still be tuned.
1801
1802 * mpointing/MSrcPosCalc.cc, mreport/MReportStarguider.cc:
1803 - added some comment
1804
1805
1806
1807 2007/06/23 Thomas Bretz
1808
1809 * mpointing/MPointing.cc:
1810 - improved output
1811
1812
1813
1814 2007/06/23 Daniela Dorner
1815
1816 * datacenter/db/index.html:
1817 - added link to showplots-seq.php
1818 - added link to builddatasets.php
1819
1820 * datacenter/db/showplots-seq.php:
1821 - added (analog to shoeplots-ds, but instead of dataset number a
1822 sequence range and/or a source name can be chosen)
1823
1824 * datacenter/db/plotinclude.php:
1825 - added function to print pull-down menu for type in showplots*.php
1826
1827 * datacenter/db/showplots.php:
1828 - moved getting of plotname out of if-clauses
1829
1830 * datacenter/db/showplots-ds.php:
1831 - added check if datasetfile is existing
1832
1833 * datacenter/db/showplots-ds.php, datacenter/db/showplots.php:
1834 - added comments
1835 - added home-button
1836 - added reset-button
1837 - changed choosing of type from input field to pull-down menu and
1838 implemented function for this pulldown
1839
1840
1841
1842 2007/06/22 Thomas Bretz
1843
1844 * mhflux/MHThetaSqN.cc:
1845 - fixed optimization (it just didn't work)
1846
1847 * mpointing/MPointing.[h,cc]:
1848 - added some checks in Load
1849 - fixed a problem with the constructors (the pointers MUST be
1850 initialized to 0)
1851 - renamed fNumPar to fgNumPar
1852 - Load and Save now return kTRUE or kFALSE
1853
1854
1855
1856 2007/06/22 Daniela Dorner
1857
1858 * datacenter/db/builddatasets.php:
1859 - fixed typo
1860
1861
1862
1863 2007/06/21 Thomas Bretz
1864
1865 * mjobs/MJCut.cc:
1866 - fixed a problem with the Wobble MCs (the could not be processed
1867 anymore because they needed MTime for MHSrcPos)
1868
1869
1870
1871 2007/06/20 Thomas Bretz
1872
1873 * msql/MSQLMagic.[h,cc]:
1874 - added a new function InsertUpdate
1875
1876
1877
1878 2007/06/20 Daniela Dorner
1879
1880 * datacenter/db/showplots.php:
1881 - implemented different number of tabs for muxdata for
1882 signal*.root
1883
1884
1885
1886 2007/06/19 Thomas Bretz
1887
1888 * callisto.rc, callisto_Dec04Jan05.rc:
1889 - changed the default values (commented out anyhow) to the real
1890 values.
1891
1892 * mbase/MEnv.h:
1893 - allow printing contents from the context menu
1894
1895 * mcalib/MCalibrationRelTimeCalc.cc:
1896 - replaced kDeviatingTimeResolution by new
1897 kDeviatingRelTimeResolution
1898
1899 * mhcalib/MHCalibrationPulseTimeCam.cc:
1900 - automatically scale the saturation limit to the fadc range
1901
1902 * mjobs/MJCalibrateSignal.cc:
1903 - save resource file into signal*.root file
1904 - added some code (still commented) for saving the calibration
1905 results
1906 - do not fill the bad-pixel plots with MCs
1907
1908 * mjobs/MJCalibration.cc, mjobs/MJStar.cc, mjobs/MJCut.cc,
1909 mjobs/MJSpectrum.cc:
1910 - save resource file into signal*.root file
1911
1912 * mjobs/MJPedestal.cc:
1913 - clarified output for "mean pulse time" further
1914
1915 * mjobs/MJob.cc:
1916 - made write container more flexible to allow easier calles
1917 if fPathOut contains the file name already
1918
1919 * mpedestal/MExtractPedestal.cc:
1920 - automatically scale the maximum variation and the
1921 maximum value to fit the FADC range
1922
1923 * msignal/MExtractor.cc:
1924 - removed the reset of the saturation limit. Maybe the user
1925 wants to switch off saturation detection.
1926 - removed a lot of old code (in comments)
1927
1928 * msignal/MExtractTimeAndCharge.cc:
1929 - scale the saturation limit from the maximum of
1930 the FADC range to 256
1931 - use the maximum value of the raw position as the input for
1932 half the signal height in GetSaturationTime again
1933 - calculate maxposhi only if needed
1934 - calculate maxrawlo only if needed
1935
1936 * mraw/MRawRunHeader.[h,cc]:
1937 - implemented new format version 9
1938 - increased version number by one
1939 - added some comments in the header
1940 - added a function returning the maximum value of the FADC
1941 - changed the GetScale from a calculation to a switch
1942 (faster and easier to understand)
1943
1944 * callisto_mux.rc:
1945 - replaced saturation and lower signal limit in
1946 MJPedestalY2.MHCalibrationPulseTimeCam by the defaults
1947
1948 * mbase/MMath.[h,cc]:
1949 - added a function to do a InterpolParab assuming that the
1950 x-coordinates are -1, 0, 1
1951
1952
1953
1954 2007/06/18 Thomas Bretz
1955
1956 * mbadpixels/Makefile:
1957 - added include of mraw
1958
1959 * mbadpixels/MBadPixelsTreat.[h,cc]:
1960 - added some comments
1961 - check for MRawRunHeader
1962 - calculate max time difference from time in ns
1963
1964 * callisto.rc callisto_mux.rc, callisto_Dec04Jan05.rc:
1965 - changed old value for time difference to 3.0
1966 - use the default value (3.0) in all files
1967
1968 * mbadpixels/MBadPixelsPix.h, mbadpixels/MBadPixelsCam.cc,
1969 mcalib/MCalibrationChargeCalc.cc:
1970 - renamed kFluctuatingArrivalTimes to kDeviatingAbsTimeResolution
1971
1972 * mbase/MMath.cc:
1973 - improved (according to the numerical recipes) the calculation
1974 of the one value solution. This should also accelerate
1975 execution a bit
1976
1977
1978
1979 2007/06/17 Thomas Bretz
1980
1981 * mpedestal/MExtractPedestal.[h,cc],
1982 mpedestal/MPedestalSubtract.cc,
1983 mpedestal/MPedestalSubtractedEvt.[h,cc]:
1984 - changed USample_t finally from Byte_t to UShort_t
1985 - adapted Memcpy accordingly
1986
1987 * mraw/MRawEvtData.[h,cc]:
1988 - increased class version to 7
1989 - added fNumBytesPerSample for simplification
1990 - take fNumBytesPerSample into account
1991 - changed draw and print option accordingly
1992 - changed reading of pixel information (in fact it is a
1993 simplification allowed by the flexible storage format)
1994 - added a private GetSample member function to be used in
1995 data access for drawing a pixel
1996 - added returning of the scale (2^((numbytes-1)*8))
1997 - FIXME: GetPixelContent must be reimplemented!
1998
1999 * mraw/MRawEvtPixelIter.[h,cc]:
2000 - changed according to changes in MRawEvtData to support
2001 flexible daza format
2002 - removed a lot of old, obsolete and unsused member functions
2003
2004 * msignal/MSignalCalc.cc, mpedestal/MHPedestalCor.cc:
2005 - changed to use USample_t instead of Byte_t
2006 - ToBeFIXED! The saturation limits are still around 2^8
2007
2008 * callisto_mux.rc:
2009 - removed obsolete LoGainSwitch statement
2010
2011
2012
2013 2007/06/16 Thomas Bretz
2014
2015 * mbase/MGList.cc:
2016 - added some sanity checks
2017
2018 * mbase/MMath.cc:
2019 - don't start caluclation if x<mean in GaussProb
2020
2021 * mpedestal/MExtractPedestal.[h,cc]:
2022 - added new data member for the absulte max signal fMaxSignalAbs
2023 - replaced Byte_t for a sample by USample_t set in the header
2024 to Byte_t
2025 - in the case of random pedestal calculation the MaxPos is
2026 not calculated anymore
2027 - scale the pedestal and pedestalrms according to the sample
2028 size in the data (the scale is retrieved from the run-header)
2029
2030 * mpedestal/MPedestalSubtract.[h,cc]:
2031 - replaced build-in memcpy by a new Memcpy function which is more
2032 flexible depending on the input data format
2033 - scale the signal into the range 0-256 according to the
2034 scale given by the event header
2035 - replaced Byte_t by USample_t
2036
2037 * mpedestal/MPedestalSubtractedEvt.[h,cc]:
2038 - replaced Byte_t by USample_t and set it accordingly to Byte_t
2039
2040 * mraw/MRawRunHeader.h:
2041 - added returning of the scale (2^((numbytes-1)*8))
2042
2043
2044
2045 2007/06/15 Thomas Bretz
2046
2047 * mpedestal/MPedestalSubtractedEvt.cc:
2048 - fixed a bug in the determination of the maximum slice. Only
2049 each second slice was checked. This has been introduced with
2050 the last change four weeks ago.
2051
2052
2053
2054 2007/06/15 Daniela Dorner
2055
2056 * datacenter/db/index-footer.html:
2057 - adapted path of validator picture
2058
2059 * scripts/processsequence:
2060 - added sequence number (get it from sequence file) to path name
2061 in case only a sequence file is given
2062 - added two new command line options: the callisto and star rc can
2063 be given now
2064
2065
2066
2067 2007/06/14 Daniela Dorner
2068
2069 * scripts/processsequence:
2070 - bugfix (getting of runno didn't work in case the outpath
2071 contained a _)
2072
2073
2074
2075 2007/06/13 Thomas Bretz
2076
2077 * mimage/MImgCleanStd.cc:
2078 - print name of MPedPhotCam only if used
2079
2080
2081
2082 2007/06/13 Daniela Dorner
2083
2084 * datacenter/db/plotdb.php:
2085 - enlarged inputs for Set1 and Set2 to 150 (was too short for all
2086 sequences of one dataset)
2087
2088 * datacenter/db/showplots.php:
2089 - implemented variable for number of tabs (calib*.root,
2090 signal*.root and star*.root) to simplify future changes
2091 - adapted number of tabs for signal*.root
2092
2093
2094
2095 2007/06/12 Thomas Bretz
2096
2097 * mbase/MTime.[h,cc]:
2098 - added new constant kDaySec
2099 - use kDaySec where possible
2100 - added second argument to SetUnixTime and allow using it ;-)
2101 - use SetUnixTime in Set(timeval)
2102
2103 * mhcalib/MHCalibrationChargeCam.cc:
2104 - made sure that Draw doesn't crash if the hi-gains
2105 have saturated but the lo-gains don't exist
2106
2107 * mhcalib/MHCalibrationPulseTimeCam.[h,cc]:
2108 - replaced type of SaturationLimit and LowerSignalLimit by UInt_t
2109 - accordingly increased class version number
2110
2111
2112
2113 2007/06/12 Daniela Dorner
2114
2115 * datacenter/db/ganymed.php:
2116 - added comment
2117
2118 * datacenter/db/tabs.php:
2119 - corrected tabs for ganymed for wobble
2120
2121
2122
2123 2007/06/11 Thomas Bretz
2124
2125 * sponde.cc:
2126 - added check for validity of resource file
2127
2128 * mbase/MMath.cc:
2129 - small speed improvement to calclation of three solutions
2130 for the third order pol.
2131 - for a second order pol. set x1 and x2 if it has only one
2132 solution
2133
2134 * mbase/MMath.h:
2135 - speed improvement using ::cbrt instead of pow(x, 1/3)
2136
2137 * mcalib/MCalibrationChargeCalc.cc:
2138 - improved output
2139
2140 * mextralgo/MExtralgoSpline.cc:
2141 - speed improvement by using a look up table for often used
2142 and identical coefficients
2143 - use MMath::SolvePol2 to get the null-points of the first
2144 derivative (EvalDerivEq0)
2145 - removed a lot of old an obsolete comments
2146 - fixed the newly introduced EvlInteg(int, int) -- must
2147 return 0 explicitly if a==b
2148 - fixed the upward search
2149
2150
2151
2152 2007/05/25 Thomas Bretz
2153
2154 * callisto.cc, star.cc:
2155 - removed obsolete check whether config file exists
2156
2157 * sponde.cc:
2158 - aded check for validity of config file (returns 0xfe if not)
2159
2160 * mbase/MEnv.[h,cc]:
2161 - removed obsolete fName workaround
2162 - made sure that also ~ paths are correctly expanded and used
2163
2164 * mjobs/MJob.cc:
2165 - one more sanity check if MEnv is not valid
2166
2167 * Makefile:
2168 - first compile the programs source code and then link the library
2169 this make it much faster to debug the code of the program sources.
2170
2171
2172
2173 2007/05/22 Daniel Hoehne
2174
2175 * datacenter/macros/fillcamera.C:
2176 - added (macro to fill mc parameters into the db)
2177
2178
2179
2180 2007/05/22 Thomas Bretz
2181
2182 * mmuon/MMuonSearchPar.cc:
2183 - tiny speed improvement in the fit function
2184
2185
2186
2187 2007/05/22 Daniela Dorner
2188
2189 * datacenter/scripts/sourcefile:
2190 - adapted the function finish to avoid removing of non existing
2191 files in case the variable lockfile is empty
2192
2193 * steps.rc:
2194 - fixed typo
2195
2196 * datacenter/scripts/checkscriptrunning:
2197 - added (script to check if a script is runnning, including
2198 command line option, to allow for several jobmanagers and
2199 zipscripts of one Mars Version)
2200
2201
2202
2203 2007/05/21 Daniela Dorner
2204
2205 * datacenter/db/showplots-ds.php:
2206 - also off-sequences are plottet now
2207 - by plotting the link to the plot in colour, it is marked, whether
2208 a on sequence (green) or a off sequence is plotted
2209
2210
2211
2212 2007/05/21 Daniel Hoehne
2213
2214 * datacenter/tools/resetdataset:
2215 - re-implemented fAllFilesAvail=NULL
2216
2217 * datacenter/macros/fillstar.C:
2218 - bugfix: for sparkrate='inf', now 0.00 is filled into the db
2219
2220
2221
2222 2007/05/21 Thomas Bretz
2223
2224 * msignal/MSignalPix.h:
2225 - added missing arrival time in Copy function
2226 - added copy constructor
2227
2228 * msignal/MSignalCam.[h,cc]:
2229 - added a function to compare cleanigngs of two objects
2230 - added a function to compare the islands in two objects
2231 - adde Copy function
2232
2233 * mjobs/MJStar.cc:
2234 - added MHEffictiveOnTime to parlist to get access from the
2235 resource file
2236
2237 * mjobs/Makefile:
2238 - added include of mhflux
2239
2240
2241
2242 2007/05/18 Daniela Dorner
2243
2244 * datacenter/scripts/runcorsika:
2245 - added (script to run corsika automatically)
2246
2247 * datacenter/scripts/runreflector:
2248 - added (script to run reflector automatically)
2249
2250 * datacenter/scripts/runcamera:
2251 - added (script to run camera automatically)
2252
2253 * datacenter/scripts/jobmanager:
2254 - added possibility to start separate jobmanager for the MC
2255 processing by giving 'mc' as command line option
2256
2257 * datacenter/scripts/setup:
2258 - added setting for MC production steps
2259
2260 * datacenter/scripts/sourcefile:
2261 - added fail codes for MC production steps
2262
2263 * steps.rc:
2264 - added settings for MC production steps
2265 - removed timer table information (this was only neede by the
2266 macro getdolist.C in case of day-wise processing of data)
2267
2268
2269
2270 2007/05/17 Thomas Bretz
2271
2272 * metralgo/MExtralgoSpline.h:
2273 - improved the speed of the integration by simplifying the evaluated
2274 term. It has been checked that the result is identical.
2275
2276
2277
2278 2007/05/17 Daniela Dorner
2279
2280 * scripts/processsequence:
2281 - added -v5 to all commands
2282
2283 * datacenter/scripts/sourcefile:
2284 - adapted in function makedir if-clause to avoid removing of non
2285 existing files in case todofile is empty or todfile or lockfile is
2286 missing
2287
2288 * datacenter/scripts/runcallisto, datacenter/scripts/runganymed
2289 datacenter/scripts/runstar:
2290 - adapted comment (was still about old way to get from the database
2291 what has to be done)
2292
2293
2294
2295 2007/05/16 Daniel Hoehne
2296
2297 * datacenter/tools/resetdataset:
2298 - several bugfixes (mainly typos, for wobble datasets there was one
2299 colon too much due to no off sequences)
2300
2301
2302
2303 2007/05/16 Thomas Bretz
2304
2305 * callisto.cc:
2306 - switch of storage of job2 only in movie mode
2307
2308 * mjobs/MJCalibrateSignal.[h,cc]:
2309 - do not write the interlaced containers anymore
2310 they have no real meaning if only the ones of the last
2311 calibration are written
2312 - removed obsolete references to MCalibrationPulseTimeCam
2313 - changed default writingmode for the signal file to UPDATE
2314
2315 * mjobs/MJCalibration.cc, mjobs/MJCut.cc:
2316 - write display by adding it to the array
2317
2318 * mjobs/MJPedestal.[h,cc]:
2319 - added const qualifier to argument of DisplayResult
2320 - removed obsolete WriteResult
2321 - added a new function WritePulsePos
2322 - call WritePulsePos if PulsePosCheck is enabled
2323
2324 * mjobs/MJob.[h,cc]:
2325 - removed automatic writing of fDisplay from WriteContainer
2326 - added a new function WriteDisplay
2327
2328 * mhcalib/MHCalibrationChargeCam.cc, mpedestal/MExtractPedestal.cc,
2329 msignal/MExtractBlindPixel.cc, msignal/MSignalCalc.cc:
2330 - replaced GetMax by GetMaxPos
2331
2332 * mhcalib/MHCalibrationPulseTimeCam.cc:
2333 - use new GetMax returning position and height at once
2334
2335 * mpedestal/MPedestalSubtractedEvt.[h,cc]:
2336 - devided the old function GetMax into GetMax and GetRawMax
2337
2338 * msignal/MExtractTimeAndCharge.cc:
2339 - GetSaturationTime now uses the real maximum as reference not
2340 the maximum of the raw-date
2341 - adapted the use of GetMax
2342
2343 * mextralgo/MExtralgoSpline.h:
2344 - added a function which allows the outside world to access the
2345 spline
2346 - removed Align from EvalInteg, it is done in EvalPrimitive already
2347
2348 * macros/test/extralgospline.C:
2349 - added a macro to test the spline
2350
2351
2352
2353 2007/05/14 Stefan Ruegamer
2354
2355 * datacenter/scripts/checkmd5sum
2356 - added this script which makes an md5sum check of files that have
2357 been copied from tape to the directory
2358 /magic/datacenter/fromtape. This script will run later auto-
2359 matically before movingrawfiles.
2360
2361
2362
2363 2007/05/14 Daniela Dorner
2364
2365 * datacenter/scripts/checkfilesforsequenceavail:
2366 - added missing 'set -C'
2367
2368 * scripts/processsequence:
2369 - added option (now callisto rc can be giving in a command line
2370 option)
2371
2372
2373
2374 2007/05/14 Daniel Hoehne
2375
2376 * datacenter/db/menu.php, magicdefs.php, querycal.php:
2377 - implemented new columns fUnsuitableMax and fDeadMax
2378
2379
2380
2381 2007/05/14 Thomas Bretz
2382
2383 * RELEASE 1.2
2384
2385
2386
2387 2007/05/14 Thomas Bretz
2388
2389 * callisto_mux.rc:
2390 - cleanup of some comments
2391
2392 * mjobs/MJCalibration.cc:
2393 - fixed the unintentionally removed setting of pedestal
2394 for MPedestalSubtract
2395
2396 * mpedestal/MPedestalSubtract.cc:
2397 - improved output for debugging purpose
2398
2399 * msignal/MExtractor.[h,cc]:
2400 - according to the last changes the version number has been
2401 increased to 9
2402
2403 * mcalib/MCalibrationCam.cc:
2404 - added code to GetPixelContent from MCalibrationPedCam
2405
2406 * mcalib/Makefile, mcalib/CalibLinkDef.h:
2407 - removed obsolete MCalibrationPedCam
2408
2409 * mhcalib/MHPedestalCam.cc:
2410 - Removed references to MCalibrationPedCam use a MCalibrationCam
2411 with the name MCalibrationPedCam instead
2412
2413 * mjobs/MJCalibration.cc:
2414 - changed background color in Defects to be able to read
2415 the yellow text color
2416
2417 * mjobs/MJPedestal.cc:
2418 - removed obsolete include of MCalibrationPedCam
2419
2420 * mcalib/MCalibrationPulseTimeCam.[h,cc]:
2421 - removed some obsolete Add functions already contained in
2422 the base class
2423
2424 * mcalib/MCalibrationIntensityBlindCam.[h,cc],
2425 mcalib/MCalibrationIntensityQECam.[h,cc],
2426 mcalib/MCalibrationIntensityTestCam.[h,cc]:
2427 - removed
2428
2429
2430
2431 2007/05/11 Daniela Dorner
2432
2433 * scripts/processsequence:
2434 - added information about the created paths to the output of
2435 Usage()
2436 - adapted regular expressions
2437 - bugfix in getting date for cc and caco file
2438 - bugfix (subsystempath was missing)
2439 - exit instead of break, if cc or caco file is missing
2440 - merpplogdirectory is created after finding of files now
2441 - improved logging
2442
2443 * datacenter/scripts/setup:
2444 - adapted number of processes
2445 - removed datacheck
2446
2447
2448
2449 2007/05/11 Thomas Bretz
2450
2451 * mcalib/MCalibrationChargeCalc.cc, mhcalib/MHPedestalCam.cc,
2452 msignal/MExtractBlindPixel.cc:
2453 - replaced the call to GetTotalEntries by the product
2454 of the number of slices with the number of events of the
2455 individual pixel
2456
2457 * mpedestal/MExtractPedestal.[h,cc], mpedestal/MPedCalcPedRun.[h,cc],
2458 mpedestal/MPedCalcFromLoGain.[h,cc]:
2459 - unified the summing part of Process() into a new function
2460 CalcPixel in the base class
2461 - in MPedCalcPedRun individual pixels could be skipped due to
2462 high variations, but it was still divided by the number of events
2463 procesed. This let to a pedestal which was a tiny amount too
2464 small and gave an small positive offset of the randomly extracted
2465 pedestal.
2466 - unified the loops over the individual pixels to calculate the
2467 pixel-, area-, and sector-defaults for the whole camera into
2468 the base-class
2469 - moved fNumEventsUsed into the base-class and removed obsolete
2470 fUsedEvents
2471 - removed obsolete fTotalCounter, use the product of the number
2472 of slices and the number of events stored in each individual
2473 pixel instead
2474 - added some sanity checks not to calculate average and/or rms
2475 values if the statistics is too low (division by zero)
2476 - for calculating min and/or max values at most places now
2477 an int is used. This increases the range for further
2478 upgrade to 16bit samples.
2479
2480 * mpedestal/MPedestalCam.[h,cc]:
2481 - removed obsolete fTotalEntries and replaced by fNumSlices
2482 because the number of total entries depends on the number of
2483 events used for each individual pixel
2484 - adapted GetPixelContent accordingly
2485 - increased class version to 2
2486
2487 * manalysis/MCameraData.cc:
2488 - added include of TArrayI (previously included from MPedestalCam)
2489
2490 * mcalib/MCalibrationChargeCam.cc, mcalib/MCalibrationRelTimeCam.cc:
2491 - fixed GetPixelContant to give more proper output
2492 - reformatted GetPIxelContent code
2493 - added const-qualifiers
2494
2495 * mjobs/MJCalibTest.cc, mjobs/MJCalibrateSignal.cc,
2496 mjobs/MJCalibration.cc, mjobs/MJPedestal.cc,
2497 mpedestal/MExtractPedestal.[h,cc], msignal/MExtractor.[h,cc],
2498 msignal/MExtractBlindPixel.cc, msignal/MExtractPINDiode.cc:
2499 - removed data members fPedestal and fPedestalsIn respectively,
2500 and all referencing functions because it was never used at all
2501
2502 * mextralgo/MExtralgoDigitalFilter.[h,cc],
2503 mextralgo/MExtralgoSpline.cc
2504 msignal/MExtractTimeAndChargeDigitalFilter.cc:
2505 - made the noise extraction completely random and automatic
2506 - gave the noise extraction completely into the hand of
2507 the extractors
2508
2509
2510
2511 2007/05/10 Daniela Dorner
2512
2513 * datacenter/scripts/runcallisto:
2514 - bugfix (typo in getting date for finding cc and cacofile)
2515
2516 * scripts/merppupdate:
2517 - added (script to merpp update already calibrated files)
2518 - added possibility to give outpath and regular expression for
2519 filename as command line options
2520
2521
2522
2523 2007/05/10 Thomas Bretz
2524
2525 * callisto.rc, callisto_Dec04Jan05.rc, callisto_MarApr05.rc:
2526 - cleanup of some comments
2527
2528 * mbase/MMath.cc:
2529 - removed the usage of a storage space for the index in
2530 GetMedianDev because the index is reacalculated anyhow
2531
2532 * mbase/MStatusArray.cc:
2533 - if several objects of the same name (but different class
2534 types) are in a pad we don't stop searching if an object
2535 with the right name has been found
2536
2537 * mcalib/MCalibrateData.cc, mcalib/MCalibrationChargeCalc.cc,
2538 mcalib/MCalibrationRelTimeCalc.cc:
2539 - updated output
2540
2541 * mhist/MHCamera.[h,cc]
2542 - added two new member functions to count the number of bins
2543 above or below a threshold
2544
2545 * mjobs/MJCalibrateSignal.cc:
2546 - added a new Tab to show the time development of the unsuitable
2547 pixels
2548 - added a new tab showing the eveloution of the number of
2549 dead pixels
2550
2551 * mjobs/MJCalibration.cc:
2552 - updated texts in bad pixel display
2553
2554 * datacenter/macros/fillsignal.C:
2555 - replaced CalcUnsuitable by the new members of MHCamera
2556 - also fill the maximum number of unsuitable pixels
2557 - and fill the maximum number of dead pixels
2558
2559 * mfilter/MFSoftwareTrigger.cc, mhcalib/MHCalibrationTestCam.cc,
2560 mimage/MCameraSmooth.cc:
2561 - removed obsolete calls to GetPixById
2562
2563 * msignal/MSignalCam.[h,cc]:
2564 - removed obolete function to access the MSignalPix'
2565 - removed obsolete GetPixById
2566 - added new function returning the number of unmapped pixels
2567 - a little code cleanup
2568
2569
2570
2571
2572 2007/05/09 Daniela Dorner
2573
2574 * scripts/makemovie:
2575 - added comment
2576 - removed not needed lines
2577
2578 * datacenter/scripts/buildsequenceentries,
2579 datacenter/scripts/checkfilesforsequenceavail,
2580 datacenter/scripts/checklogs, datacenter/scripts/checkstardone,
2581 datacenter/scripts/checktransfer, datacenter/scripts/copyscript,
2582 datacenter/scripts/correcttime, datacenter/scripts/dodatacheck,
2583 datacenter/scripts/doexclusions, datacenter/scripts/doqualityplots,
2584 datacenter/scripts/dowebplots, datacenter/scripts/filesondisk,
2585 datacenter/scripts/fillcallisto, datacenter/scripts/fillganymed,
2586 datacenter/scripts/fillstar, datacenter/scripts/findnewstars,
2587 datacenter/scripts/findnotseqruns,
2588 datacenter/scripts/insertdatasets,
2589 datacenter/scripts/insertsequences, datacenter/scripts/jobmanager,
2590 datacenter/scripts/linkmc, datacenter/scripts/makecallistolinks,
2591 datacenter/scripts/mcsequences,
2592 datacenter/scripts/movingsubsystemfiles,
2593 datacenter/scripts/processmcsequences, datacenter/scripts/rmlocks,
2594 datacenter/scripts/runcallisto, datacenter/scripts/runganymed,
2595 datacenter/scripts/runstar, datacenter/scripts/scriptlauncher,
2596 datacenter/scripts/setup, datacenter/scripts/sourcefile,
2597 datacenter/scripts/webupdate-callisto,
2598 datacenter/scripts/webupdate-ganymed,
2599 datacenter/scripts/webupdate-sinope,
2600 datacenter/scripts/webupdate-star,
2601 datacenter/scripts/writedatasetfiles,
2602 datacenter/scripts/writesequencefiles,
2603 datacenter/scripts/zipscript:
2604 - change time for 'Software-Developement'
2605
2606 * datacenter/scripts/buildsequenceentries,
2607 datacenter/scripts/checkfilesforsequenceavail,
2608 datacenter/scripts/checkstardone, datacenter/scripts/correcttime,
2609 datacenter/scripts/dodatacheck, datacenter/scripts/doexclusions,
2610 datacenter/scripts/fillcallisto, datacenter/scripts/fillganymed,
2611 datacenter/scripts/fillstar, datacenter/scripts/runcallisto,
2612 datacenter/scripts/runganymed, datacenter/scripts/runstar,
2613 datacenter/scripts/writedatasetfiles,
2614 datacenter/scripts/writesequencefiles:
2615 - removed variable needed only for setstatusroot
2616 - adapted variable needed for setstatus
2617 - adapted comment
2618
2619 * datacenter/scripts/writedatasetfiles:
2620 - added missing 'setstatus "start"'
2621
2622 * datacenter/scripts/correcttime:
2623 - improved regular expressions
2624
2625 * datacenter/macros/findcacofiles.C:
2626 - added algorithm for searching missing caco files and inserting
2627 the according runnumber to the database
2628 - adapted comment
2629
2630 * datacenter/scripts/filesondisk:
2631 - removed algorithm for finding missing caco files (done by
2632 findcacofiles.C no)
2633 - adapted comment
2634 - added removing of files conaining the run lists
2635
2636 * datacenter/scripts/zipscript:
2637 - added possibility to start several zipscripts giving a commanline
2638 option
2639 - added locking of callisto
2640 - removed not needed lines
2641 - removed old code
2642 - fixed bug (filename for chmod was wrong)
2643
2644 * datacenter/scripts/runcallisto:
2645 - added locking of sequence for zipping
2646 - reduced find for cc and caco file to the directory of the date,
2647 where the files are stored (date taken from callisto filename)
2648 - improved regular expressions
2649
2650 * steps.rc:
2651 - added fNotZipping to Needs of fCallisto to allow for the locking
2652 of callistos by the zipscript
2653
2654 * datacenter/scripts/sourcefile:
2655 - removed functions setstatusroot and getdolistroot
2656 - renamed variable in setstatus
2657 - added function sendquery
2658 - adapted if-clause to avoid removing of non existing files in
2659 case todofile is empty
2660
2661 * datacenter/scripts/scriptlauncher:
2662 - fixed bug (in case condor_submit failed, the scriptlauncher was
2663 waiting for the not submitted job, until it was killed)
2664
2665 * datacenter/scripts/jobmanager:
2666 - added algorithm to increase sleeping time in case condor failed
2667 several times in a row
2668
2669 * datacenter/scripts/setup:
2670 - renamed errorsleeptime for usage in algorithm in jobmanager
2671
2672 * datacenter/scripts/dodatacheck:
2673 - added query for date to reduce the find to the directory of the
2674 date, where the rawfile is stored
2675 - removed not needed lines
2676
2677 * datacenter/scripts/dodatacheck, datacenter/scripts/doqualityplots,
2678 datacenter/scripts/dowebplots, datacenter/scripts/linkmc,
2679 datacenter/scripts/movingsubsystemfiles,
2680 datacenter/scripts/runcallisto, datacenter/scripts/sourcefile,
2681 scripts/dospectrum, scripts/makemovie, scripts/processsequence:
2682 - changed indentation to 3 spaces, where it was different
2683
2684 * datacenter/scripts/copyscript:
2685 - added sort and uniq to find for dates
2686 - removed not needed lines
2687 - adapted find for catalogue files such that only the directories
2688 of the last 31 days are searched with find and not the whole
2689 central control path
2690
2691 * datacenter/db/sequinfo.php:
2692 - show ranges menu on first loading of page
2693
2694 * datacenter/db/menu.js:
2695 - adapted functions to show ranges menu on first loading of the
2696 page and hide it, when a query is done
2697 - commented functions
2698
2699 * scripts/processsequence:
2700 - restricted find for cacofile to directory of date
2701
2702 * scripts/merppupdate:
2703 - added (script to do merpp update for already calibrated files)
2704
2705
2706
2707 2007/05/09 Thomas Bretz
2708
2709 * callisto.rc, callisto_Dec04Jan05.rc, callisto_MarApr05.rc,
2710 callisto_mux.rc:
2711 - changed ArrTimeRmsLimit in all cases to default 5.0
2712 because of the new meaning
2713
2714 * showplot.cc:
2715 - changed that it closes automatically if the file cannot
2716 be read
2717
2718 * datacenter/macros/fillstar.C:
2719 - commented the output of the query
2720
2721 * datacenter/macros/plotdb.C:
2722 - adapted ranges to MUX data values
2723 - added plots for new unsuitable columns
2724
2725 * mbadpixels/MBadPixelsPix.h:
2726 - added a new member function IsUncalibrated
2727 - further adapted the usuitable levels
2728
2729 * mcalib/MCalibrationChargeCalc.[h,cc]:
2730 - changed the meaning of ArrTimeRmsLimit such that it is now
2731 the deviation from the average rms expressed in significance
2732 levels
2733 - the new check is done similar to the check for the relative
2734 arrival time (to be unified!)
2735 - removed FinalizeArrivalTimes
2736 - removed calibration levels for first and last bin, this
2737 has to be redone more properly taken the extractor properties
2738 into account
2739 - some updates to the output
2740 - some simplifications to the code
2741
2742 * mcalib/MCalibrationRelTimeCalc.cc:
2743 - when calculating the median check for UnsuitableRun not
2744 unsuitable in general
2745 - small changes to output
2746 - calculate upper and lower limits only once
2747
2748 * mhvstime/MHVsTime.[h,cc]:
2749 - added fMinimum and fMaximum data members similar to
2750 MHSectorVsTime
2751 - to be unified with MHSectorVsTime
2752 - fixed draw/paint
2753 - increased version number
2754
2755 * mjobs/MJCalibration.cc:
2756 - removed the bad pixel levels for first and last bins
2757
2758 * msignal/MExtractTimeAndChargeSpline.[h,cc],
2759 mextralgo/MExtralgoSpline.cc:
2760 - changed to allow setup of the extraction type and the
2761 relative or absolute height for arrival
2762 - if the height is set < 0 and extraction type is set to
2763 relative integral the maximum is used instead of the leading edge.
2764 - accordingly increased version number by one
2765
2766 * mjobs/Makefile:
2767 - added mextralgo to includes
2768
2769
2770
2771 2007/05/08 Daniel Hoehne
2772
2773 * datacenter/macros/fillsignal.C:
2774 - implemented new variables fUnsuitable50 and fUnsuitable01
2775
2776 * datacenter/db/menu.php, magicdefs.php, querycal.php:
2777 - implemented new columns fUnsuitable50 and fUnsuitable01
2778
2779
2780
2781 2007/05/04 Thomas Bretz
2782
2783 * mjobs/MJCalibrateSignal.cc, mjobs/MJStar.cc:
2784 - removed writing MBadPixelsCam. It now gives trouble
2785 because the etReadyToSave flag is set at an unproper time.
2786 It is not used anyhow.
2787
2788 * datacenter/macros/fillsignal.C:
2789 - small simplification
2790
2791
2792
2793 2007/05/04 Daniela Dorner
2794
2795 * scripts/makemovie:
2796 - added (script to produce movies)
2797
2798
2799
2800 2007/05/03 Daniel Hoehne
2801
2802 * datacenter/macros/fillsignal.C:
2803 - fixed bug which made fillsignal fail for the new MUX data:
2804 for sequences > 200000 hilooff and hilocal are not needed anymore
2805
2806
2807
2808 2007/04/28 Daniela Dorner
2809
2810 * datacenter/scripts/dowebplots, datacenter/scripts/doqualityplots:
2811 - moved temporary directory for pstoimg to /tmp
2812
2813 * datacenter/scripts/copyscript:
2814 - moved file with diff for magic_favorites to /tmp
2815
2816 * datacenter/db/plotdb.php, datacenter/db/plotinclude.php,
2817 datacenter/db/menu.js :
2818 - implemented possibility to plot datasets by inserting dataset
2819 number as Set1
2820
2821 * datacenter/db/plot.php:
2822 - implemented variables for colours
2823
2824 * datacenter/db/sequinfo-aio.php, datacenter/db/runinfo-aio.php,
2825 datacenter/db/include.php, datacenter/db/datasetinfo-aio.php,
2826 datacenter/db/ganymed.php, datacenter/db/sequence.php:
2827 - removed header and footer for print version
2828
2829 * datacenter/db/runinfo-aio.php:
2830 - fixed small bug
2831
2832 * datacenter/db/magicdefs.php:
2833 - added fMEanPUlsePosInner to alias
2834
2835 * datacenter/db/ganymed.php:
2836 - added observation mode
2837
2838
2839
2840 2007/04/27 Daniela Dorner
2841
2842 * datacenter/scripts/jobmanager:
2843 - improved logging
2844
2845 * datacenter/scripts/scriptlauncher:
2846 - redirect of error messages of condor_submit to errorlogfile
2847 - in case condor_submit does not work (i.e. pid empty) an error
2848 message is written to the processlogfile
2849
2850 * datacenter/db/showplots-ds.php:
2851 - adapted maxwidth of input field
2852
2853 * datacenter/db/plotdb.php, datacenter/db/plotinclude.php,
2854 datacenter/db/menu.js :
2855 - implemented possibility to give range for 2 additional values
2856 - implemented possibility to give only upper or lower limit
2857 - fixed bug, that ranges are not accepted before plotting once
2858
2859
2860
2861 2007/04/27
2862
2863 * RELEASE 1.1
2864
2865
2866
2867 2007/04/27 Daniel Hoehne
2868
2869 * datacenter/scripts/runcallisto:
2870 - modified the ccfile and cacofile search to not find ccfiles
2871 twice if one runnumber is part of a higher runnumber (as 23456
2872 and 223456)
2873
2874
2875
2876 2007/04/27 Thomas Bretz
2877
2878 * mcalib/CalibLinkDef.h, mcalib/Makefile:
2879 - removed obsolete MCalibrationIntensityCam
2880 - removed obsolete MCalibrationIntensityChargeCam
2881
2882 * mcalib/MCalibCalcFromPast.[h,cc], mcalib/MCalibColorSteer.[h,cc],
2883 mcalib/MCalibrateData.[h,cc], mhcalib/MHCalibrationChargeCam.[h,cc]:
2884 - removed obsolete MCalibrationIntensityChargeCam and replaced by
2885 MCalibrationChargeCam
2886
2887 * mcalib/MCalibrationChargeCalc.[h,cc]:
2888 - removed obsolete MCalibrationIntensityChargeCam and replaced by
2889 MCalibrationChargeCam
2890 - to realize the difference between continous and single calibration
2891 a new data member fContinousCalibration has been introduced
2892 - consequently increased version number to 6
2893 - do not set any exclusion in ReInit. it is nonsense not to fill
2894 histograms which might give (or give not) correct result,
2895 if the checks are all executed anyhow
2896
2897 * mcalib/MCalibrationRelTimeCalc.cc:
2898 - do not set any exclusion in ReInit and if a pixel is unsuitable.
2899 it is nonsense not to fill histograms which might give (or give
2900 not) correct result, if the checks are all executed anyhow
2901 - switched on the check for outliers
2902 - outliers are now set unsuitable rather than unreliable
2903 - some code simplification of the checks
2904
2905 * mcalib/MCalibrationChargeCam.cc:
2906 - added a comment in the Clear member function
2907
2908 * mcalib/MCalibrationRelTimeCam.cc:
2909 - some fixes of looong Form statements
2910 - a small cosmetic change to GetPixelContent
2911 - replaced the old check of the average time resolution by
2912 a more accurate check using the median and deviation
2913
2914 * mhcalib/MHCalibrationRelTimeCam.[h,cc]:
2915 - removed data member fReferencePixel and corresponding code
2916 - use the median of pixels with area index 0 as reference instead of
2917 an artificial pixel
2918
2919 * mhcalib/MHCalibrationCam.[h,cc]:
2920 - finally removed all dependencies on the intensity cams and replaced
2921 them by the direct cam
2922 - if the lo-gain histogram is empty this is not a reason for an
2923 uncalibrated pixel. At least in case of extracted properties (charge
2924 and time) it is ok.
2925
2926 * mjobs/MJCalibration.[h,cc]:
2927 - let MCalibrationRelTimeCalc run after MCalibrationChargeCalc
2928 otherwise almost all unsuitable pixels have deviating
2929 relative arrival resolution.
2930 - added new level for deviating time reolution to plot of bad pixels
2931 - changed reference lines for timr resolution plots
2932 - removed data member fRefTimeOffsetInner, it is now 0 by definition
2933
2934 * mjobs/MJCalibrateSignal.cc:
2935 - finally removed all dependencies of Intensity cams
2936 - enable ContinousCalibration in MCalibrationChargeCalc instead
2937 - switched on interleaved relative time calibration
2938
2939 * mbadpixels/MBadPixelsPix.h:
2940 - adapted to new unsuitable flag kDeviatingTimeResolution
2941
2942 * callisto_mux.rc:
2943 - removed the obsolete resource statement about the level
2944 for the relative arrival time check.
2945
2946 * mjobs/calibrationref.rc, mjobs/calibrationref_Dec04.rc,
2947 mjobs/calibrationref_Nov04.rc, resources/calibrationref_mux.rc:
2948 - changed time resolution references accordingly
2949
2950 * resources/calibration_spline.rc:
2951 - added muon calibration factors up to period 55... to be corrected.
2952
2953 * mjobs/MJCut.[h,cc]:
2954 - reanimated the use of an energy estimator in ganymed for the
2955 purpose of having it as additional cut value if looking
2956 for events after cuts
2957
2958 * ganymed.rc, ganymed_onoff.rc, ganymed_wobble.rc:
2959 - added a corresponding example
2960
2961
2962
2963 2007/04/26 Thomas Bretz
2964
2965 * mjobs/MJPedestal.cc:
2966 - inverted the default of the CalibFilter for the case of no
2967 pattern available as the filter was inverted 4.3.07.
2968
2969 * callisto.rc:
2970 - fixed typos in examples for movie encoding
2971
2972
2973
2974 2007/04/25 Daniel Hoehne
2975
2976 * datacenter/scripts/runcallisto:
2977 - removed obsolete option -raw from command line for callisto
2978
2979
2980
2981 2007/04/25 Thomas Bretz
2982
2983 * mbadpixels/MBadPixelsCam.cc:
2984 - removed obsolete code from Print() which tried to align the
2985 output
2986
2987 * mhcalib/MHCalibrationChargeCam.cc:
2988 - increased the shown binning range further
2989
2990 * mhcalib/MHCalibrationPulseTimeCam.cc:
2991 - unimportant changes
2992
2993 * mjobs/MJPedestal.cc:
2994 - changed a comment
2995
2996 * mpedestal/MPedestalSubtractedEvt.h:
2997 - fixed a bug of preset upper limits. The last slice is
2998 fNumSamples-1 not fNumSamples
2999
3000
3001
3002 2007/04/24 Thomas Bretz
3003
3004 * callisto_Dec04Jan05.rc, callisto_MarApr05.rc, callisto_mux.rc:
3005 - fixed typos in examples for movie encoding
3006
3007 * mjobs/MJCalib.h, mjobs/MJPedestal.cc:
3008 - missing commit from yesterday :-(
3009
3010 * mmovie/MMovieWrite.cc:
3011 - changed resource Filename according to the other resources
3012 to FileName
3013
3014 * ganymed.cc:
3015 - enable dataset mc-mode if "-mc" is specified
3016 - removed obsolete call to EnableMonteCarloMode
3017 - removed EnableWobbleMode but use the setting of the dataset
3018 instead
3019
3020 * mjobs/MDataSet.[h,cc]:
3021 - renamed fIsWobbleMode to fWobbleMode
3022 - added setter for fWobbleMode
3023 - added fMonteCarlo which determins the default paths to be used
3024 if not overwritten
3025 - replaced the static variables for the paths by member functions
3026 which depend on the new fWobbleMode data member
3027 - some simple reordering inthe constructor was necessary
3028 - increased class version number accordingly to 2
3029
3030 * mjobs/MJCut.[h,cc]:
3031 - repaired On-only mode
3032 - removed data member fIsMonteCarlo, use the data-set getter instead
3033 - removed data member fIsWobbleMode, use the data-set getter instead
3034
3035 * sponde.cc:
3036 - print a warning if MC dataset doens't contain "MonteCarlo: Yes"
3037
3038 * mjobs/MJCalibrateSignal.cc:
3039 - do not write signal*.root in movie mode
3040
3041
3042
3043 2007/04/23 Thomas Bretz
3044
3045 * callisto.cc, star.cc:
3046 - removed "-raw" and "-root" option
3047 - replaced inflating sequence path by new InflatePath
3048 function
3049 - removed MJCalib::kUse* usage, use MSequence::IsMonteCarlo
3050 instead
3051
3052 * mhcalib/MHCalibrationChargeBlindCam.cc,
3053 mhcalib/MHCalibrationHiLoCam.cc,
3054 mhcalib/MHCalibrationPulseTimeCam.cc:
3055 - removed obsolete include of MCalibrationIntensityCam
3056
3057 * mhcalib/MHPedestalCam.cc:
3058 - removed obsolete usage of fIntensCam
3059
3060 * mhist/MHEvent.cc:
3061 - replacedcompilation of description string by new
3062 MMcEvt::GetDescription memeber function
3063
3064 * mjobs/MJCalib.[h,cc]:
3065 - removed fDataFlag and corresponding member functions and
3066 handling
3067
3068 * mjobs/MJCalibTest.cc, mjobs/MJCalibrateSignal.cc,
3069 mjobs/MJCalibration.cc, mjobs/MJPedestal.cc, mjobs/MJStar.[h,cc]:
3070 - replaced IsUseRawData and IsUseRootData by
3071 MSequence::IsMonteCarlo
3072 - use fSequence to determin whether it is MC sequence or not
3073
3074 * mjobs/MJCalibrateSignal.cc:
3075 - renamed movie encoding task list
3076 - do not write output files if encoding movie
3077
3078 * mjobs/MSequence.[h,cc]:
3079 - removed "merpp"-path
3080 - monte carlo files now always have 8digits run numbers
3081 - added new resource "MonteCarlo"
3082 - added new static member function InflatePath
3083 - increased version number to 2
3084
3085 * mmc/MMcEvt.[hxx,cxx]:
3086 - added new member function GetDescription
3087
3088 * mmovie/MMovieWrite.[h,cc]:
3089 - added a sanity check for strange rms values
3090 - search for MMcEvt in the parlist and improve output
3091 in case of monte carlo data
3092 - fixed some typos in the comments of ReadEnv
3093
3094 * mmovie/Makefile:
3095 - added mmc search path
3096
3097 * mraw/MRawRunHeader.cc:
3098 - set new defaults of fTelescopeNumber, fCameraVersion,
3099 fFreqSampling and fNumSignificantBits for old MC data
3100
3101
3102
3103 2007/04/23 Daniela Dorner
3104
3105 * datacenter/scripts/linkmc:
3106 - removed workaround for 5-digit runnumbers
3107
3108 * datacenter/scripts/mcsequences:
3109 - added line 'MonteCarlo: Yes' to output to sequence file
3110
3111 * datacenter/scripts/runganymed:
3112 - adapted chosing of ganymed rc-file
3113 - added output of ganymed command line
3114
3115
3116
3117 2007/04/20 Daniel Hoehne
3118
3119 * datacenter/macros/filldotrun.C:
3120 - implemented new Arehucas version
3121
3122
3123
3124 2007/04/20 Thomas Bretz
3125
3126 * mbadpixels/MBadPixelsCam.cc, mbadpixels/MBadPixelsPix.cc:
3127 - propagate option in Clear member function
3128 - the default is now to keep the previously excluded flag and
3129 set the unsuitable-run flag accordingly
3130
3131 * mcalib/MCalibrationChargeCalc.cc:
3132 - if the lower limit for the measured number of phe is calculated
3133 to be less than one phe it is artificially reset to one phe
3134
3135 * mhist/MHCamEvent.cc:
3136 - call SetFrameBorder(0) for all subpads explicitly
3137
3138 * mhist/MHCamera.cc:
3139 - removed the obsolete definition of kItemsLegend
3140
3141 * mbadpixels/MBadPixelsIntensityCam.cc, mcalib/MCalibrationIntensityCam.cc:
3142 - removed obsolete reference in comment to MCalibrationINtensityQECam
3143
3144 * mcalib/CalibLinkDef.h, mcalib/Makefile:
3145 - removed obsolete MCalibrationIntensityQECam
3146 - removed obsolete MCalibrationIntensityBlindCam
3147 - removed obsolete MCalibrationIntensityRelTimeCam
3148 - removed obsolete MCalibrationIntensityTestCam
3149
3150 * mcalib/MCalibCalcFromPast.[h,cc], mcalib/MCalibColorSteer.[h,cc],
3151 mcalib/MCalibrateData.[h,cc]:
3152 - replaced data member fIntensQE by fQECam
3153 - removed references to obsolete MCalibrationIntensityQECam
3154 - added some comments
3155 - replaced obsolete reference to MCalibrationIntensityBlindCam
3156 by reference to MCalibrationBlindCam
3157
3158 * mcalib/MCalibrationChargeCalc.[h,cc]:
3159 - replaced references to fIntensQE by direct access to fQECam
3160 - adde some comments
3161 - removed data member fIntensQECam
3162 - replaced obsoilete reference to MCalibrationIntensityBlindCam
3163 by reference to MCalibrationBlindCam
3164
3165 * mjobs/MJCalibrateSignal.cc, mhcalib/MHCalibrationChargeBlindCam.cc:
3166 - removed obsolete references to MCalibrationIntensityQECam
3167 - removed obsolete references to MCalibrationIntensityBlindCam
3168
3169 * mbase/MTask.cc:
3170 - added some unexecuted code to debug which taks are processed
3171
3172 * mcalib/MCalibCalcFromPast.cc, mcalib/MCalibrationIntensityCam.cc,
3173 mjobs/MJCalibrateSignal.cc, mjobs/MJCalibration.h
3174 - removed obsolete MCalibrationIntensityRelTimeCam
3175
3176 * mcalib/MCalibColorSteer.[h,cc], mcalib/MCalibrationRelTimeCalc.[h,cc],
3177 mhcalib/MHCalibrationRelTimeCam.cc:
3178 - replaced obsolete reference to MCalibrationIntensityRelTimeCam
3179 by referencing MCalibrationRelTimeCam
3180
3181 * mhcalib/MHCalibrationChargeBlindCam.cc:
3182 - replaced obsolete reference to MCalibrationIntensityBlindCam
3183 by referencing MCalibrationBlindCam
3184
3185 * mhcalib/MHCalibrationHiLoCam.cc:
3186 - replaced obsolete reference to MCalibrationIntensityHiLoCam
3187 by referencing MCalibrationHiLoCam
3188
3189 * mhcalib/MHCalibrationPulseTimeCam.cc
3190 - replaced obsolete reference to MCalibrationIntensityPulseTimeCam
3191 by referencing MCalibrationPulseTimeCam
3192
3193 * mcalib/MCalibrationTestCalc.cc
3194 - replaced obsolete reference to MCalibrationIntensityTestCam
3195 by referencing MCalibrationTestCam
3196
3197
3198
3199 2007/04/12 Daniela Dorner
3200
3201 * datacenter/db/showplots-ds.php:
3202 - added (script to plot all plots of a data set)
3203
3204 * datacenter/db/showplots.php:
3205 - added 'previous' and 'next' button
3206
3207 * datacenter/db/plotinclude.php, datacenter/db/showplots.php:
3208 - moved two function from showplots.php to plotinclude.php, as they
3209 are also used in showplots-ds.php
3210
3211 * datacenter/db/builddatasets.php, datacenter/db/datasetinfo-aio.php
3212 datacenter/db/indes-header.html, datacenter/db/indes.html,
3213 datacenter/db/menu.js, datacenter/db/reference.html,
3214 datacenter/db/regexp.html, datacenter/db/runinfo-aio.html,
3215 datacenter/db/sequinfo-aio.html:
3216 - adapted paths of images and mars.css
3217
3218 * datacenter/db/index.html:
3219 - added link to showplots-ds.php
3220
3221
3222
3223 2007/04/18 Thomas Bretz
3224
3225 * Makefile:
3226 - added suffixes .hxx and .cxx
3227 - added new subdir mmovie
3228
3229 * mjobs/Makefile:
3230 - added path to mmovie
3231
3232 * mmovie/MMoviePrepare.[h,cc]:
3233 - changed access to MCalibrateData to access to MCalibConstCam
3234
3235 * mmovie/MMovieWrite.cc:
3236 - fixed some typos in comments
3237
3238 * mjobs/MJCalibrateSignal.cc:
3239 - removed dependenca on obsolete MCalibrationIntensityConstCam
3240
3241 * mjobs/MJCalibration.[h,cc]:
3242 - for simplification removed all dependencies of unused intensity
3243 calibration
3244
3245 * callisto.rc, callisto_Dec04Jan05.rc, callisto_MarApr05.rc,
3246 callisto_mux.rc:
3247 - removed line for switching on intensity calibration
3248 - added expample lines for movie encoding
3249
3250 * mbadpixels/BadPixelsLinkDef.h, mbadpixels/Makefile:
3251 - removed obsolete MBadPixelsIntensityCam
3252
3253 * mcalib/MCalibCalcFromPast.[h.cc]:
3254 - do not store fIntensRelTime (it is not used at all) as data member
3255
3256 * mcalib/MCalibColorSteer.[h,cc], mcalib/MCalibCalcFromPast.[h.cc]:
3257 - instead of creating of a new MBadPixelsCam into the intensity array
3258 clear the information of the old one (FIXME: DO NOT CLEAR PREV EXCL!)
3259 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3260 * mcalib/MCalibrationTestCalc.[h,cc]:
3261 - removed empty Process function
3262
3263 * mcalib/MCalibColorSteer.[h,cc], mcalib/MCalibCalcFromPast.[h.cc],
3264 mcalib/MCalibrationChargeCalc.[h,cc], mcalib/MCalibrationTestCalc.[h,cc],
3265 mcalib/MCalibrationRelTimeCalc.[h,cc], mhcalib/MHCalibrationCam.[h,cc],
3266 mhcalib/MHCalibrationChargeCam.cc, mhcalib/MHCalibrationHiLoCam.cc,
3267 mhcalib/MHCalibrationPulseTimeCam.cc, mhcalib/MHCalibrationRelTimeCam.cc,
3268 mhcalib/MHPedestalCam.cc:
3269 - removed obsolete references to MBadPixelsIntensityCam, replaced
3270 by MBadPixelsCam
3271
3272 * mhcalib/MHCalibrationCam.cc:
3273 - set reason for uncalibrated pixels by SetUncalibrated
3274
3275 * mjobs/MJCalibrateSignal.cc:
3276 - removed obsolete references to MBadPixelsIntensityCam
3277 - removed MBadPixelsMerge, instead use the given MBadPixelsCam as
3278 starting point. THIS ALSO REMOVES SUPPORT FOR PREV. EXCLUDED PIXELS
3279 (TO BE FIXED)
3280
3281 * mfilter/FilterLinkDef.h, mfilter/Makefile:
3282 - added MFEvtNumber
3283
3284 * mfilter/MFEvtNumber.[h,cc]:
3285 - added
3286
3287
3288
3289 2007/04/17 Stefan Ruegamer
3290
3291 * datacenter/scripts/filesondisk:
3292 - modified the ccfile search to not find ccfiles twice if one
3293 runnumber is part of a higher runnumber (as 23456 and 223456)
3294
3295 * datacenter/scripts/movingrawfiles:
3296 - added moving of rawfiles from the directory /magic/datacenter/
3297 fromtape/rawdata/muxdata, which is the default rawfile folder of
3298 the new muxtapes, to /magic/datacenter/fromtape/rawdata
3299
3300 * datacenter/scripts/runcallisto:
3301 - added condition for the linking of the .rc-file for muxdata
3302
3303 * datacenter/scripts/makecallistolinks:
3304 - commented reason2 out
3305
3306
3307
3308 2007/04/17 Thomas Bretz
3309
3310 * mcalib/CalibLinkDef.h, mcalib/Makefile:
3311 - removed obsolete MCalibrationIntensityConstCam
3312
3313 * mcalib/MCalibCalcFromPast.[h,cc]:
3314 - removed obsolete depedency on MCalibrationIntensityConstCam
3315
3316 * mcalib/MCalibConstCam.[h,cc]:
3317 - added a possibility to veto bad pixels in GetPixelContent by
3318 setting a MBadPixelsCam
3319 - removed obsolete fRunNumber
3320 - increased class version number by 1
3321
3322 * mcalib/MCalibrateData.[h,cc]:
3323 - removed obsolete dependency on MCalibrationIntensityConstCam
3324 - removed some obsolete comments with code from old pedestal
3325 treatment
3326
3327
3328
3329 2007/04/15 Thomas Bretz
3330
3331 * callisto.cc:
3332 - added an option to write a movie
3333
3334 * mjobs/MJCalibrateSignal.[h,cc]:
3335 - added the code to write a movie
3336 - added new option (fIsMovieMode) to switch it on and off
3337
3338 * mmovie/MMovieData.h:
3339 - added data member fMedianPedestalRms
3340
3341 * mmovie/MMoviePrepare.[h,cc]:
3342 - added calculation of median pedestal rms
3343
3344 * mmovie/MMovieWrite.[h,cc]:
3345 - added comments
3346 - added return value to SetPalette
3347 - delete palette entries after usage
3348 - get median pedestal rms from MMovieData
3349
3350
3351
3352 2007/04/12 Daniela Dorner
3353
3354 * datacenter/scripts/sourcefile:
3355 - added if-clause to avoid removing of non existing files
3356
3357 * datacenter/db/db.php:
3358 - adapted host
3359
3360 * datacenter/db/plotdb.php:
3361 - adapted usage of function GetQuery
3362
3363 * datacenter/db/plotinclude.php:
3364 - added init of variables
3365
3366 * datacenter/db/runinfo-aio.php:
3367 - adapted building of query for the case, that fRunMin=0
3368
3369 * datacenter/macros/filloptical.C:
3370 - adapted such, that files from telescopes in Tuorla can also be
3371 handeled
3372 - return 3 in case the coordinates of an object are not available
3373 in the database
3374
3375 * datacenter/scripts/copyscript:
3376 - added case for return code 3 for filloptical.C
3377
3378 * datacenter/macros/setupdb.C:
3379 - added table OpticalData
3380
3381 * datacenter/tools/fillobjects.C:
3382 - added comment
3383
3384 * datacenter/tools/fillobjects2.C:
3385 - adapted comment
3386 - adapted reading to new format of file (different object name
3387 convention)
3388
3389 * datacenter/resources/TeVsources.txt:
3390 - added (file containing the positions of the objects observed by
3391 the Tuorla Observatory and KVA)
3392
3393 * datacenter/resources/good_compstars.txt:
3394 - added (file containing the magnitudes and colour of the objects
3395 observed by the Tuorla Observatory and KVA)
3396
3397 * datacenter/resources/compstars.txt:
3398 - added (like good_compstars, but containing more data, which
3399 has been left out in the other file, as it is not accurate
3400 enough)
3401
3402
3403
3404 2007/04/12 Thomas Bretz
3405
3406 * mmovie/MMoviePrepare.[h,cc], mmovie/MMovieData.[h,cc],
3407 mmovie/MMovieWrite.[h,cc], mmovie/Makefile, mmovie/MovieLinkDef.h,
3408 movie/MovieIncl.h:
3409 - added
3410
3411 * mbase/MArrayB.h, mbase/MArrayD.h, mbase/MArrayF.h, mbase/MArrayI.h,
3412 mbase/MArrayS.h:
3413 - added Reset() member function or improved performance of it
3414
3415 * mcalib/MCalibrationChargeCalc.cc:
3416 - fixed the alignment in an output
3417
3418 * mhbase/MBinning.h:
3419 - added operator[] member function
3420
3421 * mhist/MHCamera.cc:
3422 - changed such that it is allowed to use palettes with a different
3423 number of contours.
3424 - fixed the number of ticks written on the axis to 25
3425 - use MBinnig to calculate the legend color boxes
3426 - fixed a minor bug in the assignment of the color levels, which
3427 gave visibly wrong result if the transition between two colors
3428 was important but was not noticable in normal circumstances
3429
3430 * mjobs/MDataSet.h, mjobs/MSequence.h:
3431 - increased class version to 1 to make it writable
3432 - added Print to the context menu
3433
3434 * mgeom/MGeomCam.[h,cc]:
3435 - removed fNumSectors
3436 - removed fNumAreas
3437 - added fNumPixInSector
3438 - added fNumPixWithAidx
3439 - changed CalcSectors and CalcArea to fill new data members
3440 - fixed a bug in the range check of GetMaxRadius and GetMinRadius
3441 (the range was to wide by 1 at the upper edge)
3442 - increased class version from 4 to 5
3443
3444
3445
3446 2007/04/11 Thomas Bretz
3447
3448 * mjobs/MJCalibrateSignal.cc:
3449 - added a lot of comments
3450 - added some code for future use
3451
3452 * mcalib/MCalibCalcFromPast.cc:
3453 - if update of calibration constants via MCalibrateData fails an
3454 error is raised
3455
3456 * mcalib/MCalibrateData.cc:
3457 - if update of calibration constants done set the ReadyToSaveFlag
3458 accordingly
3459
3460
3461
3462 2007/04/04 Thomas Bretz
3463
3464 * mbase/MLogHtml.cc:
3465 - the closing parenthesis was missing for setting to green color
3466
3467
3468
3469 2007/04/03 Thomas Bretz
3470
3471 * mjobs/MDataSet.cc:
3472 - added processing of RunTime and Name resource
3473
3474 * mgeom/MGeomCamDwarf.cc:
3475 - removed an unused variable
3476
3477 * msignal/MSignalPix.h, msignal/MSignalCam.h:
3478 - commented out obsolete AddNumPhotons and Scale
3479 - removed ReducePrecision from setting of arrival time because
3480 it gave artefacts.
3481
3482
3483
3484 2007/03/29 Thomas Bretz
3485
3486 * mgeom/MGeomCam.cc, mgeom/MGeomPix.h:
3487 - added new member function to return distance to coordinate
3488 origin
3489
3490 * mgeom/MGeomCamDwarf.[h,cc]:
3491 - added
3492
3493 * mgeom/Makefile, mgeom/GeomLinkDef.h:
3494 - added MGeomCamDwarf
3495
3496
3497
3498 2007/03/28 Thomas Bretz
3499
3500 * mraw/MRawRunHeader.cc:
3501 - added Getter for fFreqSampling
3502
3503 * mpointing/MHSrcPosCam.[h,cc]:
3504 - added different binning for wobble mode
3505 - added circle for wobble mode
3506
3507 * mjobs/MJCut.cc:
3508 - store run- and event-number via MParameterCalc in output files
3509 - show histogram of source positions also in wobble mode
3510
3511 * mbase/MEnv.h:
3512 - added member function to touch a resource returning whether
3513 it has contents or not
3514
3515 * mars.rc:
3516 - added examples for MUX data
3517 - fixed the other examples
3518 - changed default cleaning to 8.5/4.0 absolute
3519
3520 * macros/readIPR.C:
3521 - simplified
3522
3523
3524
3525 2007/03/21 Stefan Ruegamer
3526
3527 * datacenter/scripts/runcallisto:
3528 - removed entries for callisto_MarApr05.rc (outdated)
3529
3530 * datacenter/scripts/makecallistolinks:
3531 - updated reason1 because the old reason has been removed in the
3532 Mars Version 1.0, resulting in no more calibration with spline
3533 if DF fails
3534 - added reason2 to run spline after an other error
3535
3536
3537
3538 2007/03/20 Daniel Hoehne
3539
3540 * datacenter/db/db.php, datacenter/scripts/budb,
3541 datacenter/scripts/dbchk, datacenter/scripts/dunotseqruns,
3542 datacenter/scripts/findnewstars,
3543 datacenter/scripts/findnotseqruns, datacenter/scripts/sourcefile,
3544 datacenter/tools/comparesequences, datacenter/tools/resetdataset,
3545 sql.rc:
3546 - changed the host from hercules to vela
3547
3548
3549
3550 2007/03/17 Thomas Bretz
3551
3552 * mbase/MTime.[h,cc]:
3553 - added new memeber function to set unix times
3554
3555
3556
3557 2007/03/09 Thomas Bretz
3558
3559 * mjoptim/MJOptimizeCuts.cc:
3560 - implemented printing of input file also in RunOnOffCore
3561
3562
3563
3564 2007/03/08 Markus Meyer
3565
3566 * mpointing/MPointingDevCalc.h:
3567 - changed fNumMinStars from 8 to n (in SetNumMinStars)
3568
3569
3570
3571 2007/03/06 Stefan Ruegamer
3572
3573 * mraw/MRawRunHeader.cc:
3574 - added SwapAssignment for pixels 428 and 429
3575
3576
3577
3578 2007/03/05 Thomas Bretz
3579
3580 * msignal/MExtractTimeAndChargeSpline.cc:
3581 - added a default for the extrator resolution in case no predefined
3582 value is set
3583
3584 * mjobs/MJCalib.[h,cc], mjobs/MJCalibration.cc:
3585 - removed HiLoCalibration option
3586
3587 * mjobs/MJCalibration.cc:
3588 - use extractor to determine hi-/lo-calibration
3589
3590 * mjobs/MJPedestal.cc:
3591 - do only insist on pedestal events if an extractor without
3592 lo-gains is set
3593
3594 * callisto.rc, callisto_Dec04Jan05.rc:
3595 - removed references to HiLoCalibration
3596
3597 * callisto_mux.rc, resources/calibrationref_mux.rc,
3598 resources/pedestalref_mux.rc:
3599 - added new resource files for MUX data
3600
3601 * mjobs/MSequence.cc:
3602 - another fix to make sure that there is a / between dir and filename
3603
3604 * mpedestal/MExtractPedestal.cc:
3605 - why if fRawData initialized twice? Removed.
3606 - Reset check window without extractor and without lo-gains
3607
3608
3609
3610
3611 2007/03/04 Thomas Bretz
3612
3613 * mhcalib/MHCalibrationChargeBlindCam.cc,
3614 mhcalib/MHCalibrationChargeBlindPix.[h,cc]:
3615 - commented out references to MRawEvtPixelIter::GetNum*Samples
3616
3617 * mhcalib/MHCalibrationRelTimeCam.cc:
3618 - updated header
3619
3620 * mjobs/MJCalibrateSignal.cc:
3621 - updated header
3622 - removed references to MHCalibrationPulseTimeCam
3623 - added a check to make sure that extractor1 is initialized
3624 - use new SetRangeFromExtractor function for pedestal
3625 extraction range
3626 - added a new filter to check for pedestal events, used for
3627 pedestal extraction in cases w/o lo-gains and to remove
3628 pedestal events from further analysis
3629 - fill and display hi-/lo-gain histogram only if lo-gain exists
3630
3631 * mjobs/MJPedestal.cc:
3632 - replaced fSequence.GetName by GetFileName
3633 - check for availability of lo-gain in pulse pos check
3634 - Add MHCalibrationPulseTime to parlist to allow resources
3635 file setup
3636 - to fill the MHCalibrationPulseTimeCam deny calibration- and
3637 pedestal-events
3638 - use a pedestal filter to deny calibration events
3639 - use new SetRangeFromExtractor function for pedestal
3640 extraction range
3641
3642 * mhcalib/MHCalibrationPulseTimeCam.cc:
3643 - removed an obsolete return
3644
3645 * mpedestal/MPedCalcFromLoGain.cc:
3646 - if event does not contain lo-gains do not start extraction
3647 at lo-gain offset
3648
3649 * mpedestal/MPedestalSubtractedEvt.[h,cc]:
3650 - changed variable naming in GetSaturation from sathi to sat
3651 - changed limit in GetMax from Byte_t to UInt_t
3652
3653 * msignal/MExtractBlindPixel.cc, msignal/MExtractTimeAndCharge.cc:
3654 - changed max argument in GetMax from Int_t to UInt_t
3655
3656 * msignal/MExtractTimeAndCharge.[h,cc]:
3657 - changed fLoGainSwitch from Byte_t to UInt_t
3658 - increased class version accordingly to 4
3659
3660 * mmain/MEventDisplay.cc:
3661 - took out the display of the slice with the max index
3662 - handle pedestal subtraction more accurate
3663
3664 * mraw/MRawEvtData.cc:
3665 - added number of bytes per sample to GetNumBytes()
3666 - removed contents of GetPixelContent... depricated
3667
3668 * mraw/MRawEvtPixelIter.[h,cc]:
3669 - updated comments
3670 - removed all functions returning informations about single
3671 pixels (should be done through MPedestalSubtractedEvt
3672 instead)
3673
3674 * mhist/MHEvent.cc:
3675 - removed KMaxIdx...depricated.
3676
3677 * msignal/MExtractor.[h,cc]:
3678 - changed type of fSaturationLimit from Byte_t to UInt_t
3679 - increased class version number accordingly to 8
3680 - only reset fSaturationLimit if it is above 0xff and
3681 no lo-gain available
3682
3683 * msignal/MSignalCalc.[h,cc]:
3684 - changed to use MPedestalSubtractedEvt instead of MRawEvtData
3685 - make handling of data without lo-gains possible
3686
3687 * mhcalib/MHCalibrationChargeCam.[h,cc]:
3688 - changed to use pedestal subtracted evt instead of the raw evt
3689 for determination of the arrival time
3690
3691 * mhcalib/MHCalibrationCam.[h,cc]:
3692 - made IsLoGain autodetecting in case fRunHeader is available
3693
3694 * msignal/MExtractPINDiode.cc:
3695 - use MRawRunHeader's GetNumSamplesHi/LoGain
3696
3697
3698
3699 2007/03/03 Thomas Bretz
3700
3701 * mcalib/MCalibrationRelTimeCalc.cc:
3702 - changed the default of RelTimeResolutionLimit from 1.0 to 0.05
3703
3704 * mhcalib/MHCalibrationChargeCam.cc,
3705 mhcalib/MHCalibrationPulseTimeCam.cc,
3706 mhcalib/MHCalibrationRelTimeCam.cc:
3707 - added f*RefCharge to Copy function
3708 - added range to calls of GetIdxMaxHi/LoGainSample
3709 - reworked and simplified DrawDataCheckPixel
3710 - reworked and simplified DrawReferenceLine
3711 - fixed call to ReadEnv of base class in ReadEnv
3712
3713 * mhcalib/MHCalibrationRelTimeCam.cc:
3714 - commented filling of lo-gain arrays out.
3715
3716 * mpedestal/MExtractPedestal.[h,cc],
3717 mpedestal/MPedCalcFromLoGain.h, mpedestal/MPedCalcPedRun.h:
3718 - added the SetRangeFromExtractor function
3719
3720 * msignal/MExtractBlindPixel.cc, msignal/MSignalCalc.cc:
3721 - use GetNumSamplesHiGain of MRawRunHeader instead of
3722 MRawEvtPixelIter's
3723
3724 * msignal/MSignalCalc.[h,cc]:
3725 - slightly changed handling of MC run, changed hi-/lo-gain
3726 calibration from 10 to 11.3
3727
3728 * msignal/MExtractTime.cc:
3729 - don't print lo-gain properties if n/a
3730
3731 * msignal/MExtractor.[h,cc]:
3732 - reset logain range and saturation limit if no logains available
3733 - added HasLoGain member function
3734 - don't print lo-gain attributes in Print if no logains
3735
3736 * msignal/MExtractTimeAndCharge.cc:
3737 - reset fLoGainSwitch if logains are not available
3738 - use MRawRunHeader's GetNumSamplesHi/LoGain
3739 - do not use MRawEvtPixelIter to determin availability of lo-gains
3740 use number of lo-gain samples to extract instead.
3741 - don't print lo-gain properties if n/a
3742
3743
3744
3745 2007/03/02 Thomas Bretz
3746
3747 * mraw/MRawRunHeader.h:
3748 - added GetNumBytesPerSample() member function
3749
3750 * mraw/MRawRead.cc:
3751 - splitted ReadPixel and setting ab-flag into function calls
3752 - fixed skipping pixels if bps>1
3753
3754 * mraw/MRawEvtData.[h,cc]:
3755 - removed last argument from AddPixel
3756 - split reading pixel data and setting ab-flag into two functions
3757 - increased version number from 5 to 6
3758 - adapted Print function
3759 - adapted Draw function
3760 - adapted ReadPixel function
3761
3762 * manalysis/MMcCalibrationUpdate.[h,cc]:
3763 - made sure that Process is not executed in case of MC files
3764 - minor changes to includes
3765
3766 * mextralgo/MExtralgoSpline.h:
3767 - removed obsolete include iostream
3768
3769
3770
3771 2007/03/01 Thomas Bretz
3772
3773 * mmain/MEventDisplay.cc:
3774 - didn't show callisto output anymore because of missing fundametal
3775 pedestal
3776
3777 * mbadpixels/MBadPixelsTreat.cc:
3778 - added more informative output
3779
3780 * mhcalib/MHCalibrationCam.[h,cc], mhcalib/MHCalibrationChargeCam.cc,
3781 mhcalib/MHCalibrationChargePix.h, mhcalib/MHCalibrationRelTimeCam.cc,
3782 mhcalib/MHCalibrationChargeCam.h, mhcalib/MHCalibrationChargePINDiode.h,
3783 mhcalib/MHCalibrationPulseTimeCam.cc, mhcalib/MHCalibrationTestCam.cc,
3784 mhcalib/MHCalibrationTestTimeCam.cc, mhcalib/MHGausEvents.h,
3785 mhcalib/MHCalibrationChargeBlindCam.cc, mhcalib/MHPedestalCam.cc,
3786 - replaced SetNbins/First/Last by SetBinning
3787
3788 * mhcalib/MHCalibrationChargeCam.cc:
3789 - improved output in case arrival time is out of range
3790
3791 * mhcalib/MHCalibrationPulseTimeCam.cc:
3792 - the values can only have discrete valuesno need to set a bin-width
3793 different from 1
3794 - set binning automatically by using the number of samples
3795 - fixed ReadEnv
3796 - directly use maxpos, no cast necessary
3797
3798 * mraw/MRawRunHeader.h:
3799 - added new member function GetNumSamples
3800
3801 * mpedestal/MPedCalcFromLoGain.cc:
3802 - fixed ReadEnv
3803
3804 * mraw/MRawCrateData.cc, mraw/MRawEvtHeader.cc:
3805 - implemented reading new mux format 8
3806
3807 * mraw/MRawRunHeader.[h,cc]:
3808 - implemented reading of new file format 8
3809 - added new data members fNumBytesPerSample, fFreqSampling
3810 and fNumSignificantBits
3811 - increased file format version from 5 to 6
3812
3813 * mraw/MRawEvtPixelIter.[h,cc]:
3814 - made aware of handling the new and old format
3815 - added range to GetIdxMax*
3816
3817 * mhcalib/MHCalibrationPulseTimeCam.[h,cc]:
3818 - removed obsolete data members fSumhiarea and fSumhisector
3819 - replaced the usage of MRawEvtData by MPedestalSubtractedEvt
3820 - according to this the lower signal limit has been decresed
3821 by 15
3822 - changed "saturation" limit accordingly from 254 to 245
3823
3824 * mpedestal/MPedestalsubtractedEvt.h:
3825 - added a shortcut for GetSaturation
3826
3827 * mjobs/MJPedestal.cc:
3828 - first subtract pedestal and then fill MHCalibrationPulseTimeCam
3829 - fill MHCalibrationPulseTimeCam with MPedestalSubtracted
3830
3831
3832
3833 2007/02/28 Thomas Bretz
3834
3835 * macros/tutorials/mirrordelay.C:
3836 - fixed the formula for the spherical mirror
3837 - fixed the calculation of the time-delay
3838
3839 * mastro/MObservatory.[h,cc]:
3840 - added constructors and functions to set the observatory location
3841 manually
3842
3843 * mbase/MTime.[h,cc]:
3844 - added constructor to construct MTime by date
3845 - added AsDouble for new root streamers (allowing to view MTime in
3846 a TBrowser)
3847 - added GetRootDatime to return TDatime object
3848
3849 * mcalib/MCalibrateData.cc:
3850 - added more meaningful output in case a conversion factor exceeds a limit
3851
3852 * datacenter/macros/plotdb.C:
3853 - added plot for spark rate
3854
3855
3856
3857 2007/02/26 Daniela Dorner
3858
3859 * datacenter/db/builddatasets.php, datacenter/db/findoffdata.php,
3860 datacenter/db/sequinfo-aio.php, datacenter/db/runinfo-aio.php,
3861 datacenter/db/include.php, datacenter/db/menu.php, :
3862 - bugfix: the stopdate was not choses properly in case of reset
3863 when there was no data past midnight
3864 - a new function (GetStopDate) has been implemented
3865 - bugfix in PrintNightRange (table Sequences was used in all cases)
3866
3867
3868
3869 2007/02/26 Daniel Hoehne
3870
3871 * datacenter/macros/fillstar.C:
3872 - bugfixes: included MHCamera.h, corrected two typos (missing ";" and
3873 a surplus "s" in the variable "sparkrate")
3874
3875 * datacenter/db/magicdefs.php, menu.php:
3876 - added fSparkRate
3877
3878
3879
3880 2007/02/16
3881
3882 * RELEASE 1.0
3883
3884
3885
3886 2007/02/16 Thomas Bretz
3887
3888 * macros/starvisyear.C:
3889 - changed default observator to magic
3890 - fixed some typos in comments
3891
3892 * mastro/MAstro.[h,cc]:
3893 - added a new function to estimate the time of culmination
3894 - fixed the conversion factors RadToHor and HorToRad (wrong by 15/24)
3895
3896 * mastro/MObservatory.cc:
3897 - fixed the Print() output
3898
3899 * mbase/MMath.h:
3900 - removed conversion factor to and from Hours
3901
3902 * mjobs/MSequence.cc:
3903 - added a / behind the date (for the output in case of failure)
3904
3905 * mmc/MMcFadcHeader.[hxx,cxx]:
3906 - added fElecNoiseName for compatibility with camera program
3907 - increased ClassVersion by 1
3908
3909 * mraw/MRawRunHeader.[h,cc]:
3910 - increased class version by 1 for compatibility with output
3911 of newer camera versions
3912
3913 * resources/sequences.rc:
3914 - changed the sequence.rc file to support new MUX data
3915
3916
3917
3918 2007/02/15 Thomas Bretz
3919
3920 * macros/tutorials/mirrordelay.C:
3921 - added a macro plotting the delay between a spherical and a
3922 parabolic mirror
3923
3924 * mjobs/MJStar.cc:
3925 - implemented new plots for IPR vs. Time and DT
3926
3927
3928
3929 2007/02/13 Thomas Bretz
3930
3931 * resources/hilocalib.rc, resources/hilocalib_sp1.rc:
3932 - added new resource files for hi-/lo-gain calibration.
3933
3934 * resources/hiloconv-*.root:
3935 - added hi-/lo-gain calibration constants
3936
3937 * callisto_Dec04Jan05.rc:
3938 - changed input file name for hi-/lo-gain calibration constants
3939
3940 * mreflector/MHReflector.[h,cc]:
3941 - added histogram class for reflected photons
3942
3943 * mreflector/Makefile, mreflector/ReflectorLinkDef.h
3944 - added MHReflector and necessary include paths
3945
3946 * mbase/MLog.h:
3947 - fixed a bug in Separator which could cause a crash if the contents
3948 are too long
3949
3950 * manalysis/MParameterCalc.cc:
3951 - check for HasValidRule instead of IsValid in ReadEnv
3952
3953 * mdata/MDataPhrase.h:
3954 - added HasValidRule member function
3955
3956 * mfileio/MReadRflFile.[h,cc]:
3957 - allow also reading of gzip-compressed files
3958 - output more header information
3959 - don't use a const qualified TString with gSystem->ExpandPathName
3960
3961 * mjobs/MJPedestal.cc:
3962 - readin bad pixels from ascii file later
3963
3964 * mmc/MMcEvtBasic.h:
3965 - added a static member function GetEnergyStr to convert
3966 GeV into MeV and TeV
3967
3968 * mpointing/MPointingDevCalc.h:
3969 - increased size of fSkip by one
3970
3971 * mextralgo/MExtralgoSpline.h:
3972 - fixed acompiler warning
3973
3974
3975
3976 2007/02/09 Daniel Hoehne
3977
3978 * datacenter/scripts/linkmc
3979 - adapted to new montecarlo directory structure (/magic/montecarlo
3980 instead of /montecarlo)
3981
3982
3983
3984 2007/02/09 Thomas Bretz
3985
3986 * star.rc:
3987 - added new options
3988 - reordering
3989
3990 * mbase/MStatusDisplay.cc:
3991 - updated from 2006 to 2007
3992
3993 * mfbase/MFDataPhrase.cc:
3994 - fixed ReadEnv to correctly return true/false
3995
3996 * mjobs/MJStar.cc:
3997 - added new tabs "Spakless" and "Sparks" dividing the average
3998 signal tab into two distributions by a SparkCut
3999 - replaced all MF by MFDataPhrase
4000
4001 * mjobs/MJCalibrateSignal.cc:
4002 - changed the extraction range used in the lo-gains from the
4003 hi-gain range to the lo-gain range
4004
4005 * datacenter/macros/fillstar.C:
4006 - added filling the spark rate into the database
4007 - the rate after cleaning is now without sparks!
4008
4009
4010
4011 2007/02/06 Thomas Bretz
4012
4013 * mpointing/MPointingDevCalc.cc:
4014 - included check for monitoring flag
4015
4016 * mextralgo/MExtralgoSpline.[h,cc]:
4017 - implemented the possibility to determine the pulse width at
4018 maxheight/2
4019
4020
4021
4022 2007/02/04 Daniela Dorner
4023
4024 * datacenter/scripts/sourcefile:
4025 - added if-clause to avoid that a script is aborted in case a macro
4026 doesn't compile, return code is set to 1 in this case
4027
4028
4029
4030 2007/02/04 Thomas Bretz
4031
4032 * mjobs/MJCalibration.cc:
4033 - implemented Hi-/Lo-Gain calibration for MCs
4034
4035 * mjobs/MJPedestal.cc:
4036 - removed intermediate pedestalstorage from code (its
4037 result is not used at all)
4038
4039 * datacenter/macros/fillsignal.C:
4040 - replaced GetMediandev by GetDev
4041
4042 * callisto.rc, callisto_Dec04Jan05.rc:
4043 - changed ExtractWinLeft/Right according to new scheme
4044
4045 * mhcalib/MHCalibrationChargeCam.[h,cc]:
4046 - removed obsolete data members fFirstHiGain, etc and
4047 replaced by storage of fSignal
4048 - made sure that the average extracted signal position
4049 is at least one slice away from the edges of the
4050 extraction window
4051
4052 * mjobs/MJPedestal.cc:
4053 - reworked the pulse position check. It now better takes
4054 the properties of the extractors into account.
4055 Still to be done: relation between pulse position and
4056 extraction window!
4057
4058 * msignal/MExtractBlindPixel.[h,cc],
4059 msignal/MExtractPINDiode.[h,cc]:
4060 - fixed arguments type of SetRange
4061
4062 * msignal/MExtractTime.cc:
4063 - removed old obsolete code already in comments
4064
4065 * msignal/MExtractTimeAndCharge.h:
4066 - added getter for LoGainStartShift
4067
4068 * msignal/MExtractTimeAndChargeDigitalFilter.[h,cc],
4069 msignal/MExtractTimeAndChargeSpline.[h,cc],
4070 msignal/MExtractedSignalCam.[h,cc], msignal/MExtractor.[h,cc]:
4071 - changed the type of LoGainFirst from byte to int
4072 - if necessary increased class version
4073
4074 * mpedestal/MExtractPedestal.cc:
4075 - improved output
4076
4077 * mhcalib/MHCalibrationChargeCam.cc:
4078 - fixed a %3.1 instead of %3.1f
4079
4080
4081
4082 2007/02/03 Thomas Bretz
4083
4084 * mhist/MHCamEvent.[h,cc]:
4085 - added Draw function to context menu
4086 - added GetHist member functions
4087 - added possibility to display the relative error
4088
4089 * mjobs/MJCalibration.cc:
4090 - read the hi-/lo-gain calibration constants from a MHCamEvent
4091 which is stored in a root file given in resources/hilocalib.rc
4092
4093 * msignal/MExtractTimeAndCharge.cc:
4094 - improved the estimation in GetSaturationTime for the cases in
4095 which the saturating pulse is so early, that an normal
4096 interpolation is not appropriate.
4097
4098 * callisto_DecJan04.rc:
4099 - set fall- and rise-time for spline artificially to 0.5
4100
4101 * mhbase/MFillH.cc:
4102 - added comments
4103
4104 * mpedestal/MExtractPedestal.[h,cc],
4105 mpedestal/MPedCalcFromLoGain.cc, mpedestal/MPedCalcPedRun.cc:
4106 - fixed the range check.In case of the lo-gain extraction
4107 the range could infact leak out of the fadc slices
4108
4109 * msignal/MExtractTimeAndCharge.[h,cc]:
4110 - added somecomments
4111 - forbid the lo-gain signal to be negative
4112 - increased version number for compatibility with last release
4113
4114 * msignal/MExtractTimeAndChargeSpline.cc:
4115 - set the correct numbers for rise- and fall-time as default
4116
4117 * mbase/MStatusArray.[h,cc]:
4118 - improved workaround in Read() and Write() for the Reset
4119 of the kCanDelete bit in TH1
4120
4121 * mjobs/MJCalibration.cc, mjobs/MJCalibrateSignal.cc:
4122 - commented out obsolete references to *HiLoCam
4123
4124 * mhcalib/Makefile, mcalib/Makefile, mhcalib/HCalibLinkDef.h,
4125 mcalib/CalibLinkDef.h:
4126 - removed *HiLoCam s
4127
4128
4129
4130 2007/02/02 Thomas Bretz
4131
4132 * mreflector/MRflSinglePhoton.[h,cc], mreflector/MRflEvtData.[h,cc]:
4133 - added new Fill functions allowing to fill photons versus
4134 a z-value, e.g. energy.
4135
4136
4137
4138 2007/02/01 Thomas Bretz
4139
4140 * mhist/MHCamEvent.[h,cc]:
4141 - allow to set a histogram for display from external
4142
4143 * mhist/MHCamera.[h,cc]:
4144 - added functions to calc Median/Dev
4145 - fixed adding a MHCamera with AddCamContent. It now takes also
4146 the errors and binentries correctly into account
4147 - simplified Reset() using TArray::Reset()
4148
4149 * mhvstime/MHSectorVsTime.[h,cc]:
4150 - added option to use median/dev instead of mean/rms
4151 - switched Grid on
4152
4153 * mjobs/MSequence.cc, mjobs/MDataSet.cc:
4154 - small improvements to splitting number rows
4155 - handle possible tabs correctly
4156
4157 * mbase/MStatusArray.[h,cc]:
4158 - improved handling in Read(). We make sure now that Read doesn't
4159 produce a memory leak
4160
4161 * mhist/MHCamera.[h,cc]:
4162 - overwrote Clone function to make sure that a cloned MHCamera
4163 is never added to the current directory
4164
4165 * mcamera/MCameraTH.h:
4166 - added a workaround to get rid of the obsolete discriminator thresholds
4167 for the non-trigger pixels
4168
4169 * mreport/MReportCC.cc:
4170 - added a sanity \o-Terminator to the dicriminator threshold extraction
4171
4172
4173
4174
4175 2007/01/30 Thomas Bretz
4176
4177 * mbadpixels/MBadPixelsCam.[h,cc]:
4178 - added function to return the uncalibrated and unsuitable
4179 pixels as TArrayC (to be used in MHCamera)
4180
4181 * mhcalib/MHCalibrationChargeCam.cc:
4182 - added a FIXME-comment
4183
4184 * mhist/MHCamEvent.[h,cc]:
4185 - added an option to change the kind of error which is displayed
4186 - consequently increased version number by 1
4187
4188 * mhist/MHCamera.[h,cc]:
4189 - added a new bit to allow the error to be switched between
4190 mean and spread
4191
4192 * mjobs/MJStar.cc, mjobs/MJCalibrateSignal.cc:
4193 - adapted to changes in error display
4194
4195
4196
4197 2007/01/27 Thomas Bretz
4198
4199 * manalysis/MMcCalibrationUpdate.cc:
4200 - fixed a typo in a comment
4201
4202 * mcalib/MCalibrateData.[h,cc]:
4203 - commented out some obsolete currently unused code
4204
4205 * mdata/MDataPhrase.cc:
4206 - added a sanity check
4207
4208 * mpedestal/MMcPedestalCopy.cc:
4209 - Changed output to fit the structure used in all other classes
4210
4211 * mmain/MEventDisplay.cc:
4212 - made sure that MPedestalSubtract dies the right thing
4213 - removed badpixel calculation and treatment until a better
4214 solution was found.
4215
4216 * mfbase/MFDataPhrase.cc:
4217 - fixed a "comparison is always true" warning
4218
4219 * msignal/MExtractTimeAndChargeDigitalFilter.h:
4220 - increased class version number to 3 to account for the removal
4221 of the fTimeShift data members since last release
4222
4223
4224
4225 2007/01/27 Daniela Dorner
4226
4227 * datacenter/db/showplots.php:
4228 - added (tool to click through the calib, signal and star plots of
4229 one sequence)
4230
4231 * datacenter/db/index.html:
4232 - added link to new plot tool
4233
4234 * datacenter/db/ganymed.php:
4235 - added fDataSetName, removed fWobble
4236 - removed mininmum value of 100 for dataset range
4237
4238 * datacenter/db/builddatasets.php:
4239 - added fIsoInLimit2 and fIMCLimit2 in Init
4240 - added check on observation mode
4241
4242
4243
4244 2007/01/26 Thomas Bretz
4245
4246 * mpedestal/MExtractPedestal.cc:
4247 - fixed a bug which caused the pedestal to be set to 0 if the
4248 AB-flag is invalid
4249
4250
4251
4252 2007/01/25 Thomas Bretz
4253
4254 * mreflector/MRflSinglePhoton.h:
4255 - added copy constructor
4256 - added a function to fill a TH2
4257
4258 * mreflector/MRflEvtData.[h,cc]:
4259 - added copy costructor
4260 - added Clone function
4261 - added a function to fill a TH2
4262
4263
4264
4265 2007/01/24 Thomas Bretz
4266
4267 * mhflux/MHCollectionArea.cc:
4268 - fixed a typo in the last change
4269
4270
4271
4272 2007/01/24 Daniel Hoehne
4273
4274 * msignal/*.dat:
4275 - inserted missing third column (0) in all weights files
4276
4277
4278
4279 2007/01/18 Thomas Bretz
4280
4281 * mhflux/MHCollectionArea.cc:
4282 - another fix for the error calculation of the collection area.
4283 The totalarea was inluded in the error calculation as it would
4284 be a wait, but actually it is not.
4285
4286
4287
4288 2007/01/16 Thomas Bretz
4289
4290 * mfileio/MReadMarsFile.cc:
4291 - fixed two "comparison between signed and unsigned integer" warnings
4292
4293 * mhbase/MFillH.cc:
4294 - small update to comments
4295
4296 * mimage/MHHillasExt.cc:
4297 - call SetDirectory(NULL) after SetName
4298
4299 * mjobs/MSequence.[h,cc]:
4300 - commented out obsolete GetFileNames
4301
4302 * msignal/MExtractor.[h,cc]:
4303 - Some small updates
4304 - removed code from Process function
4305 - increased version number to 7
4306
4307 * msignal/MExtractedSignalPix.h:
4308 - some simple reordering in the class header
4309
4310 * msignal/MExtractTimeAndChargeDigitalFilter.cc:
4311 - simplified the checks in SetWindowSize
4312
4313 * msignal/MC_cosmics_weights46.dat, msignal/MC_weights46.dat:
4314 - added third column with zeros
4315
4316
4317
4318 2007/01/16 Daniela Dorner
4319
4320 * datacenter/db/menu.php, datacenter/db/datasetinfo-aio.php,
4321 datacenter/db/magicdefs.php:
4322 - implemented new variables for datasets
4323
4324
4325
4326 2007/01/15 Thomas Bretz
4327
4328 * mpedestal/MPedestalSubtract.cc:
4329 - added a sanity check tomake sure that the pixel array has the
4330 correct size when filled
4331 - made sure the the number of pixels in the camera nd not the
4332 number of connected pixels is used to initialize the size of
4333 the arrays.
4334
4335 * mpedestal/MPedestalSubtractedEvt.[h,cc]:
4336 - allow the initialization of nuber of pixels and samples
4337 independanly.
4338
4339
4340 2007/01/15 Daniela Dorner
4341
4342 * datacenter/db/sources.php, datacenter/db/sequinfo-aio.php,
4343 datacenter/db/runinfo-aio.php, datacenter/db/printtable.php,
4344 datacenter/db/plotdb.php, datacenter/db/menu.php,
4345 datacenter/db/findoffdata.php, datacenter/db/builddatasets.php,
4346 datacenter/db/datasetinfo.php:
4347 - fixed bug in init of $_GET
4348
4349
4350
4351 2007/01/12 Stefan Ruegamer
4352
4353 * datacenter/macros/writedatasetfile.C:
4354 - addded #include <errno.h>
4355
4356
4357
4358 2007/01/11 Thomas Bretz
4359
4360 * mbase/MLogManip.cc:
4361 - removed the obsolete include of MLog.h
4362
4363 * mbase/MLogManip.h:
4364 - encapsulated an include in ifdefs
4365
4366 * mhcalib/MHCalibrationCam.cc, mhcalib/MHCalibrationChargeCam.cc:
4367 - updated log-output
4368
4369 * mhflux/MHEnergyEst.cc:
4370 - replaced difficult to see green by blue
4371
4372 * mjobs/MDataSet.[h,cc]:
4373 - added datat members for path of sequences and path of data files
4374 to be able to store overwritten defaults
4375 - check completeness of dataset files
4376 - store a MSequence object in the list instead of the name and dir
4377 (this is necessary to have all important information for a dataset
4378 file, including the sequence number! - available)
4379 - some changes to the output
4380 - allow to print a perfect copy of the read dataset file to the console
4381 just from the contents of the object
4382
4383 * mjobs/MJStar.cc:
4384 - updated to use MSequence::GetFileName instead of MSequence:GetName
4385
4386 * mjobs/MSequence.[h,cc]:
4387 - keep filename and datapath in header, this has some advantages
4388 for sanity checks
4389 - many improvements of sanity checking in case of missing or
4390 unaccessible files
4391 - Fixed "lightConditions" (was "LightCondition")
4392 - Fixed "No_Moon" (was "NoMoon")
4393 - allow to set the data path as second argument in the constructor
4394 - implemented a check whether the sequence file is complete
4395
4396 * mjobs/MJCut.[h,cc]:
4397 - added some code (still commented out) to display the excess rate
4398 - with the other changes we can now store the original dataset in
4399 the output
4400
4401 * mjoptim/MJOptimize.cc:
4402 - Keep the sequence files in the file list instead of just the
4403 filename and the directory
4404
4405 * mjtrain/MJTrainDisp.cc:
4406 - use return value of MDataSet::AddFilesOn/Off for a sanity check
4407
4408 * mjobs/MJob.[h,cc]:
4409 - removed obsolete fPathData and stuff
4410
4411 * callisto.cc, star.cc:
4412 - removed obsolete calls to MJob::SetPathData
4413
4414 * callisto.rc, star.rc:
4415 - removed obsolete examples for "PathData"-resource
4416
4417 * mjobs/MJCalibTest.cc, mjobs/MJCalibrateSignal.cc,
4418 mjobs/MJCalibration.cc, mjobs/MJPedestal.cc, mjobs/MJStar.cc:
4419 - removed obsolete reference to fPathData
4420
4421
4422
4423 2007/01/11 Daniela Dorner
4424
4425 * datacenter/db/builddatasets.php:
4426 - implemented username (the one who inserts the dataset has to give
4427 his/her username now)
4428 - fixed password query in case user inserted something wrong
4429 - implemented check, if on-sequences have different observations
4430 modes
4431 - implemented check, if user has chosen one sequences as on and off
4432 - adapted text of password prompt
4433
4434 * datacenter/db/builddatasets.php, datasetinfo-aio.php,
4435 runinfo-aio.php, sequinfo-aio.php:
4436 - minor changes in formatting
4437 - added 'alt' for +/- images
4438
4439 * datacenter/db/menu.js:
4440 - added 'alt' for +/- images
4441
4442
4443
4444 2007/01/10 Thomas Bretz
4445
4446 * mhbase/MH.cc:
4447 - fixed a bug in SetBinomialErrors. The errors of the two
4448 histograms were exchanged in the calculation
4449
4450 * mbase/MEnv.[h,cc]:
4451 - added new member function GetNumUntouched
4452
Note: See TracBrowser for help on using the repository browser.