source: trunk/MagicSoft/Mars/Changelog@ 8553

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