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

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