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

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