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

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