source: trunk/MagicSoft/Mars/Changelog@ 8646

Last change on this file since 8646 was 8646, checked in by tbretz, 18 years ago
*** empty log message ***
File size: 92.7 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/07/26 Thomas Bretz
22
23 * mfilter/MFMagicCuts.cc:
24 - implemented new disp-parametrization
25 - implemented new ghostbusting
26 - implemented possibility to use an external ghostbuster
27 - implemented possibility to use an external disp calculator
28
29 * mimage/MImgCleanStd.[h,cc]:
30 - implemented the cleaning in a recursive way. It should be
31 a little bit faster
32 - implemented post-cleaning using timing information
33 - implemented new options how to treat the removed single
34 core pixels
35
36 * mjobs/MJCut.cc:
37 - write an external ghostbuster to the output file if available
38
39 * mjtrain/MJTrainEnergy.cc, mjtrain/MJTrainSeparation.cc:
40 - set display name of MRanForestCalc as title instead of name
41
42 * mranforest/MRanForestCalc.cc:
43 - set fTitle as eventloop name instead of fName
44
45
46
47 2007/07/25 Thomas Bretz
48
49 * scripts/merppupdate:
50 - small fixes
51
52
53
54 2007/07/24 Thomas Bretz
55
56 * mbase/MEvtLoop.cc:
57 - removed the "Status Display" in front of the window name
58
59 * mcalib/MCalibrationChargeCalc.cc:
60 - initialized some more variables in the constructor as suggested
61 by valgrind
62
63 * mjobs/MJCut.cc:
64 - reset number of off-source positions in on-/off-mode to one
65
66 * mjobs/MJob.[h,cc]:
67 - added many comments
68 - simplified the functions for setting a new resource file
69 - replaced some repeated code by new function CombinePath
70 - added new member function HasWritePermission
71
72 * mjoptim/MJOptimize.cc:
73 - set title as window title of eventloop
74
75 * mjoptim/MJOptimizeCuts.cc:
76 - stop if filter is set and it is not MFMagicCuts
77
78 * mjoptim/MJOptimizeCuts.cc, mjoptim/MJOptimizeDisp.cc,
79 mjoptim/MJOptimizeEnergy.cc:
80 - set window title of status display
81
82 * mjtrain/MJTrainDisp.cc, mjtrain/MJTrainEnergy.cc,
83 mjtrain/MJTrainSeparation.cc:
84 - set window title of status display
85 - check for write permission of the output file
86
87 * mjtrain/MJTrainDisp.[h,cc]:
88 - implemented new plots showing the result in a more
89 convinient way
90 - allow to set a different result value than dist
91
92 * mranforest/MRanForest.[h,cc]:
93 - improvement to output when training. Moved code to a
94 new member function
95
96 * mranforest/MRanForestCalc.cc:
97 - set window title of status display
98
99 * mtools/MTFillMatrix.[h,cc]:
100 - implemented setting name and title in the constructor
101 - set window title when wvent loop is started to title
102
103
104
105 2007/07/19 Thomas Bretz
106
107 * mjobs/MJCut.cc:
108 - added a sanity check for one off-position in on/off-mode
109
110 * mjoptim/MJOptimize.[h,cc]:
111 - moved the functions and data-members to set cuts etc to new
112 base class
113 - added setting of pre- and post-tasks to reading the data
114
115 * mjoptim/Makefile, mjoptim/OptimLinkDef.h:
116 - added new MJOptimizeBase
117
118 * mjtrain/MJTrainDisp.cc, mjtrain/MJTrainEnergy.cc,
119 mjtrain/MJTrainSeparation.cc:
120 - changed to use fDebug and WriteDisplay from the new base class
121
122 * mjtrain/MJTrainRanForest.[h,cc]:
123 - moved all data members and setting of pre-/posttasks/-cuts
124 to new base class
125
126 * mjtrain/Makefile:
127 - added include of mjoptim for new base class
128
129 * mjoptim/MJOptimizeBase.[h,cc]:
130 - new base class for optimization and training classes
131
132
133
134
135 2007/07/18 Thomas Bretz
136
137 * mpointing/MPointingDevCalc.cc:
138 - changed limit for starguide calibration from 87751 to 85240
139
140 * mbase/MContinue.cc:
141 - changed some debug output
142 - fixed a bug if the filter already decided to be skiped
143
144 * mbase/MEvtLoop.cc:
145 - changed RecursiveRemove to use the newly implemented scheme
146
147 * mbase/MParContainer.[h,cc], mbase/MParList.[h,cc],
148 mbase/MTask.[h,cc], mbase/MTaskList.[h,cc]:
149 - improved debug output
150 - added RecursiveRemove member function
151 - removed screen output from Remove function
152 - call RecursiveRemove when something is removed from the list
153
154 * mbase/MStatusDisplay.h:
155 - aaded a new enum kLastElement
156
157 * mbase/MTask.cc:
158 - set kMustCleanup for fFilter
159
160 * mbase/MTaskList.cc:
161 - added debugg code
162
163 * mfileio/MWriteRootFile.cc:
164 - always set kMustCleanup when a TFile is created
165 - make sure RecursiveRemove is called in the correct way
166
167 * mmain/MEventDisplay.h:
168 - fixed the starting index for the first gui element
169
170 * msignal/MExtractor.cc:
171 - added some initializations in the constructor suggested by
172 valgrind
173
174 * mcalib/MCalibrateData.cc:
175 - improved output
176
177
178
179 2007/07/17 Thomas Bretz
180
181 * mjobs/MDataSet.cc:
182 - fixed a typo
183
184
185
186 2007/07/17 Daniela Dorner
187
188 * scripts/dospectrum:
189 - added comments
190 - adapted variables to changes in preparemc
191 - new path for condor submit and dag files (the new condor path in
192 Mars)
193
194 * scripts/preparemc:
195 - added comments
196 - added checks
197
198 * condor:
199 - added (directory to store condor submit files)
200
201 * condor/processds.submit:
202 - added (condor submit file to run ganymed for a dataset, used in
203 scripts/dospectrum)
204
205 * condor/processsponde.submit:
206 - added (condor submit file to run sponde for a dataset, used in
207 scripts/dospectrum)
208
209
210
211 2007/07/15 Thomas Bretz
212
213 * mdata/MDataPhrase.[h,cc]:
214 - fixed a problem with predefined variables (such as used for
215 disp optimization [0])
216 - added a debug member function GetRuleRaw()
217
218 * mhflux/MHAlpha.[h,cc]:
219 - allow to set the watermark from the DrawNice menu entry
220
221 * mjobs/MDataSet.cc:
222 - allow to set the default sequence- and data-path from
223 the dataset file
224
225 * mjobs/MJCut.cc:
226 - set the number of random off-source position for the on-data
227 - fixed a "&", should have been a logical And
228 - make sure that even for MCs the source position is always
229 calculated (this is necessary for more than one wobble position)
230
231 * mjoptim/MJOptimizeDisp.cc:
232 - fixed a typo which made the optimtrain.C fail (kDegToRad does
233 not exist)
234
235 * mjtrain/MJTrainEnergy.cc:
236 - some cosmetics: changed kRad2Deg to TMath::RadToDeg()
237
238 * mpointing/MSrcPosCalc.[h,cc]:
239 - added a random off-source position calculation to make the
240 more-than-one-off-source-position analysis symmetric in case of
241 on-source
242 - added lots of comments
243
244
245
246 2007/07/14 Thomas Bretz
247
248 * mpedestal/MPedestalSubtract.[h,cc]:
249 - fixed the buggy Memcpy function introduced with the last change
250 07/06/17 ;( Fortunately this bug was only effectingt the MC data.
251 The MUX and old FADC data got copied correctly because they are
252 stored in the hi-gain array only, so that the number of hi-gain
253 samples returned in Process is 30/80.
254
255 * mpedestal/MExtractPedestal.cc:
256 - some cosmetics
257
258 * mfilter/MFMagicCuts.cc:
259 - changed some comments
260
261 * mjobs/MJCut.cc:
262 - some cosmetics. Simplified the setting of the scale factor
263
264 * macros/train/traindisp.C, macros/train/trainenergy.C,
265 macros/train/trainseparation.C:
266 - added some more helpfull comment
267
268
269
270 2007/07/03 Thomas Bretz
271
272 * mmain/MEventDisplay.[h,cc]:
273 - changed default size
274 - added two butons to switch of the display of the image
275 parameters
276
277
278
279 2007/06/30 Thomas Bretz
280
281 * msignal/MExtractTimeAndCharge.cc:
282 - when splitting the extraction of the maximum position and the
283 maximum value into two functions (after the last release)
284 an error in extracting the time of a saturating lo-gain pixel
285 was introduced. fixed.
286
287 * resources/starguider.txt:
288 - starguider calbration file added
289
290
291
292 2007/06/29 Daniela Dorner
293
294 * datacenter/db/sources.php:
295 - fixed bug (test-sources where displayed although 'incl. test
296 sources was not checked)
297 - added input field for source name (regular expressions)
298 - adapted link for source name from sequinfo.php to
299 sequinfo-aio.php
300
301 * datacenter/db/menu.php, datacenter/db/builddatasets.php:
302 - moved init of limits (setting of know values) from
303 builddatasets.php to menu.php (function InitFindOffData), so that
304 the values are also available in sequinfo-aio.php
305
306 * scripts/dospectrum:
307 - completely new version using condor dag
308
309 * scripts/preparemc:
310 - new version
311 - adapted path
312 - giving mars not needed anymore
313 - adapted to 8 digit run numbers for MC
314
315
316
317 2007/06/29 Thomas Bretz
318
319 * mimage/MHillasExt.[h,cc]:
320 - added new timing parameters fSlopeTrans and fSlopeLong
321 - removed never used parameter fMaxDist
322 - increased accordingly the class version number by 1
323 - replaced the old calculation of the third moments by a
324 numerically more accurate one, by avoiding to calculate
325 to many differences too often.
326
327 * mfilter/MFMagicCuts.[h,cc]:
328 - added the usage of the new SlopeLong parameter for ghostbusting
329
330 * mjobs/MJStar.cc:
331 - preselect events for muon analysis not only by size but also
332 by fConcCOG.
333
334 * mmuon/MMuonSearchPar.[h,cc]:
335 - added a new member function to return the dist (sqrt(x^2+y^2))
336 - to create outliers which are outling as much as possible we
337 let the fit change x and y to infinity.
338
339 * mmuon/MHSingleMuon.cc:
340 - adapted the histogram binning from Siegen slices to ns.
341 - adapted the par limits for the fit to ns
342 - adapted the starting value for the rms to ns
343 - removed the fit range, it was anyhow identical to the histogram
344 - changed the condition of the pixel index into a condition
345 of the pixel size
346
347 * scripts/merppupdate:
348 - the second argument was silently ignored
349
350 * ganymed.rc, ganymed_wobble.rc, ganymed_onoff.rc:
351 - updates to the latest changes
352
353
354
355 2007/06/28 Thomas Bretz
356
357 * mars.cc:
358 - added new options to use a sequence file instead of a run
359
360 * mhbase/MFillH.h:
361 - added new member function to reset weights
362
363 * mmain/MEventDisplay.[h,cc]:
364 - added path argument to allow to give an input path
365 - added to allow to setup a sequence file for reading
366
367 * mmain/Makefile:
368 - added inlcude of mjobs for MSequence
369
370 * mbadpixels/MBadPixelsTreat.cc:
371 - we assume now that the maximum arrival time difference
372 is calibrated already in nanoseconds
373
374 * mcalib/MCalibrateRelTimes.[h,cc]:
375 - the arrival time is now converted from slices into nanoseconds
376
377 * mfilter/MFSoftwareTrigger.cc:
378 - the arrival time is now assumed to be in nanoseconds.
379 the default is changed accordingly from 0.5 to 1.7
380
381 * mjobs/MJCalibrateSignal.cc:
382 - changed axis label of PulsePos plot (now in nanosec)
383
384 * mpointing/MSrcPosCalc.[h,cc]:
385 - allow to set a tasklist as callback to now which n-th
386 pass of the same task list it is
387
388 * mbase/MTaskList.[h,cc]:
389 - added some code to allow the execution of one task list more
390 than once. This is for example necessary to process three
391 different off-source regions.
392
393 * mjobs/MJCut.[h,cc]:
394 - use the new feature in MTaskList to setup a tasklist
395 processing the off-source calculation tasklist more than once
396 - added a new data meber fNumOffSourcePos
397 - added a new resource option NumOffSourcePositions
398 - added a new CutQ before Cut0 which takes place before all
399 source posisiton dependant stuff
400
401 * ganymed_onoff.rc:
402 - renamed Cut0 to CutQ
403
404
405
406 2007/06/27 Thomas Bretz
407
408 * mfilter/MFMagicCuts.cc:
409 - added the missing include of MHillas.h
410
411 * mhist/Makefile, mhist/HistLinkDef.h:
412 - removed obsolete MHFadcCam
413 - removed obsolete MHFadcPix
414
415 * msignal/MExtractPINDiode.cc:
416 - commented out some non-compiling code which is not used at all.
417
418 * Makefile:
419 - removed compmux program which entered by chance
420
421
422
423 2007/06/26 Thomas Bretz
424
425 * mmain/Makefile:
426 - added inlclude path for mfilter
427
428 * mmain/MEventDisplay.cc:
429 - added MFEvtNumber to choose selected preselected events
430
431
432
433 2007/06/25 Daniel Hoehne
434
435 * datacenter/scripts/linkmc:
436 - implemented execution of fillcamera.C, now first a mc camera file
437 is linked and then fillcamera.C runs for this file
438
439 * datacenter/macros/fillcamera.C:
440 - bugfix: the macro doesn't giva a seg-fault anymore
441 (thanks to Thomas)
442 - arranged the structure more clearly
443
444
445
446 2007/06/23 Thomas Bretz
447
448 * mbadpixels/MBadPixelsCam.cc:
449 - fixed some Print output
450
451 * mhflux/MHAlpha.cc:
452 - added the missing include of MHillas.h
453 - removed the obsolete ClassImp(MAlphaFitter)
454
455 * mhflux/MHFalseSource.cc, mimage/MHillasSrc.cc:
456 - added the missing include MHillas.h
457
458 * mimage/MHHillasSrc.cc, mimage/MHillasSrc.h:
459 - removed obsolete include of MHillas.h
460
461 * mpointing/MPointingDevCalc.[h,cc]:
462 - added the real starguider calibration using a pointing model
463 for the strguider. The dates for which the model is valid
464 can still be tuned.
465
466 * mpointing/MSrcPosCalc.cc, mreport/MReportStarguider.cc:
467 - added some comment
468
469
470
471 2007/06/23 Thomas Bretz
472
473 * mpointing/MPointing.cc:
474 - improved output
475
476
477
478 2007/06/23 Daniela Dorner
479
480 * datacenter/db/index.html:
481 - added link to showplots-seq.php
482 - added link to builddatasets.php
483
484 * datacenter/db/showplots-seq.php:
485 - added (analog to shoeplots-ds, but instead of dataset number a
486 sequence range and/or a source name can be chosen)
487
488 * datacenter/db/plotinclude.php:
489 - added function to print pull-down menu for type in showplots*.php
490
491 * datacenter/db/showplots.php:
492 - moved getting of plotname out of if-clauses
493
494 * datacenter/db/showplots-ds.php:
495 - added check if datasetfile is existing
496
497 * datacenter/db/showplots-ds.php, datacenter/db/showplots.php:
498 - added comments
499 - added home-button
500 - added reset-button
501 - changed choosing of type from input field to pull-down menu and
502 implemented function for this pulldown
503
504
505
506 2007/06/22 Thomas Bretz
507
508 * mhflux/MHThetaSqN.cc:
509 - fixed optimization (it just didn't work)
510
511 * mpointing/MPointing.[h,cc]:
512 - added some checks in Load
513 - fixed a problem with the constructors (the pointers MUST be
514 initialized to 0)
515 - renamed fNumPar to fgNumPar
516 - Load and Save now return kTRUE or kFALSE
517
518
519
520 2007/06/22 Daniela Dorner
521
522 * datacenter/db/builddatasets.php:
523 - fixed typo
524
525
526
527 2007/06/21 Thomas Bretz
528
529 * mjobs/MJCut.cc:
530 - fixed a problem with the Wobble MCs (the could not be processed
531 anymore because they needed MTime for MHSrcPos)
532
533
534
535 2007/06/20 Thomas Bretz
536
537 * msql/MSQLMagic.[h,cc]:
538 - added a new function InsertUpdate
539
540
541
542 2007/06/20 Daniela Dorner
543
544 * datacenter/db/showplots.php:
545 - implemented different number of tabs for muxdata for
546 signal*.root
547
548
549
550 2007/06/19 Thomas Bretz
551
552 * callisto.rc, callisto_Dec04Jan05.rc:
553 - changed the default values (commented out anyhow) to the real
554 values.
555
556 * mbase/MEnv.h:
557 - allow printing contents from the context menu
558
559 * mcalib/MCalibrationRelTimeCalc.cc:
560 - replaced kDeviatingTimeResolution by new
561 kDeviatingRelTimeResolution
562
563 * mhcalib/MHCalibrationPulseTimeCam.cc:
564 - automatically scale the saturation limit to the fadc range
565
566 * mjobs/MJCalibrateSignal.cc:
567 - save resource file into signal*.root file
568 - added some code (still commented) for saving the calibration
569 results
570 - do not fill the bad-pixel plots with MCs
571
572 * mjobs/MJCalibration.cc, mjobs/MJStar.cc, mjobs/MJCut.cc,
573 mjobs/MJSpectrum.cc:
574 - save resource file into signal*.root file
575
576 * mjobs/MJPedestal.cc:
577 - clarified output for "mean pulse time" further
578
579 * mjobs/MJob.cc:
580 - made write container more flexible to allow easier calles
581 if fPathOut contains the file name already
582
583 * mpedestal/MExtractPedestal.cc:
584 - automatically scale the maximum variation and the
585 maximum value to fit the FADC range
586
587 * msignal/MExtractor.cc:
588 - removed the reset of the saturation limit. Maybe the user
589 wants to switch off saturation detection.
590 - removed a lot of old code (in comments)
591
592 * msignal/MExtractTimeAndCharge.cc:
593 - scale the saturation limit from the maximum of
594 the FADC range to 256
595 - use the maximum value of the raw position as the input for
596 half the signal height in GetSaturationTime again
597 - calculate maxposhi only if needed
598 - calculate maxrawlo only if needed
599
600 * mraw/MRawRunHeader.[h,cc]:
601 - implemented new format version 9
602 - increased version number by one
603 - added some comments in the header
604 - added a function returning the maximum value of the FADC
605 - changed the GetScale from a calculation to a switch
606 (faster and easier to understand)
607
608 * callisto_mux.rc:
609 - replaced saturation and lower signal limit in
610 MJPedestalY2.MHCalibrationPulseTimeCam by the defaults
611
612 * mbase/MMath.[h,cc]:
613 - added a function to do a InterpolParab assuming that the
614 x-coordinates are -1, 0, 1
615
616
617
618 2007/06/18 Thomas Bretz
619
620 * mbadpixels/Makefile:
621 - added include of mraw
622
623 * mbadpixels/MBadPixelsTreat.[h,cc]:
624 - added some comments
625 - check for MRawRunHeader
626 - calculate max time difference from time in ns
627
628 * callisto.rc callisto_mux.rc, callisto_Dec04Jan05.rc:
629 - changed old value for time difference to 3.0
630 - use the default value (3.0) in all files
631
632 * mbadpixels/MBadPixelsPix.h, mbadpixels/MBadPixelsCam.cc,
633 mcalib/MCalibrationChargeCalc.cc:
634 - renamed kFluctuatingArrivalTimes to kDeviatingAbsTimeResolution
635
636 * mbase/MMath.cc:
637 - improved (according to the numerical recipes) the calculation
638 of the one value solution. This should also accelerate
639 execution a bit
640
641
642
643 2007/06/17 Thomas Bretz
644
645 * mpedestal/MExtractPedestal.[h,cc],
646 mpedestal/MPedestalSubtract.cc,
647 mpedestal/MPedestalSubtractedEvt.[h,cc]:
648 - changed USample_t finally from Byte_t to UShort_t
649 - adapted Memcpy accordingly
650
651 * mraw/MRawEvtData.[h,cc]:
652 - increased class version to 7
653 - added fNumBytesPerSample for simplification
654 - take fNumBytesPerSample into account
655 - changed draw and print option accordingly
656 - changed reading of pixel information (in fact it is a
657 simplification allowed by the flexible storage format)
658 - added a private GetSample member function to be used in
659 data access for drawing a pixel
660 - added returning of the scale (2^((numbytes-1)*8))
661 - FIXME: GetPixelContent must be reimplemented!
662
663 * mraw/MRawEvtPixelIter.[h,cc]:
664 - changed according to changes in MRawEvtData to support
665 flexible daza format
666 - removed a lot of old, obsolete and unsused member functions
667
668 * msignal/MSignalCalc.cc, mpedestal/MHPedestalCor.cc:
669 - changed to use USample_t instead of Byte_t
670 - ToBeFIXED! The saturation limits are still around 2^8
671
672 * callisto_mux.rc:
673 - removed obsolete LoGainSwitch statement
674
675
676
677 2007/06/16 Thomas Bretz
678
679 * mbase/MGList.cc:
680 - added some sanity checks
681
682 * mbase/MMath.cc:
683 - don't start caluclation if x<mean in GaussProb
684
685 * mpedestal/MExtractPedestal.[h,cc]:
686 - added new data member for the absulte max signal fMaxSignalAbs
687 - replaced Byte_t for a sample by USample_t set in the header
688 to Byte_t
689 - in the case of random pedestal calculation the MaxPos is
690 not calculated anymore
691 - scale the pedestal and pedestalrms according to the sample
692 size in the data (the scale is retrieved from the run-header)
693
694 * mpedestal/MPedestalSubtract.[h,cc]:
695 - replaced build-in memcpy by a new Memcpy function which is more
696 flexible depending on the input data format
697 - scale the signal into the range 0-256 according to the
698 scale given by the event header
699 - replaced Byte_t by USample_t
700
701 * mpedestal/MPedestalSubtractedEvt.[h,cc]:
702 - replaced Byte_t by USample_t and set it accordingly to Byte_t
703
704 * mraw/MRawRunHeader.h:
705 - added returning of the scale (2^((numbytes-1)*8))
706
707
708
709 2007/06/15 Thomas Bretz
710
711 * mpedestal/MPedestalSubtractedEvt.cc:
712 - fixed a bug in the determination of the maximum slice. Only
713 each second slice was checked. This has been introduced with
714 the last change four weeks ago.
715
716
717
718 2007/06/15 Daniela Dorner
719
720 * datacenter/db/index-footer.html:
721 - adapted path of validator picture
722
723 * scripts/processsequence:
724 - added sequence number (get it from sequence file) to path name
725 in case only a sequence file is given
726 - added two new command line options: the callisto and star rc can
727 be given now
728
729
730
731 2007/06/14 Daniela Dorner
732
733 * scripts/processsequence:
734 - bugfix (getting of runno didn't work in case the outpath
735 contained a _)
736
737
738
739 2007/06/13 Thomas Bretz
740
741 * mimage/MImgCleanStd.cc:
742 - print name of MPedPhotCam only if used
743
744
745
746 2007/06/13 Daniela Dorner
747
748 * datacenter/db/plotdb.php:
749 - enlarged inputs for Set1 and Set2 to 150 (was too short for all
750 sequences of one dataset)
751
752 * datacenter/db/showplots.php:
753 - implemented variable for number of tabs (calib*.root,
754 signal*.root and star*.root) to simplify future changes
755 - adapted number of tabs for signal*.root
756
757
758
759 2007/06/12 Thomas Bretz
760
761 * mbase/MTime.[h,cc]:
762 - added new constant kDaySec
763 - use kDaySec where possible
764 - added second argument to SetUnixTime and allow using it ;-)
765 - use SetUnixTime in Set(timeval)
766
767 * mhcalib/MHCalibrationChargeCam.cc:
768 - made sure that Draw doesn't crash if the hi-gains
769 have saturated but the lo-gains don't exist
770
771 * mhcalib/MHCalibrationPulseTimeCam.[h,cc]:
772 - replaced type of SaturationLimit and LowerSignalLimit by UInt_t
773 - accordingly increased class version number
774
775
776
777 2007/06/12 Daniela Dorner
778
779 * datacenter/db/ganymed.php:
780 - added comment
781
782 * datacenter/db/tabs.php:
783 - corrected tabs for ganymed for wobble
784
785
786
787 2007/06/11 Thomas Bretz
788
789 * sponde.cc:
790 - added check for validity of resource file
791
792 * mbase/MMath.cc:
793 - small speed improvement to calclation of three solutions
794 for the third order pol.
795 - for a second order pol. set x1 and x2 if it has only one
796 solution
797
798 * mbase/MMath.h:
799 - speed improvement using ::cbrt instead of pow(x, 1/3)
800
801 * mcalib/MCalibrationChargeCalc.cc:
802 - improved output
803
804 * mextralgo/MExtralgoSpline.cc:
805 - speed improvement by using a look up table for often used
806 and identical coefficients
807 - use MMath::SolvePol2 to get the null-points of the first
808 derivative (EvalDerivEq0)
809 - removed a lot of old an obsolete comments
810 - fixed the newly introduced EvlInteg(int, int) -- must
811 return 0 explicitly if a==b
812 - fixed the upward search
813
814
815
816 2007/05/25 Thomas Bretz
817
818 * callisto.cc, star.cc:
819 - removed obsolete check whether config file exists
820
821 * sponde.cc:
822 - aded check for validity of config file (returns 0xfe if not)
823
824 * mbase/MEnv.[h,cc]:
825 - removed obsolete fName workaround
826 - made sure that also ~ paths are correctly expanded and used
827
828 * mjobs/MJob.cc:
829 - one more sanity check if MEnv is not valid
830
831 * Makefile:
832 - first compile the programs source code and then link the library
833 this make it much faster to debug the code of the program sources.
834
835
836
837 2007/05/22 Daniel Hoehne
838
839 * datacenter/macros/fillcamera.C:
840 - added (macro to fill mc parameters into the db)
841
842
843
844 2007/05/22 Thomas Bretz
845
846 * mmuon/MMuonSearchPar.cc:
847 - tiny speed improvement in the fit function
848
849
850
851 2007/05/22 Daniela Dorner
852
853 * datacenter/scripts/sourcefile:
854 - adapted the function finish to avoid removing of non existing
855 files in case the variable lockfile is empty
856
857 * steps.rc:
858 - fixed typo
859
860 * datacenter/scripts/checkscriptrunning:
861 - added (script to check if a script is runnning, including
862 command line option, to allow for several jobmanagers and
863 zipscripts of one Mars Version)
864
865
866
867 2007/05/21 Daniela Dorner
868
869 * datacenter/db/showplots-ds.php:
870 - also off-sequences are plottet now
871 - by plotting the link to the plot in colour, it is marked, whether
872 a on sequence (green) or a off sequence is plotted
873
874
875
876 2007/05/21 Daniel Hoehne
877
878 * datacenter/tools/resetdataset:
879 - re-implemented fAllFilesAvail=NULL
880
881 * datacenter/macros/fillstar.C:
882 - bugfix: for sparkrate='inf', now 0.00 is filled into the db
883
884
885
886 2007/05/21 Thomas Bretz
887
888 * msignal/MSignalPix.h:
889 - added missing arrival time in Copy function
890 - added copy constructor
891
892 * msignal/MSignalCam.[h,cc]:
893 - added a function to compare cleanigngs of two objects
894 - added a function to compare the islands in two objects
895 - adde Copy function
896
897 * mjobs/MJStar.cc:
898 - added MHEffictiveOnTime to parlist to get access from the
899 resource file
900
901 * mjobs/Makefile:
902 - added include of mhflux
903
904
905
906 2007/05/18 Daniela Dorner
907
908 * datacenter/scripts/runcorsika:
909 - added (script to run corsika automatically)
910
911 * datacenter/scripts/runreflector:
912 - added (script to run reflector automatically)
913
914 * datacenter/scripts/runcamera:
915 - added (script to run camera automatically)
916
917 * datacenter/scripts/jobmanager:
918 - added possibility to start separate jobmanager for the MC
919 processing by giving 'mc' as command line option
920
921 * datacenter/scripts/setup:
922 - added setting for MC production steps
923
924 * datacenter/scripts/sourcefile:
925 - added fail codes for MC production steps
926
927 * steps.rc:
928 - added settings for MC production steps
929 - removed timer table information (this was only neede by the
930 macro getdolist.C in case of day-wise processing of data)
931
932
933
934 2007/05/17 Thomas Bretz
935
936 * metralgo/MExtralgoSpline.h:
937 - improved the speed of the integration by simplifying the evaluated
938 term. It has been checked that the result is identical.
939
940
941
942 2007/05/17 Daniela Dorner
943
944 * scripts/processsequence:
945 - added -v5 to all commands
946
947 * datacenter/scripts/sourcefile:
948 - adapted in function makedir if-clause to avoid removing of non
949 existing files in case todofile is empty or todfile or lockfile is
950 missing
951
952 * datacenter/scripts/runcallisto, datacenter/scripts/runganymed
953 datacenter/scripts/runstar:
954 - adapted comment (was still about old way to get from the database
955 what has to be done)
956
957
958
959 2007/05/16 Daniel Hoehne
960
961 * datacenter/tools/resetdataset:
962 - several bugfixes (mainly typos, for wobble datasets there was one
963 colon too much due to no off sequences)
964
965
966
967 2007/05/16 Thomas Bretz
968
969 * callisto.cc:
970 - switch of storage of job2 only in movie mode
971
972 * mjobs/MJCalibrateSignal.[h,cc]:
973 - do not write the interlaced containers anymore
974 they have no real meaning if only the ones of the last
975 calibration are written
976 - removed obsolete references to MCalibrationPulseTimeCam
977 - changed default writingmode for the signal file to UPDATE
978
979 * mjobs/MJCalibration.cc, mjobs/MJCut.cc:
980 - write display by adding it to the array
981
982 * mjobs/MJPedestal.[h,cc]:
983 - added const qualifier to argument of DisplayResult
984 - removed obsolete WriteResult
985 - added a new function WritePulsePos
986 - call WritePulsePos if PulsePosCheck is enabled
987
988 * mjobs/MJob.[h,cc]:
989 - removed automatic writing of fDisplay from WriteContainer
990 - added a new function WriteDisplay
991
992 * mhcalib/MHCalibrationChargeCam.cc, mpedestal/MExtractPedestal.cc,
993 msignal/MExtractBlindPixel.cc, msignal/MSignalCalc.cc:
994 - replaced GetMax by GetMaxPos
995
996 * mhcalib/MHCalibrationPulseTimeCam.cc:
997 - use new GetMax returning position and height at once
998
999 * mpedestal/MPedestalSubtractedEvt.[h,cc]:
1000 - devided the old function GetMax into GetMax and GetRawMax
1001
1002 * msignal/MExtractTimeAndCharge.cc:
1003 - GetSaturationTime now uses the real maximum as reference not
1004 the maximum of the raw-date
1005 - adapted the use of GetMax
1006
1007 * mextralgo/MExtralgoSpline.h:
1008 - added a function which allows the outside world to access the
1009 spline
1010 - removed Align from EvalInteg, it is done in EvalPrimitive already
1011
1012 * macros/test/extralgospline.C:
1013 - added a macro to test the spline
1014
1015
1016
1017 2007/05/14 Stefan Ruegamer
1018
1019 * datacenter/scripts/checkmd5sum
1020 - added this script which makes an md5sum check of files that have
1021 been copied from tape to the directory
1022 /magic/datacenter/fromtape. This script will run later auto-
1023 matically before movingrawfiles.
1024
1025
1026
1027 2007/05/14 Daniela Dorner
1028
1029 * datacenter/scripts/checkfilesforsequenceavail:
1030 - added missing 'set -C'
1031
1032 * scripts/processsequence:
1033 - added option (now callisto rc can be giving in a command line
1034 option)
1035
1036
1037
1038 2007/05/14 Daniel Hoehne
1039
1040 * datacenter/db/menu.php, magicdefs.php, querycal.php:
1041 - implemented new columns fUnsuitableMax and fDeadMax
1042
1043
1044
1045 2007/05/14 Thomas Bretz
1046
1047 * RELEASE 1.2
1048
1049
1050
1051 2007/05/14 Thomas Bretz
1052
1053 * callisto_mux.rc:
1054 - cleanup of some comments
1055
1056 * mjobs/MJCalibration.cc:
1057 - fixed the unintentionally removed setting of pedestal
1058 for MPedestalSubtract
1059
1060 * mpedestal/MPedestalSubtract.cc:
1061 - improved output for debugging purpose
1062
1063 * msignal/MExtractor.[h,cc]:
1064 - according to the last changes the version number has been
1065 increased to 9
1066
1067 * mcalib/MCalibrationCam.cc:
1068 - added code to GetPixelContent from MCalibrationPedCam
1069
1070 * mcalib/Makefile, mcalib/CalibLinkDef.h:
1071 - removed obsolete MCalibrationPedCam
1072
1073 * mhcalib/MHPedestalCam.cc:
1074 - Removed references to MCalibrationPedCam use a MCalibrationCam
1075 with the name MCalibrationPedCam instead
1076
1077 * mjobs/MJCalibration.cc:
1078 - changed background color in Defects to be able to read
1079 the yellow text color
1080
1081 * mjobs/MJPedestal.cc:
1082 - removed obsolete include of MCalibrationPedCam
1083
1084 * mcalib/MCalibrationPulseTimeCam.[h,cc]:
1085 - removed some obsolete Add functions already contained in
1086 the base class
1087
1088 * mcalib/MCalibrationIntensityBlindCam.[h,cc],
1089 mcalib/MCalibrationIntensityQECam.[h,cc],
1090 mcalib/MCalibrationIntensityTestCam.[h,cc]:
1091 - removed
1092
1093
1094
1095 2007/05/11 Daniela Dorner
1096
1097 * scripts/processsequence:
1098 - added information about the created paths to the output of
1099 Usage()
1100 - adapted regular expressions
1101 - bugfix in getting date for cc and caco file
1102 - bugfix (subsystempath was missing)
1103 - exit instead of break, if cc or caco file is missing
1104 - merpplogdirectory is created after finding of files now
1105 - improved logging
1106
1107 * datacenter/scripts/setup:
1108 - adapted number of processes
1109 - removed datacheck
1110
1111
1112
1113 2007/05/11 Thomas Bretz
1114
1115 * mcalib/MCalibrationChargeCalc.cc, mhcalib/MHPedestalCam.cc,
1116 msignal/MExtractBlindPixel.cc:
1117 - replaced the call to GetTotalEntries by the product
1118 of the number of slices with the number of events of the
1119 individual pixel
1120
1121 * mpedestal/MExtractPedestal.[h,cc], mpedestal/MPedCalcPedRun.[h,cc],
1122 mpedestal/MPedCalcFromLoGain.[h,cc]:
1123 - unified the summing part of Process() into a new function
1124 CalcPixel in the base class
1125 - in MPedCalcPedRun individual pixels could be skipped due to
1126 high variations, but it was still divided by the number of events
1127 procesed. This let to a pedestal which was a tiny amount too
1128 small and gave an small positive offset of the randomly extracted
1129 pedestal.
1130 - unified the loops over the individual pixels to calculate the
1131 pixel-, area-, and sector-defaults for the whole camera into
1132 the base-class
1133 - moved fNumEventsUsed into the base-class and removed obsolete
1134 fUsedEvents
1135 - removed obsolete fTotalCounter, use the product of the number
1136 of slices and the number of events stored in each individual
1137 pixel instead
1138 - added some sanity checks not to calculate average and/or rms
1139 values if the statistics is too low (division by zero)
1140 - for calculating min and/or max values at most places now
1141 an int is used. This increases the range for further
1142 upgrade to 16bit samples.
1143
1144 * mpedestal/MPedestalCam.[h,cc]:
1145 - removed obsolete fTotalEntries and replaced by fNumSlices
1146 because the number of total entries depends on the number of
1147 events used for each individual pixel
1148 - adapted GetPixelContent accordingly
1149 - increased class version to 2
1150
1151 * manalysis/MCameraData.cc:
1152 - added include of TArrayI (previously included from MPedestalCam)
1153
1154 * mcalib/MCalibrationChargeCam.cc, mcalib/MCalibrationRelTimeCam.cc:
1155 - fixed GetPixelContant to give more proper output
1156 - reformatted GetPIxelContent code
1157 - added const-qualifiers
1158
1159 * mjobs/MJCalibTest.cc, mjobs/MJCalibrateSignal.cc,
1160 mjobs/MJCalibration.cc, mjobs/MJPedestal.cc,
1161 mpedestal/MExtractPedestal.[h,cc], msignal/MExtractor.[h,cc],
1162 msignal/MExtractBlindPixel.cc, msignal/MExtractPINDiode.cc:
1163 - removed data members fPedestal and fPedestalsIn respectively,
1164 and all referencing functions because it was never used at all
1165
1166 * mextralgo/MExtralgoDigitalFilter.[h,cc],
1167 mextralgo/MExtralgoSpline.cc
1168 msignal/MExtractTimeAndChargeDigitalFilter.cc:
1169 - made the noise extraction completely random and automatic
1170 - gave the noise extraction completely into the hand of
1171 the extractors
1172
1173
1174
1175 2007/05/10 Daniela Dorner
1176
1177 * datacenter/scripts/runcallisto:
1178 - bugfix (typo in getting date for finding cc and cacofile)
1179
1180 * scripts/merppupdate:
1181 - added (script to merpp update already calibrated files)
1182 - added possibility to give outpath and regular expression for
1183 filename as command line options
1184
1185
1186
1187 2007/05/10 Thomas Bretz
1188
1189 * callisto.rc, callisto_Dec04Jan05.rc, callisto_MarApr05.rc:
1190 - cleanup of some comments
1191
1192 * mbase/MMath.cc:
1193 - removed the usage of a storage space for the index in
1194 GetMedianDev because the index is reacalculated anyhow
1195
1196 * mbase/MStatusArray.cc:
1197 - if several objects of the same name (but different class
1198 types) are in a pad we don't stop searching if an object
1199 with the right name has been found
1200
1201 * mcalib/MCalibrateData.cc, mcalib/MCalibrationChargeCalc.cc,
1202 mcalib/MCalibrationRelTimeCalc.cc:
1203 - updated output
1204
1205 * mhist/MHCamera.[h,cc]
1206 - added two new member functions to count the number of bins
1207 above or below a threshold
1208
1209 * mjobs/MJCalibrateSignal.cc:
1210 - added a new Tab to show the time development of the unsuitable
1211 pixels
1212 - added a new tab showing the eveloution of the number of
1213 dead pixels
1214
1215 * mjobs/MJCalibration.cc:
1216 - updated texts in bad pixel display
1217
1218 * datacenter/macros/fillsignal.C:
1219 - replaced CalcUnsuitable by the new members of MHCamera
1220 - also fill the maximum number of unsuitable pixels
1221 - and fill the maximum number of dead pixels
1222
1223 * mfilter/MFSoftwareTrigger.cc, mhcalib/MHCalibrationTestCam.cc,
1224 mimage/MCameraSmooth.cc:
1225 - removed obsolete calls to GetPixById
1226
1227 * msignal/MSignalCam.[h,cc]:
1228 - removed obolete function to access the MSignalPix'
1229 - removed obsolete GetPixById
1230 - added new function returning the number of unmapped pixels
1231 - a little code cleanup
1232
1233
1234
1235
1236 2007/05/09 Daniela Dorner
1237
1238 * scripts/makemovie:
1239 - added comment
1240 - removed not needed lines
1241
1242 * datacenter/scripts/buildsequenceentries,
1243 datacenter/scripts/checkfilesforsequenceavail,
1244 datacenter/scripts/checklogs, datacenter/scripts/checkstardone,
1245 datacenter/scripts/checktransfer, datacenter/scripts/copyscript,
1246 datacenter/scripts/correcttime, datacenter/scripts/dodatacheck,
1247 datacenter/scripts/doexclusions, datacenter/scripts/doqualityplots,
1248 datacenter/scripts/dowebplots, datacenter/scripts/filesondisk,
1249 datacenter/scripts/fillcallisto, datacenter/scripts/fillganymed,
1250 datacenter/scripts/fillstar, datacenter/scripts/findnewstars,
1251 datacenter/scripts/findnotseqruns,
1252 datacenter/scripts/insertdatasets,
1253 datacenter/scripts/insertsequences, datacenter/scripts/jobmanager,
1254 datacenter/scripts/linkmc, datacenter/scripts/makecallistolinks,
1255 datacenter/scripts/mcsequences,
1256 datacenter/scripts/movingsubsystemfiles,
1257 datacenter/scripts/processmcsequences, datacenter/scripts/rmlocks,
1258 datacenter/scripts/runcallisto, datacenter/scripts/runganymed,
1259 datacenter/scripts/runstar, datacenter/scripts/scriptlauncher,
1260 datacenter/scripts/setup, datacenter/scripts/sourcefile,
1261 datacenter/scripts/webupdate-callisto,
1262 datacenter/scripts/webupdate-ganymed,
1263 datacenter/scripts/webupdate-sinope,
1264 datacenter/scripts/webupdate-star,
1265 datacenter/scripts/writedatasetfiles,
1266 datacenter/scripts/writesequencefiles,
1267 datacenter/scripts/zipscript:
1268 - change time for 'Software-Developement'
1269
1270 * datacenter/scripts/buildsequenceentries,
1271 datacenter/scripts/checkfilesforsequenceavail,
1272 datacenter/scripts/checkstardone, datacenter/scripts/correcttime,
1273 datacenter/scripts/dodatacheck, datacenter/scripts/doexclusions,
1274 datacenter/scripts/fillcallisto, datacenter/scripts/fillganymed,
1275 datacenter/scripts/fillstar, datacenter/scripts/runcallisto,
1276 datacenter/scripts/runganymed, datacenter/scripts/runstar,
1277 datacenter/scripts/writedatasetfiles,
1278 datacenter/scripts/writesequencefiles:
1279 - removed variable needed only for setstatusroot
1280 - adapted variable needed for setstatus
1281 - adapted comment
1282
1283 * datacenter/scripts/writedatasetfiles:
1284 - added missing 'setstatus "start"'
1285
1286 * datacenter/scripts/correcttime:
1287 - improved regular expressions
1288
1289 * datacenter/macros/findcacofiles.C:
1290 - added algorithm for searching missing caco files and inserting
1291 the according runnumber to the database
1292 - adapted comment
1293
1294 * datacenter/scripts/filesondisk:
1295 - removed algorithm for finding missing caco files (done by
1296 findcacofiles.C no)
1297 - adapted comment
1298 - added removing of files conaining the run lists
1299
1300 * datacenter/scripts/zipscript:
1301 - added possibility to start several zipscripts giving a commanline
1302 option
1303 - added locking of callisto
1304 - removed not needed lines
1305 - removed old code
1306 - fixed bug (filename for chmod was wrong)
1307
1308 * datacenter/scripts/runcallisto:
1309 - added locking of sequence for zipping
1310 - reduced find for cc and caco file to the directory of the date,
1311 where the files are stored (date taken from callisto filename)
1312 - improved regular expressions
1313
1314 * steps.rc:
1315 - added fNotZipping to Needs of fCallisto to allow for the locking
1316 of callistos by the zipscript
1317
1318 * datacenter/scripts/sourcefile:
1319 - removed functions setstatusroot and getdolistroot
1320 - renamed variable in setstatus
1321 - added function sendquery
1322 - adapted if-clause to avoid removing of non existing files in
1323 case todofile is empty
1324
1325 * datacenter/scripts/scriptlauncher:
1326 - fixed bug (in case condor_submit failed, the scriptlauncher was
1327 waiting for the not submitted job, until it was killed)
1328
1329 * datacenter/scripts/jobmanager:
1330 - added algorithm to increase sleeping time in case condor failed
1331 several times in a row
1332
1333 * datacenter/scripts/setup:
1334 - renamed errorsleeptime for usage in algorithm in jobmanager
1335
1336 * datacenter/scripts/dodatacheck:
1337 - added query for date to reduce the find to the directory of the
1338 date, where the rawfile is stored
1339 - removed not needed lines
1340
1341 * datacenter/scripts/dodatacheck, datacenter/scripts/doqualityplots,
1342 datacenter/scripts/dowebplots, datacenter/scripts/linkmc,
1343 datacenter/scripts/movingsubsystemfiles,
1344 datacenter/scripts/runcallisto, datacenter/scripts/sourcefile,
1345 scripts/dospectrum, scripts/makemovie, scripts/processsequence:
1346 - changed indentation to 3 spaces, where it was different
1347
1348 * datacenter/scripts/copyscript:
1349 - added sort and uniq to find for dates
1350 - removed not needed lines
1351 - adapted find for catalogue files such that only the directories
1352 of the last 31 days are searched with find and not the whole
1353 central control path
1354
1355 * datacenter/db/sequinfo.php:
1356 - show ranges menu on first loading of page
1357
1358 * datacenter/db/menu.js:
1359 - adapted functions to show ranges menu on first loading of the
1360 page and hide it, when a query is done
1361 - commented functions
1362
1363 * scripts/processsequence:
1364 - restricted find for cacofile to directory of date
1365
1366 * scripts/merppupdate:
1367 - added (script to do merpp update for already calibrated files)
1368
1369
1370
1371 2007/05/09 Thomas Bretz
1372
1373 * callisto.rc, callisto_Dec04Jan05.rc, callisto_MarApr05.rc,
1374 callisto_mux.rc:
1375 - changed ArrTimeRmsLimit in all cases to default 5.0
1376 because of the new meaning
1377
1378 * showplot.cc:
1379 - changed that it closes automatically if the file cannot
1380 be read
1381
1382 * datacenter/macros/fillstar.C:
1383 - commented the output of the query
1384
1385 * datacenter/macros/plotdb.C:
1386 - adapted ranges to MUX data values
1387 - added plots for new unsuitable columns
1388
1389 * mbadpixels/MBadPixelsPix.h:
1390 - added a new member function IsUncalibrated
1391 - further adapted the usuitable levels
1392
1393 * mcalib/MCalibrationChargeCalc.[h,cc]:
1394 - changed the meaning of ArrTimeRmsLimit such that it is now
1395 the deviation from the average rms expressed in significance
1396 levels
1397 - the new check is done similar to the check for the relative
1398 arrival time (to be unified!)
1399 - removed FinalizeArrivalTimes
1400 - removed calibration levels for first and last bin, this
1401 has to be redone more properly taken the extractor properties
1402 into account
1403 - some updates to the output
1404 - some simplifications to the code
1405
1406 * mcalib/MCalibrationRelTimeCalc.cc:
1407 - when calculating the median check for UnsuitableRun not
1408 unsuitable in general
1409 - small changes to output
1410 - calculate upper and lower limits only once
1411
1412 * mhvstime/MHVsTime.[h,cc]:
1413 - added fMinimum and fMaximum data members similar to
1414 MHSectorVsTime
1415 - to be unified with MHSectorVsTime
1416 - fixed draw/paint
1417 - increased version number
1418
1419 * mjobs/MJCalibration.cc:
1420 - removed the bad pixel levels for first and last bins
1421
1422 * msignal/MExtractTimeAndChargeSpline.[h,cc],
1423 mextralgo/MExtralgoSpline.cc:
1424 - changed to allow setup of the extraction type and the
1425 relative or absolute height for arrival
1426 - if the height is set < 0 and extraction type is set to
1427 relative integral the maximum is used instead of the leading edge.
1428 - accordingly increased version number by one
1429
1430 * mjobs/Makefile:
1431 - added mextralgo to includes
1432
1433
1434
1435 2007/05/08 Daniel Hoehne
1436
1437 * datacenter/macros/fillsignal.C:
1438 - implemented new variables fUnsuitable50 and fUnsuitable01
1439
1440 * datacenter/db/menu.php, magicdefs.php, querycal.php:
1441 - implemented new columns fUnsuitable50 and fUnsuitable01
1442
1443
1444
1445 2007/05/04 Thomas Bretz
1446
1447 * mjobs/MJCalibrateSignal.cc, mjobs/MJStar.cc:
1448 - removed writing MBadPixelsCam. It now gives trouble
1449 because the etReadyToSave flag is set at an unproper time.
1450 It is not used anyhow.
1451
1452 * datacenter/macros/fillsignal.C:
1453 - small simplification
1454
1455
1456
1457 2007/05/04 Daniela Dorner
1458
1459 * scripts/makemovie:
1460 - added (script to produce movies)
1461
1462
1463
1464 2007/05/03 Daniel Hoehne
1465
1466 * datacenter/macros/fillsignal.C:
1467 - fixed bug which made fillsignal fail for the new MUX data:
1468 for sequences > 200000 hilooff and hilocal are not needed anymore
1469
1470
1471
1472 2007/04/28 Daniela Dorner
1473
1474 * datacenter/scripts/dowebplots, datacenter/scripts/doqualityplots:
1475 - moved temporary directory for pstoimg to /tmp
1476
1477 * datacenter/scripts/copyscript:
1478 - moved file with diff for magic_favorites to /tmp
1479
1480 * datacenter/db/plotdb.php, datacenter/db/plotinclude.php,
1481 datacenter/db/menu.js :
1482 - implemented possibility to plot datasets by inserting dataset
1483 number as Set1
1484
1485 * datacenter/db/plot.php:
1486 - implemented variables for colours
1487
1488 * datacenter/db/sequinfo-aio.php, datacenter/db/runinfo-aio.php,
1489 datacenter/db/include.php, datacenter/db/datasetinfo-aio.php,
1490 datacenter/db/ganymed.php, datacenter/db/sequence.php:
1491 - removed header and footer for print version
1492
1493 * datacenter/db/runinfo-aio.php:
1494 - fixed small bug
1495
1496 * datacenter/db/magicdefs.php:
1497 - added fMEanPUlsePosInner to alias
1498
1499 * datacenter/db/ganymed.php:
1500 - added observation mode
1501
1502
1503
1504 2007/04/27 Daniela Dorner
1505
1506 * datacenter/scripts/jobmanager:
1507 - improved logging
1508
1509 * datacenter/scripts/scriptlauncher:
1510 - redirect of error messages of condor_submit to errorlogfile
1511 - in case condor_submit does not work (i.e. pid empty) an error
1512 message is written to the processlogfile
1513
1514 * datacenter/db/showplots-ds.php:
1515 - adapted maxwidth of input field
1516
1517 * datacenter/db/plotdb.php, datacenter/db/plotinclude.php,
1518 datacenter/db/menu.js :
1519 - implemented possibility to give range for 2 additional values
1520 - implemented possibility to give only upper or lower limit
1521 - fixed bug, that ranges are not accepted before plotting once
1522
1523
1524
1525 2007/04/27
1526
1527 * RELEASE 1.1
1528
1529
1530
1531 2007/04/27 Daniel Hoehne
1532
1533 * datacenter/scripts/runcallisto:
1534 - modified the ccfile and cacofile search to not find ccfiles
1535 twice if one runnumber is part of a higher runnumber (as 23456
1536 and 223456)
1537
1538
1539
1540 2007/04/27 Thomas Bretz
1541
1542 * mcalib/CalibLinkDef.h, mcalib/Makefile:
1543 - removed obsolete MCalibrationIntensityCam
1544 - removed obsolete MCalibrationIntensityChargeCam
1545
1546 * mcalib/MCalibCalcFromPast.[h,cc], mcalib/MCalibColorSteer.[h,cc],
1547 mcalib/MCalibrateData.[h,cc], mhcalib/MHCalibrationChargeCam.[h,cc]:
1548 - removed obsolete MCalibrationIntensityChargeCam and replaced by
1549 MCalibrationChargeCam
1550
1551 * mcalib/MCalibrationChargeCalc.[h,cc]:
1552 - removed obsolete MCalibrationIntensityChargeCam and replaced by
1553 MCalibrationChargeCam
1554 - to realize the difference between continous and single calibration
1555 a new data member fContinousCalibration has been introduced
1556 - consequently increased version number to 6
1557 - do not set any exclusion in ReInit. it is nonsense not to fill
1558 histograms which might give (or give not) correct result,
1559 if the checks are all executed anyhow
1560
1561 * mcalib/MCalibrationRelTimeCalc.cc:
1562 - do not set any exclusion in ReInit and if a pixel is unsuitable.
1563 it is nonsense not to fill histograms which might give (or give
1564 not) correct result, if the checks are all executed anyhow
1565 - switched on the check for outliers
1566 - outliers are now set unsuitable rather than unreliable
1567 - some code simplification of the checks
1568
1569 * mcalib/MCalibrationChargeCam.cc:
1570 - added a comment in the Clear member function
1571
1572 * mcalib/MCalibrationRelTimeCam.cc:
1573 - some fixes of looong Form statements
1574 - a small cosmetic change to GetPixelContent
1575 - replaced the old check of the average time resolution by
1576 a more accurate check using the median and deviation
1577
1578 * mhcalib/MHCalibrationRelTimeCam.[h,cc]:
1579 - removed data member fReferencePixel and corresponding code
1580 - use the median of pixels with area index 0 as reference instead of
1581 an artificial pixel
1582
1583 * mhcalib/MHCalibrationCam.[h,cc]:
1584 - finally removed all dependencies on the intensity cams and replaced
1585 them by the direct cam
1586 - if the lo-gain histogram is empty this is not a reason for an
1587 uncalibrated pixel. At least in case of extracted properties (charge
1588 and time) it is ok.
1589
1590 * mjobs/MJCalibration.[h,cc]:
1591 - let MCalibrationRelTimeCalc run after MCalibrationChargeCalc
1592 otherwise almost all unsuitable pixels have deviating
1593 relative arrival resolution.
1594 - added new level for deviating time reolution to plot of bad pixels
1595 - changed reference lines for timr resolution plots
1596 - removed data member fRefTimeOffsetInner, it is now 0 by definition
1597
1598 * mjobs/MJCalibrateSignal.cc:
1599 - finally removed all dependencies of Intensity cams
1600 - enable ContinousCalibration in MCalibrationChargeCalc instead
1601 - switched on interleaved relative time calibration
1602
1603 * mbadpixels/MBadPixelsPix.h:
1604 - adapted to new unsuitable flag kDeviatingTimeResolution
1605
1606 * callisto_mux.rc:
1607 - removed the obsolete resource statement about the level
1608 for the relative arrival time check.
1609
1610 * mjobs/calibrationref.rc, mjobs/calibrationref_Dec04.rc,
1611 mjobs/calibrationref_Nov04.rc, resources/calibrationref_mux.rc:
1612 - changed time resolution references accordingly
1613
1614 * resources/calibration_spline.rc:
1615 - added muon calibration factors up to period 55... to be corrected.
1616
1617 * mjobs/MJCut.[h,cc]:
1618 - reanimated the use of an energy estimator in ganymed for the
1619 purpose of having it as additional cut value if looking
1620 for events after cuts
1621
1622 * ganymed.rc, ganymed_onoff.rc, ganymed_wobble.rc:
1623 - added a corresponding example
1624
1625
1626
1627 2007/04/26 Thomas Bretz
1628
1629 * mjobs/MJPedestal.cc:
1630 - inverted the default of the CalibFilter for the case of no
1631 pattern available as the filter was inverted 4.3.07.
1632
1633 * callisto.rc:
1634 - fixed typos in examples for movie encoding
1635
1636
1637
1638 2007/04/25 Daniel Hoehne
1639
1640 * datacenter/scripts/runcallisto:
1641 - removed obsolete option -raw from command line for callisto
1642
1643
1644
1645 2007/04/25 Thomas Bretz
1646
1647 * mbadpixels/MBadPixelsCam.cc:
1648 - removed obsolete code from Print() which tried to align the
1649 output
1650
1651 * mhcalib/MHCalibrationChargeCam.cc:
1652 - increased the shown binning range further
1653
1654 * mhcalib/MHCalibrationPulseTimeCam.cc:
1655 - unimportant changes
1656
1657 * mjobs/MJPedestal.cc:
1658 - changed a comment
1659
1660 * mpedestal/MPedestalSubtractedEvt.h:
1661 - fixed a bug of preset upper limits. The last slice is
1662 fNumSamples-1 not fNumSamples
1663
1664
1665
1666 2007/04/24 Thomas Bretz
1667
1668 * callisto_Dec04Jan05.rc, callisto_MarApr05.rc, callisto_mux.rc:
1669 - fixed typos in examples for movie encoding
1670
1671 * mjobs/MJCalib.h, mjobs/MJPedestal.cc:
1672 - missing commit from yesterday :-(
1673
1674 * mmovie/MMovieWrite.cc:
1675 - changed resource Filename according to the other resources
1676 to FileName
1677
1678 * ganymed.cc:
1679 - enable dataset mc-mode if "-mc" is specified
1680 - removed obsolete call to EnableMonteCarloMode
1681 - removed EnableWobbleMode but use the setting of the dataset
1682 instead
1683
1684 * mjobs/MDataSet.[h,cc]:
1685 - renamed fIsWobbleMode to fWobbleMode
1686 - added setter for fWobbleMode
1687 - added fMonteCarlo which determins the default paths to be used
1688 if not overwritten
1689 - replaced the static variables for the paths by member functions
1690 which depend on the new fWobbleMode data member
1691 - some simple reordering inthe constructor was necessary
1692 - increased class version number accordingly to 2
1693
1694 * mjobs/MJCut.[h,cc]:
1695 - repaired On-only mode
1696 - removed data member fIsMonteCarlo, use the data-set getter instead
1697 - removed data member fIsWobbleMode, use the data-set getter instead
1698
1699 * sponde.cc:
1700 - print a warning if MC dataset doens't contain "MonteCarlo: Yes"
1701
1702 * mjobs/MJCalibrateSignal.cc:
1703 - do not write signal*.root in movie mode
1704
1705
1706
1707 2007/04/23 Thomas Bretz
1708
1709 * callisto.cc, star.cc:
1710 - removed "-raw" and "-root" option
1711 - replaced inflating sequence path by new InflatePath
1712 function
1713 - removed MJCalib::kUse* usage, use MSequence::IsMonteCarlo
1714 instead
1715
1716 * mhcalib/MHCalibrationChargeBlindCam.cc,
1717 mhcalib/MHCalibrationHiLoCam.cc,
1718 mhcalib/MHCalibrationPulseTimeCam.cc:
1719 - removed obsolete include of MCalibrationIntensityCam
1720
1721 * mhcalib/MHPedestalCam.cc:
1722 - removed obsolete usage of fIntensCam
1723
1724 * mhist/MHEvent.cc:
1725 - replacedcompilation of description string by new
1726 MMcEvt::GetDescription memeber function
1727
1728 * mjobs/MJCalib.[h,cc]:
1729 - removed fDataFlag and corresponding member functions and
1730 handling
1731
1732 * mjobs/MJCalibTest.cc, mjobs/MJCalibrateSignal.cc,
1733 mjobs/MJCalibration.cc, mjobs/MJPedestal.cc, mjobs/MJStar.[h,cc]:
1734 - replaced IsUseRawData and IsUseRootData by
1735 MSequence::IsMonteCarlo
1736 - use fSequence to determin whether it is MC sequence or not
1737
1738 * mjobs/MJCalibrateSignal.cc:
1739 - renamed movie encoding task list
1740 - do not write output files if encoding movie
1741
1742 * mjobs/MSequence.[h,cc]:
1743 - removed "merpp"-path
1744 - monte carlo files now always have 8digits run numbers
1745 - added new resource "MonteCarlo"
1746 - added new static member function InflatePath
1747 - increased version number to 2
1748
1749 * mmc/MMcEvt.[hxx,cxx]:
1750 - added new member function GetDescription
1751
1752 * mmovie/MMovieWrite.[h,cc]:
1753 - added a sanity check for strange rms values
1754 - search for MMcEvt in the parlist and improve output
1755 in case of monte carlo data
1756 - fixed some typos in the comments of ReadEnv
1757
1758 * mmovie/Makefile:
1759 - added mmc search path
1760
1761 * mraw/MRawRunHeader.cc:
1762 - set new defaults of fTelescopeNumber, fCameraVersion,
1763 fFreqSampling and fNumSignificantBits for old MC data
1764
1765
1766
1767 2007/04/23 Daniela Dorner
1768
1769 * datacenter/scripts/linkmc:
1770 - removed workaround for 5-digit runnumbers
1771
1772 * datacenter/scripts/mcsequences:
1773 - added line 'MonteCarlo: Yes' to output to sequence file
1774
1775 * datacenter/scripts/runganymed:
1776 - adapted chosing of ganymed rc-file
1777 - added output of ganymed command line
1778
1779
1780
1781 2007/04/20 Daniel Hoehne
1782
1783 * datacenter/macros/filldotrun.C:
1784 - implemented new Arehucas version
1785
1786
1787
1788 2007/04/20 Thomas Bretz
1789
1790 * mbadpixels/MBadPixelsCam.cc, mbadpixels/MBadPixelsPix.cc:
1791 - propagate option in Clear member function
1792 - the default is now to keep the previously excluded flag and
1793 set the unsuitable-run flag accordingly
1794
1795 * mcalib/MCalibrationChargeCalc.cc:
1796 - if the lower limit for the measured number of phe is calculated
1797 to be less than one phe it is artificially reset to one phe
1798
1799 * mhist/MHCamEvent.cc:
1800 - call SetFrameBorder(0) for all subpads explicitly
1801
1802 * mhist/MHCamera.cc:
1803 - removed the obsolete definition of kItemsLegend
1804
1805 * mbadpixels/MBadPixelsIntensityCam.cc, mcalib/MCalibrationIntensityCam.cc:
1806 - removed obsolete reference in comment to MCalibrationINtensityQECam
1807
1808 * mcalib/CalibLinkDef.h, mcalib/Makefile:
1809 - removed obsolete MCalibrationIntensityQECam
1810 - removed obsolete MCalibrationIntensityBlindCam
1811 - removed obsolete MCalibrationIntensityRelTimeCam
1812 - removed obsolete MCalibrationIntensityTestCam
1813
1814 * mcalib/MCalibCalcFromPast.[h,cc], mcalib/MCalibColorSteer.[h,cc],
1815 mcalib/MCalibrateData.[h,cc]:
1816 - replaced data member fIntensQE by fQECam
1817 - removed references to obsolete MCalibrationIntensityQECam
1818 - added some comments
1819 - replaced obsolete reference to MCalibrationIntensityBlindCam
1820 by reference to MCalibrationBlindCam
1821
1822 * mcalib/MCalibrationChargeCalc.[h,cc]:
1823 - replaced references to fIntensQE by direct access to fQECam
1824 - adde some comments
1825 - removed data member fIntensQECam
1826 - replaced obsoilete reference to MCalibrationIntensityBlindCam
1827 by reference to MCalibrationBlindCam
1828
1829 * mjobs/MJCalibrateSignal.cc, mhcalib/MHCalibrationChargeBlindCam.cc:
1830 - removed obsolete references to MCalibrationIntensityQECam
1831 - removed obsolete references to MCalibrationIntensityBlindCam
1832
1833 * mbase/MTask.cc:
1834 - added some unexecuted code to debug which taks are processed
1835
1836 * mcalib/MCalibCalcFromPast.cc, mcalib/MCalibrationIntensityCam.cc,
1837 mjobs/MJCalibrateSignal.cc, mjobs/MJCalibration.h
1838 - removed obsolete MCalibrationIntensityRelTimeCam
1839
1840 * mcalib/MCalibColorSteer.[h,cc], mcalib/MCalibrationRelTimeCalc.[h,cc],
1841 mhcalib/MHCalibrationRelTimeCam.cc:
1842 - replaced obsolete reference to MCalibrationIntensityRelTimeCam
1843 by referencing MCalibrationRelTimeCam
1844
1845 * mhcalib/MHCalibrationChargeBlindCam.cc:
1846 - replaced obsolete reference to MCalibrationIntensityBlindCam
1847 by referencing MCalibrationBlindCam
1848
1849 * mhcalib/MHCalibrationHiLoCam.cc:
1850 - replaced obsolete reference to MCalibrationIntensityHiLoCam
1851 by referencing MCalibrationHiLoCam
1852
1853 * mhcalib/MHCalibrationPulseTimeCam.cc
1854 - replaced obsolete reference to MCalibrationIntensityPulseTimeCam
1855 by referencing MCalibrationPulseTimeCam
1856
1857 * mcalib/MCalibrationTestCalc.cc
1858 - replaced obsolete reference to MCalibrationIntensityTestCam
1859 by referencing MCalibrationTestCam
1860
1861
1862
1863 2007/04/12 Daniela Dorner
1864
1865 * datacenter/db/showplots-ds.php:
1866 - added (script to plot all plots of a data set)
1867
1868 * datacenter/db/showplots.php:
1869 - added 'previous' and 'next' button
1870
1871 * datacenter/db/plotinclude.php, datacenter/db/showplots.php:
1872 - moved two function from showplots.php to plotinclude.php, as they
1873 are also used in showplots-ds.php
1874
1875 * datacenter/db/builddatasets.php, datacenter/db/datasetinfo-aio.php
1876 datacenter/db/indes-header.html, datacenter/db/indes.html,
1877 datacenter/db/menu.js, datacenter/db/reference.html,
1878 datacenter/db/regexp.html, datacenter/db/runinfo-aio.html,
1879 datacenter/db/sequinfo-aio.html:
1880 - adapted paths of images and mars.css
1881
1882 * datacenter/db/index.html:
1883 - added link to showplots-ds.php
1884
1885
1886
1887 2007/04/18 Thomas Bretz
1888
1889 * Makefile:
1890 - added suffixes .hxx and .cxx
1891 - added new subdir mmovie
1892
1893 * mjobs/Makefile:
1894 - added path to mmovie
1895
1896 * mmovie/MMoviePrepare.[h,cc]:
1897 - changed access to MCalibrateData to access to MCalibConstCam
1898
1899 * mmovie/MMovieWrite.cc:
1900 - fixed some typos in comments
1901
1902 * mjobs/MJCalibrateSignal.cc:
1903 - removed dependenca on obsolete MCalibrationIntensityConstCam
1904
1905 * mjobs/MJCalibration.[h,cc]:
1906 - for simplification removed all dependencies of unused intensity
1907 calibration
1908
1909 * callisto.rc, callisto_Dec04Jan05.rc, callisto_MarApr05.rc,
1910 callisto_mux.rc:
1911 - removed line for switching on intensity calibration
1912 - added expample lines for movie encoding
1913
1914 * mbadpixels/BadPixelsLinkDef.h, mbadpixels/Makefile:
1915 - removed obsolete MBadPixelsIntensityCam
1916
1917 * mcalib/MCalibCalcFromPast.[h.cc]:
1918 - do not store fIntensRelTime (it is not used at all) as data member
1919
1920 * mcalib/MCalibColorSteer.[h,cc], mcalib/MCalibCalcFromPast.[h.cc]:
1921 - instead of creating of a new MBadPixelsCam into the intensity array
1922 clear the information of the old one (FIXME: DO NOT CLEAR PREV EXCL!)
1923 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1924 * mcalib/MCalibrationTestCalc.[h,cc]:
1925 - removed empty Process function
1926
1927 * mcalib/MCalibColorSteer.[h,cc], mcalib/MCalibCalcFromPast.[h.cc],
1928 mcalib/MCalibrationChargeCalc.[h,cc], mcalib/MCalibrationTestCalc.[h,cc],
1929 mcalib/MCalibrationRelTimeCalc.[h,cc], mhcalib/MHCalibrationCam.[h,cc],
1930 mhcalib/MHCalibrationChargeCam.cc, mhcalib/MHCalibrationHiLoCam.cc,
1931 mhcalib/MHCalibrationPulseTimeCam.cc, mhcalib/MHCalibrationRelTimeCam.cc,
1932 mhcalib/MHPedestalCam.cc:
1933 - removed obsolete references to MBadPixelsIntensityCam, replaced
1934 by MBadPixelsCam
1935
1936 * mhcalib/MHCalibrationCam.cc:
1937 - set reason for uncalibrated pixels by SetUncalibrated
1938
1939 * mjobs/MJCalibrateSignal.cc:
1940 - removed obsolete references to MBadPixelsIntensityCam
1941 - removed MBadPixelsMerge, instead use the given MBadPixelsCam as
1942 starting point. THIS ALSO REMOVES SUPPORT FOR PREV. EXCLUDED PIXELS
1943 (TO BE FIXED)
1944
1945 * mfilter/FilterLinkDef.h, mfilter/Makefile:
1946 - added MFEvtNumber
1947
1948 * mfilter/MFEvtNumber.[h,cc]:
1949 - added
1950
1951
1952
1953 2007/04/17 Stefan Ruegamer
1954
1955 * datacenter/scripts/filesondisk:
1956 - modified the ccfile search to not find ccfiles twice if one
1957 runnumber is part of a higher runnumber (as 23456 and 223456)
1958
1959 * datacenter/scripts/movingrawfiles:
1960 - added moving of rawfiles from the directory /magic/datacenter/
1961 fromtape/rawdata/muxdata, which is the default rawfile folder of
1962 the new muxtapes, to /magic/datacenter/fromtape/rawdata
1963
1964 * datacenter/scripts/runcallisto:
1965 - added condition for the linking of the .rc-file for muxdata
1966
1967 * datacenter/scripts/makecallistolinks:
1968 - commented reason2 out
1969
1970
1971
1972 2007/04/17 Thomas Bretz
1973
1974 * mcalib/CalibLinkDef.h, mcalib/Makefile:
1975 - removed obsolete MCalibrationIntensityConstCam
1976
1977 * mcalib/MCalibCalcFromPast.[h,cc]:
1978 - removed obsolete depedency on MCalibrationIntensityConstCam
1979
1980 * mcalib/MCalibConstCam.[h,cc]:
1981 - added a possibility to veto bad pixels in GetPixelContent by
1982 setting a MBadPixelsCam
1983 - removed obsolete fRunNumber
1984 - increased class version number by 1
1985
1986 * mcalib/MCalibrateData.[h,cc]:
1987 - removed obsolete dependency on MCalibrationIntensityConstCam
1988 - removed some obsolete comments with code from old pedestal
1989 treatment
1990
1991
1992
1993 2007/04/15 Thomas Bretz
1994
1995 * callisto.cc:
1996 - added an option to write a movie
1997
1998 * mjobs/MJCalibrateSignal.[h,cc]:
1999 - added the code to write a movie
2000 - added new option (fIsMovieMode) to switch it on and off
2001
2002 * mmovie/MMovieData.h:
2003 - added data member fMedianPedestalRms
2004
2005 * mmovie/MMoviePrepare.[h,cc]:
2006 - added calculation of median pedestal rms
2007
2008 * mmovie/MMovieWrite.[h,cc]:
2009 - added comments
2010 - added return value to SetPalette
2011 - delete palette entries after usage
2012 - get median pedestal rms from MMovieData
2013
2014
2015
2016 2007/04/12 Daniela Dorner
2017
2018 * datacenter/scripts/sourcefile:
2019 - added if-clause to avoid removing of non existing files
2020
2021 * datacenter/db/db.php:
2022 - adapted host
2023
2024 * datacenter/db/plotdb.php:
2025 - adapted usage of function GetQuery
2026
2027 * datacenter/db/plotinclude.php:
2028 - added init of variables
2029
2030 * datacenter/db/runinfo-aio.php:
2031 - adapted building of query for the case, that fRunMin=0
2032
2033 * datacenter/macros/filloptical.C:
2034 - adapted such, that files from telescopes in Tuorla can also be
2035 handeled
2036 - return 3 in case the coordinates of an object are not available
2037 in the database
2038
2039 * datacenter/scripts/copyscript:
2040 - added case for return code 3 for filloptical.C
2041
2042 * datacenter/macros/setupdb.C:
2043 - added table OpticalData
2044
2045 * datacenter/tools/fillobjects.C:
2046 - added comment
2047
2048 * datacenter/tools/fillobjects2.C:
2049 - adapted comment
2050 - adapted reading to new format of file (different object name
2051 convention)
2052
2053 * datacenter/resources/TeVsources.txt:
2054 - added (file containing the positions of the objects observed by
2055 the Tuorla Observatory and KVA)
2056
2057 * datacenter/resources/good_compstars.txt:
2058 - added (file containing the magnitudes and colour of the objects
2059 observed by the Tuorla Observatory and KVA)
2060
2061 * datacenter/resources/compstars.txt:
2062 - added (like good_compstars, but containing more data, which
2063 has been left out in the other file, as it is not accurate
2064 enough)
2065
2066
2067
2068 2007/04/12 Thomas Bretz
2069
2070 * mmovie/MMoviePrepare.[h,cc], mmovie/MMovieData.[h,cc],
2071 mmovie/MMovieWrite.[h,cc], mmovie/Makefile, mmovie/MovieLinkDef.h,
2072 movie/MovieIncl.h:
2073 - added
2074
2075 * mbase/MArrayB.h, mbase/MArrayD.h, mbase/MArrayF.h, mbase/MArrayI.h,
2076 mbase/MArrayS.h:
2077 - added Reset() member function or improved performance of it
2078
2079 * mcalib/MCalibrationChargeCalc.cc:
2080 - fixed the alignment in an output
2081
2082 * mhbase/MBinning.h:
2083 - added operator[] member function
2084
2085 * mhist/MHCamera.cc:
2086 - changed such that it is allowed to use palettes with a different
2087 number of contours.
2088 - fixed the number of ticks written on the axis to 25
2089 - use MBinnig to calculate the legend color boxes
2090 - fixed a minor bug in the assignment of the color levels, which
2091 gave visibly wrong result if the transition between two colors
2092 was important but was not noticable in normal circumstances
2093
2094 * mjobs/MDataSet.h, mjobs/MSequence.h:
2095 - increased class version to 1 to make it writable
2096 - added Print to the context menu
2097
2098 * mgeom/MGeomCam.[h,cc]:
2099 - removed fNumSectors
2100 - removed fNumAreas
2101 - added fNumPixInSector
2102 - added fNumPixWithAidx
2103 - changed CalcSectors and CalcArea to fill new data members
2104 - fixed a bug in the range check of GetMaxRadius and GetMinRadius
2105 (the range was to wide by 1 at the upper edge)
2106 - increased class version from 4 to 5
2107
2108
2109
2110 2007/04/11 Thomas Bretz
2111
2112 * mjobs/MJCalibrateSignal.cc:
2113 - added a lot of comments
2114 - added some code for future use
2115
2116 * mcalib/MCalibCalcFromPast.cc:
2117 - if update of calibration constants via MCalibrateData fails an
2118 error is raised
2119
2120 * mcalib/MCalibrateData.cc:
2121 - if update of calibration constants done set the ReadyToSaveFlag
2122 accordingly
2123
2124
2125
2126 2007/04/04 Thomas Bretz
2127
2128 * mbase/MLogHtml.cc:
2129 - the closing parenthesis was missing for setting to green color
2130
2131
2132
2133 2007/04/03 Thomas Bretz
2134
2135 * mjobs/MDataSet.cc:
2136 - added processing of RunTime and Name resource
2137
2138 * mgeom/MGeomCamDwarf.cc:
2139 - removed an unused variable
2140
2141 * msignal/MSignalPix.h, msignal/MSignalCam.h:
2142 - commented out obsolete AddNumPhotons and Scale
2143 - removed ReducePrecision from setting of arrival time because
2144 it gave artefacts.
2145
2146
2147
2148 2007/03/29 Thomas Bretz
2149
2150 * mgeom/MGeomCam.cc, mgeom/MGeomPix.h:
2151 - added new member function to return distance to coordinate
2152 origin
2153
2154 * mgeom/MGeomCamDwarf.[h,cc]:
2155 - added
2156
2157 * mgeom/Makefile, mgeom/GeomLinkDef.h:
2158 - added MGeomCamDwarf
2159
2160
2161
2162 2007/03/28 Thomas Bretz
2163
2164 * mraw/MRawRunHeader.cc:
2165 - added Getter for fFreqSampling
2166
2167 * mpointing/MHSrcPosCam.[h,cc]:
2168 - added different binning for wobble mode
2169 - added circle for wobble mode
2170
2171 * mjobs/MJCut.cc:
2172 - store run- and event-number via MParameterCalc in output files
2173 - show histogram of source positions also in wobble mode
2174
2175 * mbase/MEnv.h:
2176 - added member function to touch a resource returning whether
2177 it has contents or not
2178
2179 * mars.rc:
2180 - added examples for MUX data
2181 - fixed the other examples
2182 - changed default cleaning to 8.5/4.0 absolute
2183
2184 * macros/readIPR.C:
2185 - simplified
2186
2187
2188
2189 2007/03/21 Stefan Ruegamer
2190
2191 * datacenter/scripts/runcallisto:
2192 - removed entries for callisto_MarApr05.rc (outdated)
2193
2194 * datacenter/scripts/makecallistolinks:
2195 - updated reason1 because the old reason has been removed in the
2196 Mars Version 1.0, resulting in no more calibration with spline
2197 if DF fails
2198 - added reason2 to run spline after an other error
2199
2200
2201
2202 2007/03/20 Daniel Hoehne
2203
2204 * datacenter/db/db.php, datacenter/scripts/budb,
2205 datacenter/scripts/dbchk, datacenter/scripts/dunotseqruns,
2206 datacenter/scripts/findnewstars,
2207 datacenter/scripts/findnotseqruns, datacenter/scripts/sourcefile,
2208 datacenter/tools/comparesequences, datacenter/tools/resetdataset,
2209 sql.rc:
2210 - changed the host from hercules to vela
2211
2212
2213
2214 2007/03/17 Thomas Bretz
2215
2216 * mbase/MTime.[h,cc]:
2217 - added new memeber function to set unix times
2218
2219
2220
2221 2007/03/09 Thomas Bretz
2222
2223 * mjoptim/MJOptimizeCuts.cc:
2224 - implemented printing of input file also in RunOnOffCore
2225
2226
2227
2228 2007/03/08 Markus Meyer
2229
2230 * mpointing/MPointingDevCalc.h:
2231 - changed fNumMinStars from 8 to n (in SetNumMinStars)
2232
2233
2234
2235 2007/03/06 Stefan Ruegamer
2236
2237 * mraw/MRawRunHeader.cc:
2238 - added SwapAssignment for pixels 428 and 429
2239
2240
2241
2242 2007/03/05 Thomas Bretz
2243
2244 * msignal/MExtractTimeAndChargeSpline.cc:
2245 - added a default for the extrator resolution in case no predefined
2246 value is set
2247
2248 * mjobs/MJCalib.[h,cc], mjobs/MJCalibration.cc:
2249 - removed HiLoCalibration option
2250
2251 * mjobs/MJCalibration.cc:
2252 - use extractor to determine hi-/lo-calibration
2253
2254 * mjobs/MJPedestal.cc:
2255 - do only insist on pedestal events if an extractor without
2256 lo-gains is set
2257
2258 * callisto.rc, callisto_Dec04Jan05.rc:
2259 - removed references to HiLoCalibration
2260
2261 * callisto_mux.rc, resources/calibrationref_mux.rc,
2262 resources/pedestalref_mux.rc:
2263 - added new resource files for MUX data
2264
2265 * mjobs/MSequence.cc:
2266 - another fix to make sure that there is a / between dir and filename
2267
2268 * mpedestal/MExtractPedestal.cc:
2269 - why if fRawData initialized twice? Removed.
2270 - Reset check window without extractor and without lo-gains
2271
2272
2273
2274
2275 2007/03/04 Thomas Bretz
2276
2277 * mhcalib/MHCalibrationChargeBlindCam.cc,
2278 mhcalib/MHCalibrationChargeBlindPix.[h,cc]:
2279 - commented out references to MRawEvtPixelIter::GetNum*Samples
2280
2281 * mhcalib/MHCalibrationRelTimeCam.cc:
2282 - updated header
2283
2284 * mjobs/MJCalibrateSignal.cc:
2285 - updated header
2286 - removed references to MHCalibrationPulseTimeCam
2287 - added a check to make sure that extractor1 is initialized
2288 - use new SetRangeFromExtractor function for pedestal
2289 extraction range
2290 - added a new filter to check for pedestal events, used for
2291 pedestal extraction in cases w/o lo-gains and to remove
2292 pedestal events from further analysis
2293 - fill and display hi-/lo-gain histogram only if lo-gain exists
2294
2295 * mjobs/MJPedestal.cc:
2296 - replaced fSequence.GetName by GetFileName
2297 - check for availability of lo-gain in pulse pos check
2298 - Add MHCalibrationPulseTime to parlist to allow resources
2299 file setup
2300 - to fill the MHCalibrationPulseTimeCam deny calibration- and
2301 pedestal-events
2302 - use a pedestal filter to deny calibration events
2303 - use new SetRangeFromExtractor function for pedestal
2304 extraction range
2305
2306 * mhcalib/MHCalibrationPulseTimeCam.cc:
2307 - removed an obsolete return
2308
2309 * mpedestal/MPedCalcFromLoGain.cc:
2310 - if event does not contain lo-gains do not start extraction
2311 at lo-gain offset
2312
2313 * mpedestal/MPedestalSubtractedEvt.[h,cc]:
2314 - changed variable naming in GetSaturation from sathi to sat
2315 - changed limit in GetMax from Byte_t to UInt_t
2316
2317 * msignal/MExtractBlindPixel.cc, msignal/MExtractTimeAndCharge.cc:
2318 - changed max argument in GetMax from Int_t to UInt_t
2319
2320 * msignal/MExtractTimeAndCharge.[h,cc]:
2321 - changed fLoGainSwitch from Byte_t to UInt_t
2322 - increased class version accordingly to 4
2323
2324 * mmain/MEventDisplay.cc:
2325 - took out the display of the slice with the max index
2326 - handle pedestal subtraction more accurate
2327
2328 * mraw/MRawEvtData.cc:
2329 - added number of bytes per sample to GetNumBytes()
2330 - removed contents of GetPixelContent... depricated
2331
2332 * mraw/MRawEvtPixelIter.[h,cc]:
2333 - updated comments
2334 - removed all functions returning informations about single
2335 pixels (should be done through MPedestalSubtractedEvt
2336 instead)
2337
2338 * mhist/MHEvent.cc:
2339 - removed KMaxIdx...depricated.
2340
2341 * msignal/MExtractor.[h,cc]:
2342 - changed type of fSaturationLimit from Byte_t to UInt_t
2343 - increased class version number accordingly to 8
2344 - only reset fSaturationLimit if it is above 0xff and
2345 no lo-gain available
2346
2347 * msignal/MSignalCalc.[h,cc]:
2348 - changed to use MPedestalSubtractedEvt instead of MRawEvtData
2349 - make handling of data without lo-gains possible
2350
2351 * mhcalib/MHCalibrationChargeCam.[h,cc]:
2352 - changed to use pedestal subtracted evt instead of the raw evt
2353 for determination of the arrival time
2354
2355 * mhcalib/MHCalibrationCam.[h,cc]:
2356 - made IsLoGain autodetecting in case fRunHeader is available
2357
2358 * msignal/MExtractPINDiode.cc:
2359 - use MRawRunHeader's GetNumSamplesHi/LoGain
2360
2361
2362
2363 2007/03/03 Thomas Bretz
2364
2365 * mcalib/MCalibrationRelTimeCalc.cc:
2366 - changed the default of RelTimeResolutionLimit from 1.0 to 0.05
2367
2368 * mhcalib/MHCalibrationChargeCam.cc,
2369 mhcalib/MHCalibrationPulseTimeCam.cc,
2370 mhcalib/MHCalibrationRelTimeCam.cc:
2371 - added f*RefCharge to Copy function
2372 - added range to calls of GetIdxMaxHi/LoGainSample
2373 - reworked and simplified DrawDataCheckPixel
2374 - reworked and simplified DrawReferenceLine
2375 - fixed call to ReadEnv of base class in ReadEnv
2376
2377 * mhcalib/MHCalibrationRelTimeCam.cc:
2378 - commented filling of lo-gain arrays out.
2379
2380 * mpedestal/MExtractPedestal.[h,cc],
2381 mpedestal/MPedCalcFromLoGain.h, mpedestal/MPedCalcPedRun.h:
2382 - added the SetRangeFromExtractor function
2383
2384 * msignal/MExtractBlindPixel.cc, msignal/MSignalCalc.cc:
2385 - use GetNumSamplesHiGain of MRawRunHeader instead of
2386 MRawEvtPixelIter's
2387
2388 * msignal/MSignalCalc.[h,cc]:
2389 - slightly changed handling of MC run, changed hi-/lo-gain
2390 calibration from 10 to 11.3
2391
2392 * msignal/MExtractTime.cc:
2393 - don't print lo-gain properties if n/a
2394
2395 * msignal/MExtractor.[h,cc]:
2396 - reset logain range and saturation limit if no logains available
2397 - added HasLoGain member function
2398 - don't print lo-gain attributes in Print if no logains
2399
2400 * msignal/MExtractTimeAndCharge.cc:
2401 - reset fLoGainSwitch if logains are not available
2402 - use MRawRunHeader's GetNumSamplesHi/LoGain
2403 - do not use MRawEvtPixelIter to determin availability of lo-gains
2404 use number of lo-gain samples to extract instead.
2405 - don't print lo-gain properties if n/a
2406
2407
2408
2409 2007/03/02 Thomas Bretz
2410
2411 * mraw/MRawRunHeader.h:
2412 - added GetNumBytesPerSample() member function
2413
2414 * mraw/MRawRead.cc:
2415 - splitted ReadPixel and setting ab-flag into function calls
2416 - fixed skipping pixels if bps>1
2417
2418 * mraw/MRawEvtData.[h,cc]:
2419 - removed last argument from AddPixel
2420 - split reading pixel data and setting ab-flag into two functions
2421 - increased version number from 5 to 6
2422 - adapted Print function
2423 - adapted Draw function
2424 - adapted ReadPixel function
2425
2426 * manalysis/MMcCalibrationUpdate.[h,cc]:
2427 - made sure that Process is not executed in case of MC files
2428 - minor changes to includes
2429
2430 * mextralgo/MExtralgoSpline.h:
2431 - removed obsolete include iostream
2432
2433
2434
2435 2007/03/01 Thomas Bretz
2436
2437 * mmain/MEventDisplay.cc:
2438 - didn't show callisto output anymore because of missing fundametal
2439 pedestal
2440
2441 * mbadpixels/MBadPixelsTreat.cc:
2442 - added more informative output
2443
2444 * mhcalib/MHCalibrationCam.[h,cc], mhcalib/MHCalibrationChargeCam.cc,
2445 mhcalib/MHCalibrationChargePix.h, mhcalib/MHCalibrationRelTimeCam.cc,
2446 mhcalib/MHCalibrationChargeCam.h, mhcalib/MHCalibrationChargePINDiode.h,
2447 mhcalib/MHCalibrationPulseTimeCam.cc, mhcalib/MHCalibrationTestCam.cc,
2448 mhcalib/MHCalibrationTestTimeCam.cc, mhcalib/MHGausEvents.h,
2449 mhcalib/MHCalibrationChargeBlindCam.cc, mhcalib/MHPedestalCam.cc,
2450 - replaced SetNbins/First/Last by SetBinning
2451
2452 * mhcalib/MHCalibrationChargeCam.cc:
2453 - improved output in case arrival time is out of range
2454
2455 * mhcalib/MHCalibrationPulseTimeCam.cc:
2456 - the values can only have discrete valuesno need to set a bin-width
2457 different from 1
2458 - set binning automatically by using the number of samples
2459 - fixed ReadEnv
2460 - directly use maxpos, no cast necessary
2461
2462 * mraw/MRawRunHeader.h:
2463 - added new member function GetNumSamples
2464
2465 * mpedestal/MPedCalcFromLoGain.cc:
2466 - fixed ReadEnv
2467
2468 * mraw/MRawCrateData.cc, mraw/MRawEvtHeader.cc:
2469 - implemented reading new mux format 8
2470
2471 * mraw/MRawRunHeader.[h,cc]:
2472 - implemented reading of new file format 8
2473 - added new data members fNumBytesPerSample, fFreqSampling
2474 and fNumSignificantBits
2475 - increased file format version from 5 to 6
2476
2477 * mraw/MRawEvtPixelIter.[h,cc]:
2478 - made aware of handling the new and old format
2479 - added range to GetIdxMax*
2480
2481 * mhcalib/MHCalibrationPulseTimeCam.[h,cc]:
2482 - removed obsolete data members fSumhiarea and fSumhisector
2483 - replaced the usage of MRawEvtData by MPedestalSubtractedEvt
2484 - according to this the lower signal limit has been decresed
2485 by 15
2486 - changed "saturation" limit accordingly from 254 to 245
2487
2488 * mpedestal/MPedestalsubtractedEvt.h:
2489 - added a shortcut for GetSaturation
2490
2491 * mjobs/MJPedestal.cc:
2492 - first subtract pedestal and then fill MHCalibrationPulseTimeCam
2493 - fill MHCalibrationPulseTimeCam with MPedestalSubtracted
2494
2495
2496
2497 2007/02/28 Thomas Bretz
2498
2499 * macros/tutorials/mirrordelay.C:
2500 - fixed the formula for the spherical mirror
2501 - fixed the calculation of the time-delay
2502
2503 * mastro/MObservatory.[h,cc]:
2504 - added constructors and functions to set the observatory location
2505 manually
2506
2507 * mbase/MTime.[h,cc]:
2508 - added constructor to construct MTime by date
2509 - added AsDouble for new root streamers (allowing to view MTime in
2510 a TBrowser)
2511 - added GetRootDatime to return TDatime object
2512
2513 * mcalib/MCalibrateData.cc:
2514 - added more meaningful output in case a conversion factor exceeds a limit
2515
2516 * datacenter/macros/plotdb.C:
2517 - added plot for spark rate
2518
2519
2520
2521 2007/02/26 Daniela Dorner
2522
2523 * datacenter/db/builddatasets.php, datacenter/db/findoffdata.php,
2524 datacenter/db/sequinfo-aio.php, datacenter/db/runinfo-aio.php,
2525 datacenter/db/include.php, datacenter/db/menu.php, :
2526 - bugfix: the stopdate was not choses properly in case of reset
2527 when there was no data past midnight
2528 - a new function (GetStopDate) has been implemented
2529 - bugfix in PrintNightRange (table Sequences was used in all cases)
2530
2531
2532
2533 2007/02/26 Daniel Hoehne
2534
2535 * datacenter/macros/fillstar.C:
2536 - bugfixes: included MHCamera.h, corrected two typos (missing ";" and
2537 a surplus "s" in the variable "sparkrate")
2538
2539 * datacenter/db/magicdefs.php, menu.php:
2540 - added fSparkRate
2541
2542
2543
2544 2007/02/16
2545
2546 * RELEASE 1.0
2547
2548
2549
2550 2007/02/16 Thomas Bretz
2551
2552 * macros/starvisyear.C:
2553 - changed default observator to magic
2554 - fixed some typos in comments
2555
2556 * mastro/MAstro.[h,cc]:
2557 - added a new function to estimate the time of culmination
2558 - fixed the conversion factors RadToHor and HorToRad (wrong by 15/24)
2559
2560 * mastro/MObservatory.cc:
2561 - fixed the Print() output
2562
2563 * mbase/MMath.h:
2564 - removed conversion factor to and from Hours
2565
2566 * mjobs/MSequence.cc:
2567 - added a / behind the date (for the output in case of failure)
2568
2569 * mmc/MMcFadcHeader.[hxx,cxx]:
2570 - added fElecNoiseName for compatibility with camera program
2571 - increased ClassVersion by 1
2572
2573 * mraw/MRawRunHeader.[h,cc]:
2574 - increased class version by 1 for compatibility with output
2575 of newer camera versions
2576
2577 * resources/sequences.rc:
2578 - changed the sequence.rc file to support new MUX data
2579
2580
2581
2582 2007/02/15 Thomas Bretz
2583
2584 * macros/tutorials/mirrordelay.C:
2585 - added a macro plotting the delay between a spherical and a
2586 parabolic mirror
2587
2588 * mjobs/MJStar.cc:
2589 - implemented new plots for IPR vs. Time and DT
2590
2591
2592
2593 2007/02/13 Thomas Bretz
2594
2595 * resources/hilocalib.rc, resources/hilocalib_sp1.rc:
2596 - added new resource files for hi-/lo-gain calibration.
2597
2598 * resources/hiloconv-*.root:
2599 - added hi-/lo-gain calibration constants
2600
2601 * callisto_Dec04Jan05.rc:
2602 - changed input file name for hi-/lo-gain calibration constants
2603
2604 * mreflector/MHReflector.[h,cc]:
2605 - added histogram class for reflected photons
2606
2607 * mreflector/Makefile, mreflector/ReflectorLinkDef.h
2608 - added MHReflector and necessary include paths
2609
2610 * mbase/MLog.h:
2611 - fixed a bug in Separator which could cause a crash if the contents
2612 are too long
2613
2614 * manalysis/MParameterCalc.cc:
2615 - check for HasValidRule instead of IsValid in ReadEnv
2616
2617 * mdata/MDataPhrase.h:
2618 - added HasValidRule member function
2619
2620 * mfileio/MReadRflFile.[h,cc]:
2621 - allow also reading of gzip-compressed files
2622 - output more header information
2623 - don't use a const qualified TString with gSystem->ExpandPathName
2624
2625 * mjobs/MJPedestal.cc:
2626 - readin bad pixels from ascii file later
2627
2628 * mmc/MMcEvtBasic.h:
2629 - added a static member function GetEnergyStr to convert
2630 GeV into MeV and TeV
2631
2632 * mpointing/MPointingDevCalc.h:
2633 - increased size of fSkip by one
2634
2635 * mextralgo/MExtralgoSpline.h:
2636 - fixed acompiler warning
2637
2638
2639
2640 2007/02/09 Daniel Hoehne
2641
2642 * datacenter/scripts/linkmc
2643 - adapted to new montecarlo directory structure (/magic/montecarlo
2644 instead of /montecarlo)
2645
2646
2647
2648 2007/02/09 Thomas Bretz
2649
2650 * star.rc:
2651 - added new options
2652 - reordering
2653
2654 * mbase/MStatusDisplay.cc:
2655 - updated from 2006 to 2007
2656
2657 * mfbase/MFDataPhrase.cc:
2658 - fixed ReadEnv to correctly return true/false
2659
2660 * mjobs/MJStar.cc:
2661 - added new tabs "Spakless" and "Sparks" dividing the average
2662 signal tab into two distributions by a SparkCut
2663 - replaced all MF by MFDataPhrase
2664
2665 * mjobs/MJCalibrateSignal.cc:
2666 - changed the extraction range used in the lo-gains from the
2667 hi-gain range to the lo-gain range
2668
2669 * datacenter/macros/fillstar.C:
2670 - added filling the spark rate into the database
2671 - the rate after cleaning is now without sparks!
2672
2673
2674
2675 2007/02/06 Thomas Bretz
2676
2677 * mpointing/MPointingDevCalc.cc:
2678 - included check for monitoring flag
2679
2680 * mextralgo/MExtralgoSpline.[h,cc]:
2681 - implemented the possibility to determine the pulse width at
2682 maxheight/2
2683
2684
2685
2686 2007/02/04 Daniela Dorner
2687
2688 * datacenter/scripts/sourcefile:
2689 - added if-clause to avoid that a script is aborted in case a macro
2690 doesn't compile, return code is set to 1 in this case
2691
2692
2693
2694 2007/02/04 Thomas Bretz
2695
2696 * mjobs/MJCalibration.cc:
2697 - implemented Hi-/Lo-Gain calibration for MCs
2698
2699 * mjobs/MJPedestal.cc:
2700 - removed intermediate pedestalstorage from code (its
2701 result is not used at all)
2702
2703 * datacenter/macros/fillsignal.C:
2704 - replaced GetMediandev by GetDev
2705
2706 * callisto.rc, callisto_Dec04Jan05.rc:
2707 - changed ExtractWinLeft/Right according to new scheme
2708
2709 * mhcalib/MHCalibrationChargeCam.[h,cc]:
2710 - removed obsolete data members fFirstHiGain, etc and
2711 replaced by storage of fSignal
2712 - made sure that the average extracted signal position
2713 is at least one slice away from the edges of the
2714 extraction window
2715
2716 * mjobs/MJPedestal.cc:
2717 - reworked the pulse position check. It now better takes
2718 the properties of the extractors into account.
2719 Still to be done: relation between pulse position and
2720 extraction window!
2721
2722 * msignal/MExtractBlindPixel.[h,cc],
2723 msignal/MExtractPINDiode.[h,cc]:
2724 - fixed arguments type of SetRange
2725
2726 * msignal/MExtractTime.cc:
2727 - removed old obsolete code already in comments
2728
2729 * msignal/MExtractTimeAndCharge.h:
2730 - added getter for LoGainStartShift
2731
2732 * msignal/MExtractTimeAndChargeDigitalFilter.[h,cc],
2733 msignal/MExtractTimeAndChargeSpline.[h,cc],
2734 msignal/MExtractedSignalCam.[h,cc], msignal/MExtractor.[h,cc]:
2735 - changed the type of LoGainFirst from byte to int
2736 - if necessary increased class version
2737
2738 * mpedestal/MExtractPedestal.cc:
2739 - improved output
2740
2741 * mhcalib/MHCalibrationChargeCam.cc:
2742 - fixed a %3.1 instead of %3.1f
2743
2744
2745
2746 2007/02/03 Thomas Bretz
2747
2748 * mhist/MHCamEvent.[h,cc]:
2749 - added Draw function to context menu
2750 - added GetHist member functions
2751 - added possibility to display the relative error
2752
2753 * mjobs/MJCalibration.cc:
2754 - read the hi-/lo-gain calibration constants from a MHCamEvent
2755 which is stored in a root file given in resources/hilocalib.rc
2756
2757 * msignal/MExtractTimeAndCharge.cc:
2758 - improved the estimation in GetSaturationTime for the cases in
2759 which the saturating pulse is so early, that an normal
2760 interpolation is not appropriate.
2761
2762 * callisto_DecJan04.rc:
2763 - set fall- and rise-time for spline artificially to 0.5
2764
2765 * mhbase/MFillH.cc:
2766 - added comments
2767
2768 * mpedestal/MExtractPedestal.[h,cc],
2769 mpedestal/MPedCalcFromLoGain.cc, mpedestal/MPedCalcPedRun.cc:
2770 - fixed the range check.In case of the lo-gain extraction
2771 the range could infact leak out of the fadc slices
2772
2773 * msignal/MExtractTimeAndCharge.[h,cc]:
2774 - added somecomments
2775 - forbid the lo-gain signal to be negative
2776 - increased version number for compatibility with last release
2777
2778 * msignal/MExtractTimeAndChargeSpline.cc:
2779 - set the correct numbers for rise- and fall-time as default
2780
2781 * mbase/MStatusArray.[h,cc]:
2782 - improved workaround in Read() and Write() for the Reset
2783 of the kCanDelete bit in TH1
2784
2785 * mjobs/MJCalibration.cc, mjobs/MJCalibrateSignal.cc:
2786 - commented out obsolete references to *HiLoCam
2787
2788 * mhcalib/Makefile, mcalib/Makefile, mhcalib/HCalibLinkDef.h,
2789 mcalib/CalibLinkDef.h:
2790 - removed *HiLoCam s
2791
2792
2793
2794 2007/02/02 Thomas Bretz
2795
2796 * mreflector/MRflSinglePhoton.[h,cc], mreflector/MRflEvtData.[h,cc]:
2797 - added new Fill functions allowing to fill photons versus
2798 a z-value, e.g. energy.
2799
2800
2801
2802 2007/02/01 Thomas Bretz
2803
2804 * mhist/MHCamEvent.[h,cc]:
2805 - allow to set a histogram for display from external
2806
2807 * mhist/MHCamera.[h,cc]:
2808 - added functions to calc Median/Dev
2809 - fixed adding a MHCamera with AddCamContent. It now takes also
2810 the errors and binentries correctly into account
2811 - simplified Reset() using TArray::Reset()
2812
2813 * mhvstime/MHSectorVsTime.[h,cc]:
2814 - added option to use median/dev instead of mean/rms
2815 - switched Grid on
2816
2817 * mjobs/MSequence.cc, mjobs/MDataSet.cc:
2818 - small improvements to splitting number rows
2819 - handle possible tabs correctly
2820
2821 * mbase/MStatusArray.[h,cc]:
2822 - improved handling in Read(). We make sure now that Read doesn't
2823 produce a memory leak
2824
2825 * mhist/MHCamera.[h,cc]:
2826 - overwrote Clone function to make sure that a cloned MHCamera
2827 is never added to the current directory
2828
2829 * mcamera/MCameraTH.h:
2830 - added a workaround to get rid of the obsolete discriminator thresholds
2831 for the non-trigger pixels
2832
2833 * mreport/MReportCC.cc:
2834 - added a sanity \o-Terminator to the dicriminator threshold extraction
2835
2836
2837
2838
2839 2007/01/30 Thomas Bretz
2840
2841 * mbadpixels/MBadPixelsCam.[h,cc]:
2842 - added function to return the uncalibrated and unsuitable
2843 pixels as TArrayC (to be used in MHCamera)
2844
2845 * mhcalib/MHCalibrationChargeCam.cc:
2846 - added a FIXME-comment
2847
2848 * mhist/MHCamEvent.[h,cc]:
2849 - added an option to change the kind of error which is displayed
2850 - consequently increased version number by 1
2851
2852 * mhist/MHCamera.[h,cc]:
2853 - added a new bit to allow the error to be switched between
2854 mean and spread
2855
2856 * mjobs/MJStar.cc, mjobs/MJCalibrateSignal.cc:
2857 - adapted to changes in error display
2858
2859
2860
2861 2007/01/27 Thomas Bretz
2862
2863 * manalysis/MMcCalibrationUpdate.cc:
2864 - fixed a typo in a comment
2865
2866 * mcalib/MCalibrateData.[h,cc]:
2867 - commented out some obsolete currently unused code
2868
2869 * mdata/MDataPhrase.cc:
2870 - added a sanity check
2871
2872 * mpedestal/MMcPedestalCopy.cc:
2873 - Changed output to fit the structure used in all other classes
2874
2875 * mmain/MEventDisplay.cc:
2876 - made sure that MPedestalSubtract dies the right thing
2877 - removed badpixel calculation and treatment until a better
2878 solution was found.
2879
2880 * mfbase/MFDataPhrase.cc:
2881 - fixed a "comparison is always true" warning
2882
2883 * msignal/MExtractTimeAndChargeDigitalFilter.h:
2884 - increased class version number to 3 to account for the removal
2885 of the fTimeShift data members since last release
2886
2887
2888
2889 2007/01/27 Daniela Dorner
2890
2891 * datacenter/db/showplots.php:
2892 - added (tool to click through the calib, signal and star plots of
2893 one sequence)
2894
2895 * datacenter/db/index.html:
2896 - added link to new plot tool
2897
2898 * datacenter/db/ganymed.php:
2899 - added fDataSetName, removed fWobble
2900 - removed mininmum value of 100 for dataset range
2901
2902 * datacenter/db/builddatasets.php:
2903 - added fIsoInLimit2 and fIMCLimit2 in Init
2904 - added check on observation mode
2905
2906
2907
2908 2007/01/26 Thomas Bretz
2909
2910 * mpedestal/MExtractPedestal.cc:
2911 - fixed a bug which caused the pedestal to be set to 0 if the
2912 AB-flag is invalid
2913
2914
2915
2916 2007/01/25 Thomas Bretz
2917
2918 * mreflector/MRflSinglePhoton.h:
2919 - added copy constructor
2920 - added a function to fill a TH2
2921
2922 * mreflector/MRflEvtData.[h,cc]:
2923 - added copy costructor
2924 - added Clone function
2925 - added a function to fill a TH2
2926
2927
2928
2929 2007/01/24 Thomas Bretz
2930
2931 * mhflux/MHCollectionArea.cc:
2932 - fixed a typo in the last change
2933
2934
2935
2936 2007/01/24 Daniel Hoehne
2937
2938 * msignal/*.dat:
2939 - inserted missing third column (0) in all weights files
2940
2941
2942
2943 2007/01/18 Thomas Bretz
2944
2945 * mhflux/MHCollectionArea.cc:
2946 - another fix for the error calculation of the collection area.
2947 The totalarea was inluded in the error calculation as it would
2948 be a wait, but actually it is not.
2949
2950
2951
2952 2007/01/16 Thomas Bretz
2953
2954 * mfileio/MReadMarsFile.cc:
2955 - fixed two "comparison between signed and unsigned integer" warnings
2956
2957 * mhbase/MFillH.cc:
2958 - small update to comments
2959
2960 * mimage/MHHillasExt.cc:
2961 - call SetDirectory(NULL) after SetName
2962
2963 * mjobs/MSequence.[h,cc]:
2964 - commented out obsolete GetFileNames
2965
2966 * msignal/MExtractor.[h,cc]:
2967 - Some small updates
2968 - removed code from Process function
2969 - increased version number to 7
2970
2971 * msignal/MExtractedSignalPix.h:
2972 - some simple reordering in the class header
2973
2974 * msignal/MExtractTimeAndChargeDigitalFilter.cc:
2975 - simplified the checks in SetWindowSize
2976
2977 * msignal/MC_cosmics_weights46.dat, msignal/MC_weights46.dat:
2978 - added third column with zeros
2979
2980
2981
2982 2007/01/16 Daniela Dorner
2983
2984 * datacenter/db/menu.php, datacenter/db/datasetinfo-aio.php,
2985 datacenter/db/magicdefs.php:
2986 - implemented new variables for datasets
2987
2988
2989
2990 2007/01/15 Thomas Bretz
2991
2992 * mpedestal/MPedestalSubtract.cc:
2993 - added a sanity check tomake sure that the pixel array has the
2994 correct size when filled
2995 - made sure the the number of pixels in the camera nd not the
2996 number of connected pixels is used to initialize the size of
2997 the arrays.
2998
2999 * mpedestal/MPedestalSubtractedEvt.[h,cc]:
3000 - allow the initialization of nuber of pixels and samples
3001 independanly.
3002
3003
3004 2007/01/15 Daniela Dorner
3005
3006 * datacenter/db/sources.php, datacenter/db/sequinfo-aio.php,
3007 datacenter/db/runinfo-aio.php, datacenter/db/printtable.php,
3008 datacenter/db/plotdb.php, datacenter/db/menu.php,
3009 datacenter/db/findoffdata.php, datacenter/db/builddatasets.php,
3010 datacenter/db/datasetinfo.php:
3011 - fixed bug in init of $_GET
3012
3013
3014
3015 2007/01/12 Stefan Ruegamer
3016
3017 * datacenter/macros/writedatasetfile.C:
3018 - addded #include <errno.h>
3019
3020
3021
3022 2007/01/11 Thomas Bretz
3023
3024 * mbase/MLogManip.cc:
3025 - removed the obsolete include of MLog.h
3026
3027 * mbase/MLogManip.h:
3028 - encapsulated an include in ifdefs
3029
3030 * mhcalib/MHCalibrationCam.cc, mhcalib/MHCalibrationChargeCam.cc:
3031 - updated log-output
3032
3033 * mhflux/MHEnergyEst.cc:
3034 - replaced difficult to see green by blue
3035
3036 * mjobs/MDataSet.[h,cc]:
3037 - added datat members for path of sequences and path of data files
3038 to be able to store overwritten defaults
3039 - check completeness of dataset files
3040 - store a MSequence object in the list instead of the name and dir
3041 (this is necessary to have all important information for a dataset
3042 file, including the sequence number! - available)
3043 - some changes to the output
3044 - allow to print a perfect copy of the read dataset file to the console
3045 just from the contents of the object
3046
3047 * mjobs/MJStar.cc:
3048 - updated to use MSequence::GetFileName instead of MSequence:GetName
3049
3050 * mjobs/MSequence.[h,cc]:
3051 - keep filename and datapath in header, this has some advantages
3052 for sanity checks
3053 - many improvements of sanity checking in case of missing or
3054 unaccessible files
3055 - Fixed "lightConditions" (was "LightCondition")
3056 - Fixed "No_Moon" (was "NoMoon")
3057 - allow to set the data path as second argument in the constructor
3058 - implemented a check whether the sequence file is complete
3059
3060 * mjobs/MJCut.[h,cc]:
3061 - added some code (still commented out) to display the excess rate
3062 - with the other changes we can now store the original dataset in
3063 the output
3064
3065 * mjoptim/MJOptimize.cc:
3066 - Keep the sequence files in the file list instead of just the
3067 filename and the directory
3068
3069 * mjtrain/MJTrainDisp.cc:
3070 - use return value of MDataSet::AddFilesOn/Off for a sanity check
3071
3072 * mjobs/MJob.[h,cc]:
3073 - removed obsolete fPathData and stuff
3074
3075 * callisto.cc, star.cc:
3076 - removed obsolete calls to MJob::SetPathData
3077
3078 * callisto.rc, star.rc:
3079 - removed obsolete examples for "PathData"-resource
3080
3081 * mjobs/MJCalibTest.cc, mjobs/MJCalibrateSignal.cc,
3082 mjobs/MJCalibration.cc, mjobs/MJPedestal.cc, mjobs/MJStar.cc:
3083 - removed obsolete reference to fPathData
3084
3085
3086
3087 2007/01/11 Daniela Dorner
3088
3089 * datacenter/db/builddatasets.php:
3090 - implemented username (the one who inserts the dataset has to give
3091 his/her username now)
3092 - fixed password query in case user inserted something wrong
3093 - implemented check, if on-sequences have different observations
3094 modes
3095 - implemented check, if user has chosen one sequences as on and off
3096 - adapted text of password prompt
3097
3098 * datacenter/db/builddatasets.php, datasetinfo-aio.php,
3099 runinfo-aio.php, sequinfo-aio.php:
3100 - minor changes in formatting
3101 - added 'alt' for +/- images
3102
3103 * datacenter/db/menu.js:
3104 - added 'alt' for +/- images
3105
3106
3107
3108 2007/01/10 Thomas Bretz
3109
3110 * mhbase/MH.cc:
3111 - fixed a bug in SetBinomialErrors. The errors of the two
3112 histograms were exchanged in the calculation
3113
3114 * mbase/MEnv.[h,cc]:
3115 - added new member function GetNumUntouched
3116
Note: See TracBrowser for help on using the repository browser.