source: tags/Mars-V0.8.6/mtemp/mifae/Changelog

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