source: trunk/MagicSoft/Mars/Changelog@ 8331

Last change on this file since 8331 was 8331, checked in by snruegam, 18 years ago
*** empty log message ***
File size: 16.5 KB
Line 
1Please do not write behind the end of line tag so that it is possible
2to send a Changelog file to a line printer directly. Thanks.
3
4For your entries please follow EXACTLY this style:
5
6_yyyy/mm/dd_[Your Name]
7_
8___*_filename:
9_____-_description
10_
11___*_filename2, filename3:
12_____-_description
13_
14_
15_
16
17While an underscore is a placeholder for a white-space or an empty line.
18
19 -*-*- END OF LINE -*-*-
20
21 2007/02/19 Stefan Ruegamer
22
23 * datacenter/scripts/zipscript
24 - changed server from pegasus to phoenix
25
26 * datacenter/scripts/movingrawfiles
27 - deleted database query. This feature is not used at the moment
28 (as there is no normal web transfer any more) and is still being
29 tested in a separate script
30
31
32 2007/02/16
33
34 * RELEASE 1.0
35
36
37
38 2007/02/16 Thomas Bretz
39
40 * macros/starvisyear.C:
41 - changed default observator to magic
42 - fixed some typos in comments
43
44 * mastro/MAstro.[h,cc]:
45 - added a new function to estimate the time of culmination
46 - fixed the conversion factors RadToHor and HorToRad (wrong by 15/24)
47
48 * mastro/MObservatory.cc:
49 - fixed the Print() output
50
51 * mbase/MMath.h:
52 - removed conversion factor to and from Hours
53
54 * mjobs/MSequence.cc:
55 - added a / behind the date (for the output in case of failure)
56
57 * mmc/MMcFadcHeader.[hxx,cxx]:
58 - added fElecNoiseName for compatibility with camera program
59 - increased ClassVersion by 1
60
61 * mraw/MRawRunHeader.[h,cc]:
62 - increased class version by 1 for compatibility with output
63 of newer camera versions
64
65 * resources/sequences.rc:
66 - changed the sequence.rc file to support new MUX data
67
68
69
70 2007/02/15 Thomas Bretz
71
72 * macros/tutorials/mirrordelay.C:
73 - added a macro plotting the delay between a spherical and a
74 parabolic mirror
75
76 * mjobs/MJStar.cc:
77 - implemented new plots for IPR vs. Time and DT
78
79
80
81 2007/02/13 Thomas Bretz
82
83 * resources/hilocalib.rc, resources/hilocalib_sp1.rc:
84 - added new resource files for hi-/lo-gain calibration.
85
86 * resources/hiloconv-*.root:
87 - added hi-/lo-gain calibration constants
88
89 * callisto_Dec04Jan05.rc:
90 - changed input file name for hi-/lo-gain calibration constants
91
92 * mreflector/MHReflector.[h,cc]:
93 - added histogram class for reflected photons
94
95 * mreflector/Makefile, mreflector/ReflectorLinkDef.h
96 - added MHReflector and necessary include paths
97
98 * mbase/MLog.h:
99 - fixed a bug in Separator which could cause a crash if the contents
100 are too long
101
102 * manalysis/MParameterCalc.cc:
103 - check for HasValidRule instead of IsValid in ReadEnv
104
105 * mdata/MDataPhrase.h:
106 - added HasValidRule member function
107
108 * mfileio/MReadRflFile.[h,cc]:
109 - allow also reading of gzip-compressed files
110 - output more header information
111 - don't use a const qualified TString with gSystem->ExpandPathName
112
113 * mjobs/MJPedestal.cc:
114 - readin bad pixels from ascii file later
115
116 * mmc/MMcEvtBasic.h:
117 - added a static member function GetEnergyStr to convert
118 GeV into MeV and TeV
119
120 * mpointing/MPointingDevCalc.h:
121 - increased size of fSkip by one
122
123 * mextralgo/MExtralgoSpline.h:
124 - fixed acompiler warning
125
126
127
128 2007/02/09 Daniel Hoehne
129
130 * datacenter/scripts/linkmc
131 - adapted to new montecarlo directory structure (/magic/montecarlo
132 instead of /montecarlo)
133
134
135
136 2007/02/09 Thomas Bretz
137
138 * star.rc:
139 - added new options
140 - reordering
141
142 * mbase/MStatusDisplay.cc:
143 - updated from 2006 to 2007
144
145 * mfbase/MFDataPhrase.cc:
146 - fixed ReadEnv to correctly return true/false
147
148 * mjobs/MJStar.cc:
149 - added new tabs "Spakless" and "Sparks" dividing the average
150 signal tab into two distributions by a SparkCut
151 - replaced all MF by MFDataPhrase
152
153 * mjobs/MJCalibrateSignal.cc:
154 - changed the extraction range used in the lo-gains from the
155 hi-gain range to the lo-gain range
156
157 * datacenter/macros/fillstar.C:
158 - added filling the spark rate into the database
159 - the rate after cleaning is now without sparks!
160
161
162
163 2007/02/06 Thomas Bretz
164
165 * mpointing/MPointingDevCalc.cc:
166 - included check for monitoring flag
167
168 * mextralgo/MExtralgoSpline.[h,cc]:
169 - implemented the possibility to determine the pulse width at
170 maxheight/2
171
172
173
174 2007/02/04 Daniela Dorner
175
176 * datacenter/scripts/sourcefile:
177 - added if-clause to avoid that a script is aborted in case a macro
178 doesn't compile, return code is set to 1 in this case
179
180
181
182 2007/02/04 Thomas Bretz
183
184 * mjobs/MJCalibration.cc:
185 - implemented Hi-/Lo-Gain calibration for MCs
186
187 * mjobs/MJPedestal.cc:
188 - removed intermediate pedestalstorage from code (its
189 result is not used at all)
190
191 * datacenter/macros/fillsignal.C:
192 - replaced GetMediandev by GetDev
193
194 * callisto.rc, callisto_Dec04Jan05.rc:
195 - changed ExtractWinLeft/Right according to new scheme
196
197 * mhcalib/MHCalibrationChargeCam.[h,cc]:
198 - removed obsolete data members fFirstHiGain, etc and
199 replaced by storage of fSignal
200 - made sure that the average extracted signal position
201 is at least one slice away from the edges of the
202 extraction window
203
204 * mjobs/MJPedestal.cc:
205 - reworked the pulse position check. It now better takes
206 the properties of the extractors into account.
207 Still to be done: relation between pulse position and
208 extraction window!
209
210 * msignal/MExtractBlindPixel.[h,cc],
211 msignal/MExtractPINDiode.[h,cc]:
212 - fixed arguments type of SetRange
213
214 * msignal/MExtractTime.cc:
215 - removed old obsolete code already in comments
216
217 * msignal/MExtractTimeAndCharge.h:
218 - added getter for LoGainStartShift
219
220 * msignal/MExtractTimeAndChargeDigitalFilter.[h,cc],
221 msignal/MExtractTimeAndChargeSpline.[h,cc],
222 msignal/MExtractedSignalCam.[h,cc], msignal/MExtractor.[h,cc]:
223 - changed the type of LoGainFirst from byte to int
224 - if necessary increased class version
225
226 * mpedestal/MExtractPedestal.cc:
227 - improved output
228
229 * mhcalib/MHCalibrationChargeCam.cc:
230 - fixed a %3.1 instead of %3.1f
231
232
233
234 2007/02/03 Thomas Bretz
235
236 * mhist/MHCamEvent.[h,cc]:
237 - added Draw function to context menu
238 - added GetHist member functions
239 - added possibility to display the relative error
240
241 * mjobs/MJCalibration.cc:
242 - read the hi-/lo-gain calibration constants from a MHCamEvent
243 which is stored in a root file given in resources/hilocalib.rc
244
245 * msignal/MExtractTimeAndCharge.cc:
246 - improved the estimation in GetSaturationTime for the cases in
247 which the saturating pulse is so early, that an normal
248 interpolation is not appropriate.
249
250 * callisto_DecJan04.rc:
251 - set fall- and rise-time for spline artificially to 0.5
252
253 * mhbase/MFillH.cc:
254 - added comments
255
256 * mpedestal/MExtractPedestal.[h,cc],
257 mpedestal/MPedCalcFromLoGain.cc, mpedestal/MPedCalcPedRun.cc:
258 - fixed the range check.In case of the lo-gain extraction
259 the range could infact leak out of the fadc slices
260
261 * msignal/MExtractTimeAndCharge.[h,cc]:
262 - added somecomments
263 - forbid the lo-gain signal to be negative
264 - increased version number for compatibility with last release
265
266 * msignal/MExtractTimeAndChargeSpline.cc:
267 - set the correct numbers for rise- and fall-time as default
268
269 * mbase/MStatusArray.[h,cc]:
270 - improved workaround in Read() and Write() for the Reset
271 of the kCanDelete bit in TH1
272
273 * mjobs/MJCalibration.cc, mjobs/MJCalibrateSignal.cc:
274 - commented out obsolete references to *HiLoCam
275
276 * mhcalib/Makefile, mcalib/Makefile, mhcalib/HCalibLinkDef.h,
277 mcalib/CalibLinkDef.h:
278 - removed *HiLoCam s
279
280
281
282 2007/02/02 Thomas Bretz
283
284 * mreflector/MRflSinglePhoton.[h,cc], mreflector/MRflEvtData.[h,cc]:
285 - added new Fill functions allowing to fill photons versus
286 a z-value, e.g. energy.
287
288
289
290 2007/02/01 Thomas Bretz
291
292 * mhist/MHCamEvent.[h,cc]:
293 - allow to set a histogram for display from external
294
295 * mhist/MHCamera.[h,cc]:
296 - added functions to calc Median/Dev
297 - fixed adding a MHCamera with AddCamContent. It now takes also
298 the errors and binentries correctly into account
299 - simplified Reset() using TArray::Reset()
300
301 * mhvstime/MHSectorVsTime.[h,cc]:
302 - added option to use median/dev instead of mean/rms
303 - switched Grid on
304
305 * mjobs/MSequence.cc, mjobs/MDataSet.cc:
306 - small improvements to splitting number rows
307 - handle possible tabs correctly
308
309 * mbase/MStatusArray.[h,cc]:
310 - improved handling in Read(). We make sure now that Read doesn't
311 produce a memory leak
312
313 * mhist/MHCamera.[h,cc]:
314 - overwrote Clone function to make sure that a cloned MHCamera
315 is never added to the current directory
316
317 * mcamera/MCameraTH.h:
318 - added a workaround to get rid of the obsolete discriminator thresholds
319 for the non-trigger pixels
320
321 * mreport/MReportCC.cc:
322 - added a sanity \o-Terminator to the dicriminator threshold extraction
323
324
325
326
327 2007/01/30 Thomas Bretz
328
329 * mbadpixels/MBadPixelsCam.[h,cc]:
330 - added function to return the uncalibrated and unsuitable
331 pixels as TArrayC (to be used in MHCamera)
332
333 * mhcalib/MHCalibrationChargeCam.cc:
334 - added a FIXME-comment
335
336 * mhist/MHCamEvent.[h,cc]:
337 - added an option to change the kind of error which is displayed
338 - consequently increased version number by 1
339
340 * mhist/MHCamera.[h,cc]:
341 - added a new bit to allow the error to be switched between
342 mean and spread
343
344 * mjobs/MJStar.cc, mjobs/MJCalibrateSignal.cc:
345 - adapted to changes in error display
346
347
348
349 2007/01/27 Thomas Bretz
350
351 * manalysis/MMcCalibrationUpdate.cc:
352 - fixed a typo in a comment
353
354 * mcalib/MCalibrateData.[h,cc]:
355 - commented out some obsolete currently unused code
356
357 * mdata/MDataPhrase.cc:
358 - added a sanity check
359
360 * mpedestal/MMcPedestalCopy.cc:
361 - Changed output to fit the structure used in all other classes
362
363 * mmain/MEventDisplay.cc:
364 - made sure that MPedestalSubtract dies the right thing
365 - removed badpixel calculation and treatment until a better
366 solution was found.
367
368 * mfbase/MFDataPhrase.cc:
369 - fixed a "comparison is always true" warning
370
371 * msignal/MExtractTimeAndChargeDigitalFilter.h:
372 - increased class version number to 3 to account for the removal
373 of the fTimeShift data members since last release
374
375
376
377 2007/01/27 Daniela Dorner
378
379 * datacenter/db/showplots.php:
380 - added (tool to click through the calib, signal and star plots of
381 one sequence)
382
383 * datacenter/db/index.html:
384 - added link to new plot tool
385
386 * datacenter/db/ganymed.php:
387 - added fDataSetName, removed fWobble
388 - removed mininmum value of 100 for dataset range
389
390 * datacenter/db/builddatasets.php:
391 - added fIsoInLimit2 and fIMCLimit2 in Init
392 - added check on observation mode
393
394
395
396 2007/01/26 Thomas Bretz
397
398 * mpedestal/MExtractPedestal.cc:
399 - fixed a bug which caused the pedestal to be set to 0 if the
400 AB-flag is invalid
401
402
403
404 2007/01/25 Thomas Bretz
405
406 * mreflector/MRflSinglePhoton.h:
407 - added copy constructor
408 - added a function to fill a TH2
409
410 * mreflector/MRflEvtData.[h,cc]:
411 - added copy costructor
412 - added Clone function
413 - added a function to fill a TH2
414
415
416
417 2007/01/24 Thomas Bretz
418
419 * mhflux/MHCollectionArea.cc:
420 - fixed a typo in the last change
421
422
423
424 2007/01/24 Daniel Hoehne
425
426 * msignal/*.dat:
427 - inserted missing third column (0) in all weights files
428
429
430
431 2007/01/18 Thomas Bretz
432
433 * mhflux/MHCollectionArea.cc:
434 - another fix for the error calculation of the collection area.
435 The totalarea was inluded in the error calculation as it would
436 be a wait, but actually it is not.
437
438
439
440 2007/01/16 Thomas Bretz
441
442 * mfileio/MReadMarsFile.cc:
443 - fixed two "comparison between signed and unsigned integer" warnings
444
445 * mhbase/MFillH.cc:
446 - small update to comments
447
448 * mimage/MHHillasExt.cc:
449 - call SetDirectory(NULL) after SetName
450
451 * mjobs/MSequence.[h,cc]:
452 - commented out obsolete GetFileNames
453
454 * msignal/MExtractor.[h,cc]:
455 - Some small updates
456 - removed code from Process function
457 - increased version number to 7
458
459 * msignal/MExtractedSignalPix.h:
460 - some simple reordering in the class header
461
462 * msignal/MExtractTimeAndChargeDigitalFilter.cc:
463 - simplified the checks in SetWindowSize
464
465 * msignal/MC_cosmics_weights46.dat, msignal/MC_weights46.dat:
466 - added third column with zeros
467
468
469
470 2007/01/16 Daniela Dorner
471
472 * datacenter/db/menu.php, datacenter/db/datasetinfo-aio.php,
473 datacenter/db/magicdefs.php:
474 - implemented new variables for datasets
475
476
477
478 2007/01/15 Thomas Bretz
479
480 * mpedestal/MPedestalSubtract.cc:
481 - added a sanity check tomake sure that the pixel array has the
482 correct size when filled
483 - made sure the the number of pixels in the camera nd not the
484 number of connected pixels is used to initialize the size of
485 the arrays.
486
487 * mpedestal/MPedestalSubtractedEvt.[h,cc]:
488 - allow the initialization of nuber of pixels and samples
489 independanly.
490
491
492 2007/01/15 Daniela Dorner
493
494 * datacenter/db/sources.php, datacenter/db/sequinfo-aio.php,
495 datacenter/db/runinfo-aio.php, datacenter/db/printtable.php,
496 datacenter/db/plotdb.php, datacenter/db/menu.php,
497 datacenter/db/findoffdata.php, datacenter/db/builddatasets.php,
498 datacenter/db/datasetinfo.php:
499 - fixed bug in init of $_GET
500
501
502
503 2007/01/12 Stefan Ruegamer
504
505 * datacenter/macros/writedatasetfile.C:
506 - addded #include <errno.h>
507
508
509
510 2007/01/11 Thomas Bretz
511
512 * mbase/MLogManip.cc:
513 - removed the obsolete include of MLog.h
514
515 * mbase/MLogManip.h:
516 - encapsulated an include in ifdefs
517
518 * mhcalib/MHCalibrationCam.cc, mhcalib/MHCalibrationChargeCam.cc:
519 - updated log-output
520
521 * mhflux/MHEnergyEst.cc:
522 - replaced difficult to see green by blue
523
524 * mjobs/MDataSet.[h,cc]:
525 - added datat members for path of sequences and path of data files
526 to be able to store overwritten defaults
527 - check completeness of dataset files
528 - store a MSequence object in the list instead of the name and dir
529 (this is necessary to have all important information for a dataset
530 file, including the sequence number! - available)
531 - some changes to the output
532 - allow to print a perfect copy of the read dataset file to the console
533 just from the contents of the object
534
535 * mjobs/MJStar.cc:
536 - updated to use MSequence::GetFileName instead of MSequence:GetName
537
538 * mjobs/MSequence.[h,cc]:
539 - keep filename and datapath in header, this has some advantages
540 for sanity checks
541 - many improvements of sanity checking in case of missing or
542 unaccessible files
543 - Fixed "lightConditions" (was "LightCondition")
544 - Fixed "No_Moon" (was "NoMoon")
545 - allow to set the data path as second argument in the constructor
546 - implemented a check whether the sequence file is complete
547
548 * mjobs/MJCut.[h,cc]:
549 - added some code (still commented out) to display the excess rate
550 - with the other changes we can now store the original dataset in
551 the output
552
553 * mjoptim/MJOptimize.cc:
554 - Keep the sequence files in the file list instead of just the
555 filename and the directory
556
557 * mjtrain/MJTrainDisp.cc:
558 - use return value of MDataSet::AddFilesOn/Off for a sanity check
559
560 * mjobs/MJob.[h,cc]:
561 - removed obsolete fPathData and stuff
562
563 * callisto.cc, star.cc:
564 - removed obsolete calls to MJob::SetPathData
565
566 * callisto.rc, star.rc:
567 - removed obsolete examples for "PathData"-resource
568
569 * mjobs/MJCalibTest.cc, mjobs/MJCalibrateSignal.cc,
570 mjobs/MJCalibration.cc, mjobs/MJPedestal.cc, mjobs/MJStar.cc:
571 - removed obsolete reference to fPathData
572
573
574
575 2007/01/11 Daniela Dorner
576
577 * datacenter/db/builddatasets.php:
578 - implemented username (the one who inserts the dataset has to give
579 his/her username now)
580 - fixed password query in case user inserted something wrong
581 - implemented check, if on-sequences have different observations
582 modes
583 - implemented check, if user has chosen one sequences as on and off
584 - adapted text of password prompt
585
586 * datacenter/db/builddatasets.php, datasetinfo-aio.php,
587 runinfo-aio.php, sequinfo-aio.php:
588 - minor changes in formatting
589 - added 'alt' for +/- images
590
591 * datacenter/db/menu.js:
592 - added 'alt' for +/- images
593
594
595
596 2007/01/10 Thomas Bretz
597
598 * mhbase/MH.cc:
599 - fixed a bug in SetBinomialErrors. The errors of the two
600 histograms were exchanged in the calculation
601
602 * mbase/MEnv.[h,cc]:
603 - added new member function GetNumUntouched
604
Note: See TracBrowser for help on using the repository browser.