source: tags/Mars-V1.2/Changelog@ 12585

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