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

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