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

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