source: trunk/MagicSoft/Mars/Changelog@ 7554

Last change on this file since 7554 was 7554, checked in by tbretz, 20 years ago
*** empty log message ***
File size: 15.1 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 2006/03/01 Thomas Bretz
21
22 * mastro/MAstro.cc, mbase/MTime.cc:
23 - added a comment in GetMagicPeriod
24
25 * mpointing/MPointingPos.cc:
26 - added new member function GetString
27 - moved code from Print to GetString
28 - added new function IsInitialized()
29
30 * mjtrain/MJTrain*.[h,cc]:
31 - added data members to change RF setup
32
33 * mpointing/MPointingDevCalc.h, mpointing/MPointingPosCalc.h:
34 - added missing AddToBranchList
35
36 * mpointing/MHSrcPosCam.[h,cc]:
37 - added
38
39 * mpointing/Makefile, mpointing/PointingLinkDef.h:
40 - added MHSrcPosCam
41
42 * mbase/MTask.[h,cc]:
43 - implemented a new data-meber fAccelerator which allows
44 to switch off counting and timing analysis which can be very
45 time-consuming in some circumstances
46
47 * mbase/MTaskList.[h,cc]:
48 - implemented the usabe of MTask::fAccelerator to switch off resetting
49 of all parameter containers which can be very time-consuming
50
51 * mimage/MImagePar.cc:
52 - updated how the units are printed in Print()
53
54
55
56
57 2006/02/28 Daniela Dorner
58
59 * datacenter/scripts/insertdatasets:
60 - made sure, that backupfiles of the editor are not taken into
61 account, when dataset files are searched
62
63 * datacenter/db/*.php:
64 - moved user, host and pw of database to the include file
65 db.php
66
67 * datacenter/db/index.html:
68 - fixed links
69
70 * datacenter/db/querymc.php,magicdefs.php:
71 - added some variables
72
73 * datacenter/db/runinfo.php,sequinfo.php:
74 - bugfix (incl. TestSources)
75
76 * datacenter/db/sequinfo.php:
77 - changed init values
78
79 * datacenter/db/sequinfo.php, findoffdata.php, magicdefs.php:
80 - added value (relative ontime)
81
82 * datacenter/db/dbstatus.php:
83 - fixed bug
84
85 * datacenter/db/queryrbk.php:
86 - added query field 'Night', to query all entries of one night
87 from the runbook
88
89 * datacenter/db/index-header.html:
90 - added links
91
92
93
94 2006/02/27 Thomas Bretz
95
96 * macros/optim/optimwobble.C:
97 - fixed a typo (SetThetaCut instead SetAlphaCut), and added the
98 standard Disp-parametrization
99
100 * mhflux/MHEffectiveOnTime.[h,cc]:
101 - added showing the axis range of the time evolution histogram
102
103 * showplot.cc:
104 - fixed a warning in the Hash-switch.
105
106 * mbase/MEnv.cc:
107 - replaced casts in switch by an appended U
108
109 * macros/train/trainseparation.C:
110 - replaced outdated MTTrainRFSeparate by MJTrainSeparation
111
112 * mastro/MAstro.h:
113 - added conversion constants for pc-m and pc-ly
114
115 * mhflux/MMcSpectrumWeight.cc:
116 - fixed typo in comment
117
118 * mimage/MImagePar.h:
119 - minor changes to layout
120
121 * mimage/MHNewImagePar.[h,cc], mimage/MNewImagePar.[h,cc]:
122 - added new image parameters fConcCOG and fConcCore
123 - increased class version of MNewImagePar
124
125 * mimage/MHillasExt.cc:
126 - added some comments
127 - removed an obsolete TMath::Abs around "dist"
128
129 * mranforest/MRanForest.[h,cc]:
130 - the initialization of fTreeHad was done at the wrong moment
131 - replaced a cast int(x+.5) by TMath::Nint
132 - added some additional warning output
133 - added "!" to fTreeHad - it is only for temporary storage used
134 in the histogram classes
135
136 * mranforest/MRanForestGrow.h:
137 - added GetForest
138
139 * mjtrain/MJTrainSeparation.[h,cc]:
140 - added some code for upcomming automatic event selection
141
142 * datacenter/macros/plotstat.C:
143 - improved macro description
144 - added arguments to main function
145
146 * macros/plot/mucal.C:
147 - added
148
149
150
151 2006/02/25 Daniela Dorner
152
153 * datacenter/scripts/checkfilesforsequavail, checkstardone,
154 writesequencefiles, buildsequenceentries, dodatacheck, doexclusions,
155 fillcallisto, fillganymed, fillstar,
156 datacenter/macros/writesequencefile.C, filldotraw.C, fillsinope.C
157 buildsequenceentries.C, resetcolumn.C, doexclusions.C, fillcalib.C
158 fillsignal.C, fillganymed.C, fillstar.C:
159 - implemented, that a missing connection to the database doesn't
160 cause an failure entry in the database, so that the step is
161 retried in this case
162 - updated documentation
163
164
165
166 2006/02/25 Thomas Bretz
167
168 * datacenter/macros/plotstat.C:
169 - added
170
171
172
173 2006/02/24 Markus Meyer
174
175 * resources/calibration.rc:
176 - update of correction values for the calibration constants
177 (P31 - P39, without P36!(problems with spline))
178
179
180
181 2006/02/24 Daniela Dorner
182
183 * datacenter/db/datacheck.php, datasetinfo.php, dbstatus.php,
184 findoffdata.php, include.php, magicdefs.php, runinfo.php,
185 sequinfo.php, statusrps.php, statussbs.php, statussps.php:
186 - included failure handling columns
187
188 * datacenter/db/findoffdata.php:
189 - added DT
190
191 * datacenter/db/statusrps.php:
192 - fixed bug
193
194 * datacenter/db/sequinfo.php:
195 - reduced width of menu
196
197 * datacenter/scripts/copyscript:
198 - added makedir for oldcatalogpath
199
200
201
202 2006/02/23 Thomas Bretz
203
204 * mjobs/MJSpectrum.cc:
205 - fixed plot for Eý.dN/dE. The spectrum was multiplied with two
206 times the bin-width instead of the absolute energy
207
208
209
210 2006/02/22 Daniela Dorner
211
212 * datacenter/db/querymc.php:
213 - added (website to query montecarlo database - first version)
214
215 * datacenter/db/magicdefs.php:
216 - added some values of montecarlo database
217
218
219
220 2006/02/17 Daniela Dorner
221
222 * datacenter/scripts/copyscript:
223 - fixed path length
224
225 * datacenter/macros/fillsources.C:
226 - added (macro to read source information from catalog files and
227 insert it into the database)
228
229 * datacenter/db/ganymed.php:
230 - improved output
231
232 * datacenter/db/index.html:
233 - added ganymed.php
234 - removed old link
235
236
237
238 2006/02/17 Thomas Bretz
239
240 * showplot.cc:
241 - fixed path inflation in case of ganymed
242
243 * mjobs/MDataSet.cc:
244 - return kFALSE if requested source wasn't found in catalog
245
246 * mjobs/MJCut.cc:
247 - reformatted output of source to fit in one line
248
249 * mpointing/MPointingPos.[h,cc]:
250 - output source name (title) in Print() if set
251
252
253
254 2006/02/16 Daniela Dorner
255
256 * datacenter/scripts/checkstardone:
257 - small improvement in sequence handling
258 - improved logging
259
260 * datacenter/scripts/sourcefile:
261 - small bugfixes in setstatus function
262
263 * datacenter/scripts/runganymed:
264 - small bugfix
265
266 * datacenter/scripts/copyscript:
267 - fixed path length
268
269 * datacenter/db/ganymed.php:
270 - added (website to query results for sources/datasets)
271
272
273
274 2006/02/15 Daniela Dorner
275
276 * datacenter/db/findoffdata.php:
277 - implemented possibility to query range of dates for 'stardone'
278
279
280
281 2006/02/15 Daniel Hoehne
282
283 * datacenter/db/magicdefs.php, querycal.php, sequinfo.php:
284 - implemented query for mean signal inner/outer and mean pulsepos
285 * datacenter/db/sequence.php:
286 - implemented query for mean signal inner/outer, mean pulsepos
287 and inhomogeneity
288
289
290
291 2006/02/15 Daniela Dorner, Daniel Hoehne
292
293 * datacenter/scripts/writesequencefiles,doexclusion,correcttime:
294 - fixed small bug
295
296
297
298 2006/02/14 Daniela Dorner, Daniel Hoehne
299
300 * datacenter/scripts/sourcefile:
301 - fixed small bugs
302
303 * datacenter/scripts/movingrawfiles:
304 - changed back to moving files without zipping
305
306 * datacenter/scripts/doqualityplots:
307 - added running of plotdb.C for each datasetfile
308
309 * datacenter/macros/getdolist.C:
310 - implemented limitation for number of todo files for
311 SequenceProcessStatus
312
313 * datacenter/macros/checkfileavail.C,checkstardone.C:
314 - changed return code in case that files are not available
315
316 * datacenter/scripts/checkfilesforsequavail,checkstardone,sourcefile:
317 - adapted to changed return code in macros
318
319 * datacenter/db/magicdefs.php, querystar.php, sequinfo.php:
320 - implemented query for inhomogeneity
321
322
323
324 2006/02/13
325
326 * RELEASE 0.9.4.3
327
328
329
330 2006/02/13 Thomas Bretz
331
332 * callisto.rc:
333 - changed pulse position check ExtractWinLeft to 4.0 and
334 ExtractWinRight to 4.5
335
336 * callisto_Dec04Jan05.rc:
337 - changed pulse position check ExtractWinLeft to 3.0 and
338 ExtractWinRight left at 2.5
339
340
341
342 2006/02/10 Thomas Bretz
343
344 * mastro/MAstro.cc:
345 - allow for more year in the algorithm calculating easter
346
347 * mcamera/MCameraDC.h, mcamera/MCameraHV.h, mcamera/MCameraTD.h,
348 mcamera/MCameraTH.h:
349 - added a sanity check in GetPixelContent
350
351 * mraw/MRawRunHeader.cc:
352 - fixed output (correct kiB instead of kB)
353
354 * Makefile, Makefile.rules:
355 - implemented the possibility to spread Make through condor
356
357 * mastro/MAstroCatalog.[h,cc]:
358 - new draw-options to rotate the grid and the stars
359
360 * mimage/MHHillas.cc:
361 - set minimum of fDelte to 0 instead of fDistC
362
363 * msignal/MExtractTimeAndChargeSpline.h:
364 - replaced the casts in SetRiseTimeHiGain and StFallTimeHiGain by
365 TMath::NInt
366
367 * mjobs/MDataSet.h:
368 - implemented new functions to check whether the dataset contains
369 a dedicated sequence
370
371 * datacenter/macros/plotdb.C:
372 - implemented the possibility to draw sequences of a dataset in
373 several colors
374
375
376
377 2006/02/09 Thomas Bretz
378
379 * mreport/MReport.cc:
380 - invented new fake CC report file version 200509300 for a change
381 in the starguider format (the already implemented last values
382 dissapeared again!) which is not noticed in the format version.
383
384 * mreport/MReportCC.cc, mreport/MReportStarguider.cc:
385 - fixed support for ver 200510250
386
387 * mjobs/MJSpectrum.cc:
388 - added fit of un-unfolded spectrum
389
390
391
392 2006/02/08 Daniela Dorner
393
394 * datacenter/scripts/sourcefile:
395 - implemented function checklock
396 - bugfix for failure code
397
398 * datacenter/scripts/buildsequenceentries, checkfilesforsequenceavail,
399 checkstardone, doexclusions, fillcallisto, fillganymed, fillstar,
400 makecallistolinks, runcallisto, runganymed, runstar,
401 writesequencefiles:
402 - implemented usage of function checklock
403
404 * datacenter/scripts/copyscript, doqualityplots, dowebplots,
405 insertsequences, linkmc:
406 - implemented usage of function checklock
407 - implemented variable $program
408
409 * datacenter/scripts/dodatacheck:
410 - implemented usage of function checklock
411 - implemented variable $lockfile
412
413 * datacenter/scripts/insertdatasets, mcsequences, processmcsequences:
414 - implemented usage of function checklock
415 - implemented variables $lockfile and $program
416
417 * datacenter/macros/doexclusions.C, fillganymed.C:
418 - fixed bug
419
420 * datacenter/macros/fillsinope.C, setstatus.C:
421 - improved documentation
422
423 * datacenter/scripts/filesondisk:
424 - implemented finding of zipped files
425
426
427
428 2006/02/08 Thomas Bretz
429
430 * datacenter/macros/plotdb.C:
431 - some minor changes to the layout
432
433
434
435 2006/02/07 Daniela Dorner
436
437 * datacenter/scripts/makecallistolinks:
438 - fixed bug
439
440 * datacenter/db:
441 - added (directory with db-websites)
442
443
444
445 2006/02/07 Daniela Dorner, Daniel Hoehne
446
447 * datacenter/scripts/sourcefile:
448 - added failure code variables
449 - changed calling of setstatus.C accordingly
450
451 * datacenter/scripts/buildsequenceentries, checkfilesforsequenceavail,
452 checkstardone, correcttime, dodatacheck, doexclusions, fillcallisto,
453 fillganymed, fillstar, runcallisto, runganymed, runstar,
454 writesequencefiles:
455 - implemented failure variable
456
457 * datacenter/macros/getdolist.C, setstatus.C, setupdb.C:
458 - added new/changed columns (fReturnCode, fFailedCode,
459 fFailedCodeAdd)
460
461
462
463 2006/02/06 Daniela Dorner
464
465 * datacenter/scripts/fillstar, macros/setstatus.C, getdolist.C:
466 - fixed bugs
467
468
469
470 2006/02/03 Daniela Dorner
471
472 * datacenter/scripts/sourcefile:
473 - implemented two new functions: getdolist, finish
474 - implemented usage of function finish in other functions
475
476 * datacenter/scripts/movingrawfiles:
477 - implemented zipping of rawfiles
478
479 * datacenter/scripts/buildsequenceentries, checkfilesforsequenceavail,
480 checkstardone, copyscript, correcttime, dodatacheck, doexclusions,
481 fillcallisto, fillganymed, fillstar, insertdatasets,
482 makecallistolinks, processmcsequences, runcallisto, runganymed,
483 runstar, writesequencefiles:
484 - replaced corresponding pieces of code by the functions getdolist
485 and finish
486 - moved variable $date to function getdolist
487 - improved logging
488 - generalized variables $lockfile and $todofile
489
490
491 2006/02/03 Daniela Dorner, Daniel Hoehne
492
493 * datacenter/scripts/sourcefile:
494 - fixed small bugs
495
496 * datacenter/scripts/runcallisto:
497 - small bugfix
498 - improved logging
499
500 * datacenter/scripts/insertdatasets:
501 - removed not needed variable
502
503 * datacenter/macros/getdolist.C:
504 - small bugfix
505
506
507
508 2006/02/02 Daniela Dorner
509
510 * datacenter/scripts/linkmc:
511 - changed numbering of P and C run in linking
512
513 * datacenter/scripts/sourcefile:
514 - moved to root-version root_v4.04.02g
515
516
517
518 2006/02/01 Daniel Hoehne
519
520 * datacenter/scripts/buildsequenceentries, checkfilesforsequenceavail,
521 checkstardone, correcttime, dodatacheck, doexclusions, fillcallisto,
522 fillganymed, fillstar, writesequencefiles:
523 - adapted usage of function setstatus
524
525
526
527 2006/01/31 Daniela Dorner
528
529 * datacenter/macros/setstatus.C, getdolist.C:
530 - adapted macros to changes in new columns (fFailedCode,
531 fFailedComment)
532
533 * datacenter/macros/setstatus.C:
534 - added "noreset" for column fStartTime (is needed so that runtime
535 is available in case of failure)
536
537 * datacenter/macros/setupdb.C:
538 - added new columns
539
540 * datacenter/scripts/runcallisto, runganymed, runstar:
541 - implemented failure handling
542
543 * datacenter/scripts/sourcefile:
544 - implemented new functions to set status values
545
546
547
548 2006/01/30 Daniel Hoehne
549
550 * datacenter/scripts/buildsequenceentries, checkfilesforsequenceavail,
551 checkstardone, correcttime, dodatacheck, doexclusions, fillcallisto,
552 fillganymed, fillstar, runcallisto, runganymed, runstar, sourcefile,
553 writesequencefiles:
554 - added function setstatus in sourcefile
555 - changed calling of setstatus.C in setstatus
556 - implemented variable $program to generalize usage of setstatus
557 - replaced corresponding piece of code by function setstatus
558 - fixed some typos
559
560
561
562 2006/01/30 Daniela Dorner
563
564 * datacenter/macros/setstatus.C, getdolist.C:
565 - adapted macros to the improvement of failure handling in the
566 automatic analysis (added columns fFailed, fStartTime,
567 fFailedTime)
568
569
570
571 2006/01/27 Thomas Bretz
572
573 * mjobs/MDataSet.cc:
574 - improved a warning output
575
576
577
578 2006/01/23 Thomas Bretz
579
580 * mbase/MTime.cc:
581 - removed a sanity check in GetStringFmt. It work's quite nice
582 in the DC but crashes on my Laptop (which is not so important)
583
584
585
586 2006/01/10 Daniela Dorner
587
588 * datacenter/macros/*.C, datacenter/script:
589 - updated and added documentation
590 - improved logging
591 - fixed small bugs
Note: See TracBrowser for help on using the repository browser.