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

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