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