source: trunk/MagicSoft/Mars/Changelog@ 8502

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