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