source: trunk/MagicSoft/Mars/Changelog@ 8574

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