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

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