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

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