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

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