source: trunk/MagicSoft/Mars/mtemp/mifae/Changelog@ 5658

Last change on this file since 5658 was 5658, checked in by rico, 20 years ago
*** empty log message ***
File size: 17.4 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 this style:
5
6_yyyy/mm/dd:_[Your Name]
7_
8___*_filename:
9_____-_description
10_
11___*_filename2, filename3:
12_____-_description
13_
14_
15_
16
17While an underscore is a placeholder for a white-space or an empty line.
18
19 -*-*- END OF LINE -*-*-
20
21 2004/12/21 Pepe Flix (represented by jrico)
22 * library/MTopology.[cc,h], library/MTopologyCalc.[cc,h],
23 library/Makefile, library/IFAELinkDef.h
24 - include topology classes
25
26 2004/12/21 Javier Rico
27 * programs/makeHillas.cc, programs/makehillas.datacard
28 - Include spline extractor and remove possibility of computing
29 pedestals from pedestal runs instead of from low gains
30
31 2004/11/24 Ester Aliu
32 * library/MIslandsCalc.h
33 - Remove a memmory leak, and add a sort function to order the
34 pixels by index after their interpolation
35 - Other minor changes
36 * library/MImgIsland.[h,cc]
37 - Reset some variables
38
39 2004/11/11 Ester Aliu
40 * library/MIslands.h
41 - Add the variable AlphaW
42 * library/MImgIsland.[h,cc]
43 - Add alpha for each island
44 * library/MIslandsCalc.cc
45 - Bug solved
46 * library/MIslandsClean.cc
47 - More different island cleanings added
48
49 2004/10/20 Javier Rico
50 * programs/makeHillas.cc
51 - Correct reading in MReportDrive
52
53 2004/10/15 Javier Rico
54 * programs/makeHillas.cc, programs/Makefile
55 - Write out MReportDrive
56
57 2004/10/15 Javier Rico
58 * macros/mmcCleaning.C
59 - Include islands
60 - Do not save uncalibrated nonoise file
61
62 2004/10/08 Javier Rico
63 * programs/makeHillas.cc, programs/makehillas.datacard
64 - Include possibility to select signal extractor in datacard
65 - Include possitility to compute pedestals from data themselves,
66 by selecting word PRUNS 0. For the time being, the old option
67 of computing them from a pedestal run is still available
68
69 2004/10/05 Javier Rico
70 * programs/srcPos.cc
71 - Change kRotate by kRotating since the former is a used name
72 * programs/makeHillas.cc
73 - Change SetProcessRMS by SetProcessPedestal since name has changed
74 * programs/Makefile
75 - add mhcalib to the list of include dirs since it is now needed
76
77 2004/10/05 Ester Aliu
78 * library/Makefile ,library/IFAELinkDef
79 - modified according to the new classes implemented
80 * programs/makeHillas.cc
81 - modified according to the new classes implemented
82
83 2004/10/05 Ester Aliu
84 * library MIslands.[h,cc] ,library/MIslandCalc.[h,cc],
85 MIslandClean.[h,cc]
86 - removed
87 * library MIslands.[h,cc],library/MIslandsCalc.[h,cc],
88 MIslandsClean.[h,cc] , MImgIsland.[h,cc]
89 - added
90 * library/MControlPlots.[h,cc], MIslands.[h,cc]
91 - changed. A bug in the islands has been solved and a new structure
92 for the islands classes similar to the MStarPos and MStarCam classes
93 is proposed
94
95 2004/09/16 Javier Rico
96 * macros/pedrmsonoff.C
97 - Added
98
99 2004/09/02 Javier Rico
100 * programs/srcPos.cc
101 - Add include MArgs.h to cope with changes in Mars
102
103 2004/08/31 Javier Rico
104 * macros/mergeClean.C, mmcCleaning, cleanComp.C
105 - Added macros for the cleaning comparison analysis
106
107 2004/08/27 Javier Rico
108 * library/MDisplay.[cc,h]
109 - Dump run and event numbers
110 - Add possibility to produce ps file of the image
111
112 2004/08/10 Javier Rico
113 * programs/makeHillas.cc
114 - include recomendations of Nadia to interpolate bad pixels
115
116 2004/08/10 Ester Aliu
117 * library/MIslands.[h,cc], MIslandCalc.[h,cc]
118 - remove som bugs
119 * programs/makeHillas.[cc]
120 - fixed window(14 slices) by default
121
122 2004/08/04 Javier Rico
123 * programs/makeHillas.cc
124 - remove "#include" of obsolete MBlindPixel.h
125 - do not interpolate "unreliable" pixels
126
127 * library/MIslands.[cc]
128 - Correct tiny compilation error
129
130 * library/MDisplay.cc, library/MHillasDisplay.[h,cc]
131 - Print hillas source position dependent stuff
132
133 2004/08/03 Ester Aliu Fusté
134 * library/MIslands.[h, cc], MIslandCalc.[h,cc]
135 - Add the delete for the pointers
136
137 2004/08/02 Ester Aliu Fusté
138 * library/MIslands.[h, cc], MIslandCalc.[h,cc]
139 - Added the variables: distance (Dist) between the larger island and
140 the other ones, width and lenght of the larger island.
141
142 - Written pointers instead of vectors
143
144 2004/07/28 Javi Lopez
145 * script/
146 - Created directory call scripts
147 - Added srcPosRun.sh script to create the *.pos file for the MSrcPosFromFile
148 task.
149 - Added makeHillas.sh script that run several makeHillas making groups of
150 data runs with preavius pedestal run.
151
152 2004/07/28 Ester Aliu Fuste
153 * programa/makeHillas.cc
154 - Add a flag for the time calibration
155
156 2004/07/26 Ester Aliu Fuste
157 * library/MIslandCalc.cc
158 - Add the initialization of Dist(to -1) and MeanX/MeanY (to -10000) vectors
159
160 2004/07/22 Oscar Blanch Bigas
161 * programs/makeHillas.cc
162 - Solved backwards compatibility on the CLEANLEVEL
163 options.
164
165 2004/07/22 Ester Aliu
166 * library/MIslands.[h,cc],MIslandCalc.cc
167 - Add meanX, meanY and dist of each of the islands
168 - Now the island with id 0 is the larger one
169
170 2004/07/21 Javier Rico
171 * programs/makeHillas.cc, srcPos.cc
172 - Add time information
173
174 * programs/makehillas.datacard
175 - Add comment
176
177 2004/07/20 Javier Lopez
178 * library/MLiveTime.[h,cc]
179 - Containers to hold the live time. It has the option to
180 have several time bins.
181 * library/MLiveTimeCalc.[h,cc]
182 - Task to compute the live time from the data.
183 * macros/runlivetime.C
184 - Macro to use the MLiveTime+ stuff.
185
186 2004/07/15 Javier Lopez
187 * macros/ligthcurve.C
188 - Macro to compute a light curve from hillas files.
189
190 2004/07/04 Oscar Blanch Bigas
191 * library/MControlPlots.cc
192 - Off MHCamera normalised to On
193
194 * programs/makeHillas.cc
195 - Added clean flags to chose: number of rings and kDemocratic.
196 - Using different Pedestal run for the calibration.
197
198 * programs/optimizeCuts.cc
199 - Added alias for MNewImageParameters.fInnerLeakage
200
201 * calib.[cc,datacard]
202 - Added : produces ascci file with relevant factors of
203 Calibration
204
205 * controlPlot.cc, controlplot.datacard
206 - Added : It makes Number of hits plot.
207
208 2004/06/30: Javier Rico
209
210 * mifae/library/MDisp.cc
211 - Remove include of deprecated library
212 - Define namespace
213
214 * mifae/library/MControlPlots.cc
215 - Define style
216 - Add projection
217 - Plot 3rd plot correctly
218 - Search for "MIsland" instead of "MIsland1" container
219
220 2004/06/26: Eva Domingo - Pepe Flix
221
222 * mifae/library/MDisp.[h,cc]
223 * mifae/library/MDispCalc.[h,cc]
224 - Added classes for evaluation of DISP method.
225
226 2004/06/22 Javier Rico
227 * library/MControlPlots.[h,cc]
228 - Added
229
230 * library/Makefile, IFAELinkDef.h
231 - Add MControlPlots. So far, it produces plots with the number
232 of times each pixel survives the cleaning. It needs a MIsland
233 object to be included on the parameter list
234
235 * programs/makeHillas.cc
236 - Change pointer to MWriteRootFile object for MWriteRootFile
237 object (otherwise the tree "Parameters" is not saved)
238 - Islands are always computed since are needed for some control
239 plots
240
241 * programs/srcPos.cc
242 - Add MControlPlots to the task list
243
244 * library/MSrcPosFromFile.cc
245 - Cope with case where first analyzed run is not in input file
246
247 2004/06/15 Javier Lopez
248 * library/MSrcPosFromStars.[h,cc]
249 - Task to compute the position of a source from
250 the positions of several stars.
251
252 * library/MHPSFFromStars.[h,cc]
253 - Histogram task that holds and fills the histograms of
254 positioning and point spread function of an star.
255
256 * macros/distancebetweenstars.C
257 - Add macros that show in an histogram the distance between
258 the stars in a field of view.
259
260 * macros/psffromstars.C
261 - Add task that show the point spread funtion and positon of
262 the most central star in the field of view. This information
263 is compute using the MFindStars tool.
264
265 2004/06/11 Ester Aliu
266 * programs/makeHillas.cc
267 - add the possibility of using more than one algorithm to
268 calculate the islands and use different algorithms for counting
269 islands
270
271 * library/MIslands.[h,cc],MIslandCalc.[h,cc], MIslandCleaning.[h,cc]
272 - add a new island cleaning which consists in removing all the
273 islands except the larger one
274 - add a new algorithm of counting islands consisting in consider
275 as the same islands those islands separated by 2 or less pixels
276
277 2004/06/02 Javier Rico
278 * srcpositions, srcpositions/Mrk421_220404_pos.txt
279 - add directory to store files with source positions and a first
280 sample file (with real data)
281
282 2004/06/01 Javier Rico
283 * macros/observationTime.C
284 - add macro to compute observation time
285
286 2004/05/28 Javier Rico
287 * programs/optimizeCuts.cc programs/optimizecuts.datacard
288 - Include loop on size
289
290 2004/05/27 Ester Aliu
291 * programs/makeHillas.cc
292 - Add the name of the MIslands container
293
294 * library/MHillasDisplay.[h,cc]
295 - Add a function which retuns the name of the MIslands container
296
297 * library/MIslands.[h,cc],MIslandCalc.cc
298 - Add MIslands::Print() function wich prints the island parameters
299 - Change some part of the code to take into account that some
300 times there are bad pixels
301
302 2004/05/27 Javier Rico
303 * programs/makeHillas.cc, programs/makehillas.datacard
304 - Remove unneeded MCalibrationQECam and MBadPixelsCam objects,
305 trying to trace back a bug in the calibration
306 - Add possibility to interpolate bad pixels
307
308 * library/MHillasDisplay.cc
309 - Initialize MIslands object in constructor
310
311 2004/05/26 Javier Rico
312 * library/MHillasDisplay.[h,cc]
313 - Call for MIslands::Print() in the process if any MIslands is
314 found
315
316 2004/05/24 Javier Rico
317 * library/MDisplay.[h,cc], programs/makeHillas.cc,
318 programs/makehillas.datacard
319 - Add possibility to save a ps file
320 - Update documentation
321 - Cope with the case when no cut is provided
322
323 * library/MHillasDisplay[h.cc]
324 - correct minor axis paint
325 - include MNewImagePar dumping
326 - update documentation
327
328 2004/05/21 Oscar Blanch
329 * makeHillas.cc
330 - Adde a couple of conditionals to allow makeHillas in
331 NON calibration mode without giving a Cailbration file,
332
333 2004/05/21 Javier Rico
334 * library/MDCA.[cc.h]
335 - removed
336
337 * library/MDisplay.[h,cc], library/MHillasDisplay.[h,cc]
338 - added
339
340 * library/Makefile, library/IFAELinkDef.h
341 - remove MDCA
342 - add MDisplay and MHillasDisplay
343
344 * library/MSrcPlace.[h,cc], library/MSrcRotate.[h,cc],
345 library/MSrcTranslate.[h,cc], library/MSrcPosFromFile.cc
346 - remove MDCA dependences
347
348 * programs/makeHillas.cc, programs/makehillas.datacard
349 - include display and selection cuts options
350
351 * programs/Makefile
352 - include mfbase in the list of includes directory
353
354 2004/05/18 Javier Rico
355 * macros/plotOptimal.C
356 - dump value of maximal significance and cuts
357
358 2004/05/18 Javier Rico
359 * library/MSrcPlace.[cc,h], library/MSrcRotate.[cc,h],
360 library/MSrcTranslate.[cc,h], library/MSrcPosFromFile.[cc,h]
361 - Add the possibility of having different input and output
362 MSrcPosCam containers (CONSTRUCTORS HAVE CHANGED!)
363 - Move the creation of internal histogram to PreProcess, so that
364 it can be configured before creation. Now configurable: whether
365 histo must be created or not (fCreateHisto), histo bin size
366 (fHistoBinPrec), histogram name (fHistoName), with corresponding
367 getters and setters
368 - Update documentation
369
370 * library/MSrcPosFromFile.cc
371 - If no position has been measured for the first analyzed run, use
372 the one of the first run in file instead.
373
374 * programs/falseSource.cc
375 - Change obsolete MSrcPosCam predefinitions for modern
376 MSrcTranslate objects, which allow relative displacement of the
377 source position from a previously assigned one.
378 - Add flag for relative translation
379 - Include control histograms (hOn[Off]SrcPos) for the source
380 position
381
382 * programs/falsesource.datacard
383 - Add datacard SRCABS for relative/absolute source translation
384
385 * programs/srcPos.cc
386 - Avoid creation of internal histograms for the translation
387
388 * programs/optimizeCuts.cc
389 - Correct bug on width initial value
390
391 * programs/makeHillas.cc
392 - Pass MCalibrationQECam from the MJCalibration to the following
393 loops (to be able to perform calibration of data)
394
395
396 2004/05/17 Javier Rico
397 * library/MSrcPlace.[cc,h], library/MSrcRotate.cc,
398 library/MSrcTranslate.cc
399 - Assign the internal histogram a class-dependent name
400 - Add some log lines to trace the classes behaviour
401 - Remove function SearchForSrcPos
402
403 * library/MSrcPosFromFile.[cc,h]
404 - Correct behaviour for not found runs
405 - Keep latest good MSrcPosCam to fill for next events
406 - Initialize pointers to NULL
407 - Fill also MDCA
408
409
410 2004/05/14 Javier Rico
411 * library/MSrcPlace.[cc,h]
412 - added
413
414 * library/MSrcPosFromFile.[cc,h], library/MSrcRotate.[cc,h],
415 library/MSrcTranslate.[cc,h]
416 - inherit from MSrcPlace
417
418 * programs/srcPos.cc programs/srcpos.datacard
419 - adapt to new MSrcPlace class
420
421 * library/Makefile, library/IFAELinkDef.h
422 - include MSrcPlace
423
424 2004/05/13 Javier Rico
425 * macros/rotation.C
426 - added
427
428
429 2004/05/13 Javier Lopez
430 * library/MCalibrateDC.[h,cc]
431 - Task to intercalibrate the dc response of the dc
432 current for all the pmts from a continuos light
433 run.
434
435 2004/05/12: Javier Rico
436 * macros/alpha.C, macros/plotOptimal.C
437 - added
438
439 * library/MSrcRotate.[cc.h]
440 - correct bug in computation of run time for rotation
441
442 * programs/srcPos.cc
443 - change mjdpos type to Double_t
444
445
446
447 2004/05/11: Javier Rico
448 * programs/optimizeCuts.cc, programs/optimizecuts.datacard
449 - added
450
451 * programs/Makefile
452 - include optimizeCuts
453
454 * programs/srcPos.cc, programs/srcpos.datacard
455 - add reference rotation angle
456
457
458 2004/05/11: Ester Aliu
459 * macros/signal.cc
460 - change some things
461 * programs/falseSource.cc
462 - change some mathematical functions to root equivalents
463 * programs/psffit.cc
464 - add <stdlib.h> library
465
466 2004/05/11: Ester Aliu
467 * programs/makeHillas.cc, programs/makehillas.datacard
468 - add island calculations
469
470 2004/05/11: Javier Rico
471 * programs/makeHillas.cc
472 - prevent it from bombing because of the mjobs
473
474
475 2004/05/10: Javier Rico
476 * programs/Makefile
477 - specify libmars.so with absolute path
478
479
480 2004/05/07: Javier Rico
481 * programs/pedvsslices.cc
482 - added
483
484
485 2004/05/05: Ester Aliu
486 * library/MPSFFitCalc.cc library/MSrcRotate.cc
487 - change some mathematical functions to root equivalents
488
489 * library/MIslands.[h,cc], library/MIslandCalc.[h,cc],
490 library/MIslandClean.[h,cc]
491 - added
492
493 * library/Makefile, library/IFAELinkDef.h
494 - add MIslands, MIslandCalc, MIslandClean
495
496 2004/05/05: Javier Lopez
497 * library/MFHVNotNominal.[h,cc]
498 - filter to flag events(pixels) with non nominal hv
499
500 * macros/hvnotnominal.C
501 - macro to test MFHVNotNominal filter
502
503 2004/05/05: Javier Rico
504 * library/MSrcTranslate.[h,cc]
505 - added
506
507 * library/Makefile, library/IFAELinkDef.h
508 - add MSrcTranslate
509
510 * library/MSrcRotate.[h.cc]
511 - adapted to changes in MObservatory and MAstro
512
513 * programs/falseSource.cc programs/falsesource.datacard
514 programs/srcPos.cc programs/srcpos.datacard
515 - added
516
517 * programs/Makefile
518 - add falseSource and srcPos
519
520 * macros/signal.C macros/signalPoint.C
521 - added
522
523 2004/05/03: Javier Rico
524 * makeHillas.cc
525 - put back Jobs for pedestal and calibration parts
526
527 * .rootrc
528 - added
529
530 2004/05/03: Javier Rico
531 * library,programs,macros,*:
532 - new directories added
533 - directory macros contains macros (.C) and scripts (.sh)
534 - directory programs contains root compilables and associated
535 [input] files
536 - directory library contains routines to be linked with libmars.so
537
538 2004/04/30: Javier López
539 * alpha_plot.C
540 - macro to display hillas disttributions with corrected
541 miss pointing
542
543 * srcPosRun.sh
544 - Script to produce the file with the positions of UMa51 using
545 psffit executable
546
547 * MSrcPosFromFile.[h,cc]
548 - Tool to correct the position of the source for on and off data
549 from a file
550
551 * psffit.C & psffit.cc
552 - Macro and executable to calculate the mean position of a star.
553
554 * MPSFFit.[h,cc] & MPSFFitCalc.[h,cc]
555 - Container and taks to do calculation of the psf and position of
556 stars.
557
558 2004/04/28: Javier Rico
559 * makeHillas.cc, makehillas.datacard
560 - Use MJPedestal and MJCalibration and simplified datacard
561
562 * Makefile
563 - include mjobs
564
565
566 2004/04/28: Javier Rico
567 * mifae/Changelog
568 - Added. Next changes in directory mifae will be reported
569 exclusively in here
570
571
572 2004/04/27: Javier Rico
573 * mifae
574 - Add new directory for IFAE temporal stuff
575
576 * mifae/Makefile,IFAEIncl.h,IFAELinkDef.h
577 - Add basic stuff to run the directory
578
579 * mifae/MDCA.[h,cc]
580 - Add Commichau & Starks's MDCA (provisional)
581
582 * mifae/makeHillas.cc,makehillas.datacard
583 - Add program to generate hillas parameters' file
Note: See TracBrowser for help on using the repository browser.