source: trunk/MagicSoft/Mars/mtemp/Changelog@ 5116

Last change on this file since 5116 was 5116, checked in by hbartko, 20 years ago
*** empty log message ***
File size: 8.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
212004/09/19: Hendrik Bartko
22 * mtemp/mmpi/macros/noise_autocorrelation_AB.C
23 - added new macro to compute the noise auto correlation matrix from
24 a pedestal run
25
26
272004/09/14: Hendrik Bartko
28 * mtemp/mmpi/macros/calibrate_data_ped_standard.C
29 - added new macro to calibrate the data. The pedestals are deter-
30 mined from the cosmics events and the source position is deter-
31 mined from the an analysis of the DC current information.
32
33
342004/09/10: Nicola Galante
35 * mtemp/mpisa/triggerdisplay/MagicTriggerDisplay.[h,cc]
36 - added the trigger display
37 * mtemp/mpisa/triggerdisplay/MagicTriggerButton.[h,cc]
38 - added custom buttons
39 * mtemp/mpisa/triggerdisplay/MMcTriggerLvl2.[h,cc]
40 - added the last modified MMcTriggerLvl2 with the new
41 changes for the trigger display
42
43
44 2004/08/23: Robert Wagner
45 * mtemp/MLocalStarPos.[h,cc], mtemp/MLocalStarCam.[h,cc],
46 - removed (have been moved to /mstarcam)
47
48 * mtemp/Makefile, mtemp/TempLinkDef.h
49 - removed entries for mtemp/MLocalStarPos.cc
50 mtemp/MLocalStarCam.cc
51
52 * mtemp/MSourceDirections.[h,cc]
53 - report names of directions already before first
54 Process() call, containers are empty apart from that,
55 though
56
57
58
592004/08/19: Marcos Lopez
60 * mtemp/Makefile
61 - added the mstarcam directory in the includes list.
62
63
64
65 2004/08/18: Marcos Lopez
66 * mtemp/mucm
67 - new directory for containing classes of the Madrid group.
68
69
70
71 2004/08/17: Robert Wagner
72 * mtemp/mmpi/MAstroCamera.[h,cc]
73 - removed (merged with mastro/MAstroCamera.[h,cc])
74
75
76
77 2004/08/16: Robert Wagner
78 * mtemp/MStarLocalPos.[h,cc]
79 - added member variables, setters and getters for ideal position,
80 i.e. position without aberration effects
81
82 * mtemp/mmpi/MAstroCamera.cc
83 - Ideal position of star is filled in MLocalStarPos container
84
85
86
87 2004/08/09: Robert Wagner
88 * mtemp/MSourceDirections.[h,cc]
89 - move from mtemp/mmpi to mtemp
90
91
92
93 2004/08/05: Robert Wagner
94
95 * mtemp/mmpi/MSourceDirections.[h,cc]
96 - Converts objects given by their sky coordinates into
97 camera coordinates by using MAstroCamera the same way
98 as MFindStars does.
99
100
101
102 2004/08/02: Robert Wagner
103
104 * mtemp/mmpi/MFindStars.[h,cc]
105 - Functionality for finding stars by using stars from star catalog
106
107 * mtemp/mmpi/MAstroCamera.[h,cc]
108 - Filling stars into a MStarLocalCam instead of painting them
109 (Functionality also in mastro/MAsstroCamera.[h,cc], but
110 commented out there since MStarLocalCam not part of standard
111 MARS)
112
113 * mtemp/mmpi/macros/findstars.C
114 - sample macro for determining star positions (both with and
115 without using a star catalog)
116
117 * mtemp/mmpi/macros/bsc5.dat
118 - Bright star catalog as used by findstars.C
119
120
121
122 2004/07/30: Nicola Galante
123
124 * mtemp/mpisa/macros/AnalCurrents.C
125 - Added new macros AnalCurrents.C which reads DC files
126 and looks for DC clusters. Still preliminary!
127 It currently just looks for starting pixels of clusters.
128
129
130
131 2004/07/22: Sabrina Stark
132
133 * /mtemp/meth/MFindStars.[h,cc]
134 - new fit function, incl. constant background and rotation of
135 2d gauss
136 - initialization of MAstroCamera
137 - new functions:
138 - CorrSourcePos -> calculates a corrected
139 source position using the images of two stars
140 - DistBetweenStars -> calculates the distances between
141 two stars and the source
142
143 * /mtemp/meth/MAstroCamera.[h,cc]
144 - TList *fCatList: list with star positions from catalog
145 - new functions:
146 - StarPosInCamera (similar to FillStarList, but
147 incl. aberration)
148 - GetCatList -> Access function to fCatList
149
150 * /mtemp/meth/MStarLocalPos.[h,cc]
151 - in function SetFitValue -> background included
152
153
154 * /mtemp/meth/macros/CorrectSrcPos.C
155 - macro to calculate a corrected source position using
156 the images of two stars, these positions are written
157 to an output file
158
159
160
161 2004/07/20: David Paneque
162
163 * /mtemp/mmpi/SupercutsONOFFClasses directory containing the
164 classes needed to optimize supercuts (and extract gamma signal)
165 using the ON and OFF data. These classes are listed below:
166
167 MFRandomSplit.cc
168 MSupercutsCalcONOFF.cc
169 MTSupercutsApplied.cc
170 MHFindSignificanceONOFF.cc
171 MFindSupercutsONOFFThetaLoop.cc
172 MFindSupercutsONOFF.cc
173
174 In order to add (to the compiled mars version) these classes you must add the
175 following line to the SUBDIRS field of the general Makefile
176
177 mtemp/mmpi/SupercutsONOFFClasses
178
179
180 And that's it. It should compile without problems... there is no interference
181 with the other classes.
182
183 I also add few macros (in the directory /mtemp/mmpi/macros/) which should help
184 the user to use (correctly) the mentioned classes.
185
186 SuperCutsONOFFMacro.C
187 SCDynamicalSupercutsApplied.C
188 SCNexSignificanceVSAlphaCut.C
189
190
191 The whole analysis is set and executed by running the macro SuperCutsONOFFMacro.C.
192 I wrote quite some comments on it; it should be self-explanatory.
193 The macro SCDynamicalSupercutsApplied.C can be used to make a quick
194 inspection to the cuts applied to the events that survived the cuts, and the
195 macro SCNexSignificanceVSAlphaCut.C plots the significance and the excess events
196 vs the cut in the ALPHA parameter.
197
198 I also included the directory mtemp/mmpi/asciifiles containing ascii files with
199 some initial supercuts values and the optimized supercuts for Mkn421 Feb 15,
200 that are used as input for the supercuts ON-OFF analysis.
201
202
203 2004/06/29: Javier Rico
204
205 * MIslands.[h,cc], MIslandCalc.[h,cc]
206 - Remove obsolete versions of these classes whose up-to-date ver-
207 sions are available at mifae/library
208
209
210 2004/06/26: Eva Domingo - Pepe Flix
211
212 * mifae/library/MDisp.[h,cc]
213 * mifae/library/MDispCalc.[h,cc]
214 - Added classes for evaluation of DISP method.
215
216 2004/06/25: Sebastian Commichau
217
218 * meth/macros/analysis.C
219 -Added macro to analyze data
220
221 * meth/macros/analysis_read.C
222 -Added macro that reads the output of analysis.C
223
224 2004/06/24: Nicola Galante
225
226 * mpisa/macros/AlphaPlot.C
227 -Added a new macro to plot eccess in alpha
228
229 2004/05/26: Nicola Galante
230
231 * mpisa/macros/timedist3.C
232 - Added a new macro to plot signal time distributions
233
234 2004/05/26: Nicola Galante
235
236 * mpisa/macros/production3.C
237 - Added a new production macro. It is based on
238 bootcampstandardanalisys.C
239
240 2004/05/23: Thomas Hengstebeck
241 * mberlin/macros/ScaleHillas.C , SrcCorrect.C , Convert2Matrix.C ,
242 CutOptim.C , AlphaPlot.C , IOMkn421.h
243 - Added analysis macros
244
245
246 2004/05/18: Daniel Mazin
247 * mmpi/macros/hillasread.C
248 - Removed a small bug
249
250 * mmpi/macros/callalphaplot.C
251 - Added. macro to produce an alpha plot for a chosen position in the sky map
252 - Derotation is possible if theta and phi for each event are available
253 - Using OFF data to estimate significance is optional
254
255 2004/05/18: Sebastian Commichau
256 * meth/MHillasSrc.cc/h
257 - Added. This is a modified version, containing now
258 the DCA parameter.
259
260 * meth/MDCACalc.cc/h, MDCA.cc/h
261 - Added. Based on MHillasCalc/MHillas, it calculates
262 the DCA parameter and provides a nice draw function
263
264 2004/05/17: Daniel Mazin
265 * mmpi/macros
266 - Added to put analysis macros there
267
268 * mmpi/macros/callcleaning.C , cleaninghillas.C
269 - Added. macros to make cleaning and calculate Hillas parameters
270
271 * mmpi/macros/mtools.C
272 -Added. some simple mathematical functions
273
274 * mmpi/macros/falsesourcemethod.C, skyplot.h, hillasread.C, gridloop.C
275 -Added. macros to produce 2D plots of False Source Method
276
277 2004/04/28: Javier Rico
278 * mifae/Changelog
279 - Added. Next changes in directory mifae will be reported
280 exclusively in there
281
282
283 2004/04/27: Javier Rico
284 * mifae
285 - Add new directory for IFAE temporal stuff
286
287 * mifae/Makefile,IFAEIncl.h,IFAELinkDef.h
288 - Add basic stuff to run the directory
289
290 * mifae/MDCA.[h,cc]
291 - Add Commichau & Starks's MDCA (provisional)
292
293 * mifae/makeHillas.cc,makehillas.datacard
294 - Add program to generate hillas parameters' file
Note: See TracBrowser for help on using the repository browser.