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

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