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

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