| 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 EXACTLY 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 | 2006/05/18 Thomas Bretz
|
|---|
| 22 |
|
|---|
| 23 | * mhflux/MAlphaFitter.h:
|
|---|
| 24 | - added Getter for ScaleMode
|
|---|
| 25 |
|
|---|
| 26 | * mhflux/MHAlpha.[h,cc]:
|
|---|
| 27 | - made fHillas data member protected
|
|---|
| 28 | - increased size of fMap
|
|---|
| 29 | - made SetOffData virtual
|
|---|
| 30 |
|
|---|
| 31 | * mhflux/MHThetaSq.[h,cc]:
|
|---|
| 32 | - removed obsolete data-member fThetaSq
|
|---|
| 33 |
|
|---|
| 34 | * mjtrain/MJTrainRanForest.cc, mranforest/MRanForestCalc.cc:
|
|---|
| 35 | - fixed a typo in a comment
|
|---|
| 36 |
|
|---|
| 37 | * mranforest/MRanTree.cc:
|
|---|
| 38 | - added a lot of comments in the code
|
|---|
| 39 |
|
|---|
| 40 | * callisto.cc:
|
|---|
| 41 | - fixed typo in output
|
|---|
| 42 |
|
|---|
| 43 | * mhflux/MHThreshold.cc:
|
|---|
| 44 | - enabled grids
|
|---|
| 45 | - slightly improved calculation of shown threshold
|
|---|
| 46 |
|
|---|
| 47 | * mhflux/MHThetaSqN.[h,cc]:
|
|---|
| 48 | - added
|
|---|
| 49 |
|
|---|
| 50 | * mhflux/Makefile, mhflux/FluxLinkDef.h:
|
|---|
| 51 | - added MHThetaSqN
|
|---|
| 52 |
|
|---|
| 53 |
|
|---|
| 54 |
|
|---|
| 55 | 2006/05/18 Daniela Dorner
|
|---|
| 56 |
|
|---|
| 57 | * resources/calibration.rc, resources/calibration_spline.rc:
|
|---|
| 58 | - added values for current and following periods
|
|---|
| 59 |
|
|---|
| 60 |
|
|---|
| 61 |
|
|---|
| 62 | 2006/05/05
|
|---|
| 63 |
|
|---|
| 64 | * RELEASE 0.9.5.1
|
|---|
| 65 |
|
|---|
| 66 |
|
|---|
| 67 |
|
|---|
| 68 | 2006/05/05 Thomas Bretz
|
|---|
| 69 |
|
|---|
| 70 | * datacenter/macros/plotdb.C:
|
|---|
| 71 | - updated with new tabs for the starguider data
|
|---|
| 72 |
|
|---|
| 73 | * mhflux/MHEnergyEst.cc:
|
|---|
| 74 | - print the result to the all-logstream
|
|---|
| 75 | - changed the fit range not to take the overflow into account
|
|---|
| 76 |
|
|---|
| 77 | * mranforest/MRanForest.[h,cc]:
|
|---|
| 78 | - Use the default Reset() instead of Reset(0)
|
|---|
| 79 | - changed output while training
|
|---|
| 80 | - replaced a lot of TArrays by MArrays
|
|---|
| 81 | - at some points replaced gRandom->Rndm by gRandom->Integer
|
|---|
| 82 | - removed some obsolete arguments from ModifyDataSort
|
|---|
| 83 | - In CreateDataSort isort need not to be initialized, it is
|
|---|
| 84 | done by TMath::Sort anyhow
|
|---|
| 85 | - a small simplification to ModifyDataSort
|
|---|
| 86 | - added some const-qualifiers in funciton calls
|
|---|
| 87 |
|
|---|
| 88 | * mranforest/MRanTree.[h,cc]:
|
|---|
| 89 | - replaced a lot of TArrays by MArrays
|
|---|
| 90 | - removed some obsolete calls to Reset(0) after the instatization
|
|---|
| 91 | of the array
|
|---|
| 92 | - small acceleration of the averaging when calculating fBestSplit[k]
|
|---|
| 93 | - at some points replaced gRandom->Rndm by gRandom->Integer
|
|---|
| 94 | - directly give mean[kbuild] and square[kbuild] as an argument
|
|---|
| 95 | to FindBestSplit
|
|---|
| 96 | - removed the obsolste dereferencing from the call to FindBestSplit
|
|---|
| 97 | - added some const-qualifiers in funciton calls
|
|---|
| 98 | - make a copy of tclasspop in BuildTree to be able to give the
|
|---|
| 99 | array as a const qualified reference. It is not used at any other
|
|---|
| 100 | place
|
|---|
| 101 | - in TreeHad first get the pointers to the vector with the data to
|
|---|
| 102 | get rid of the range check done by root. This has also the advantage
|
|---|
| 103 | that all TreeHad member function can be unified into a single
|
|---|
| 104 | member function
|
|---|
| 105 |
|
|---|
| 106 | * mhflux/MAlphaFitter.cc:
|
|---|
| 107 | - fixed aproblem with the fit which could cause infinite loops
|
|---|
| 108 | in the case of off-data. This did in no means effect the result,
|
|---|
| 109 | just the performance.
|
|---|
| 110 |
|
|---|
| 111 | * mhbase/MH3.cc:
|
|---|
| 112 | - convert the options ToLower case first before checking
|
|---|
| 113 |
|
|---|
| 114 | * mjtrain/MJTrainRanForest.[h,cc]:
|
|---|
| 115 | - added AddPar member function
|
|---|
| 116 | - added fPreTasks and fPostTasks
|
|---|
| 117 | - added fEnableWeights
|
|---|
| 118 | - added member functions suporting setting pre- and posttasks
|
|---|
| 119 | and weights
|
|---|
| 120 |
|
|---|
| 121 | * mtools/MTFillMatrix.h:
|
|---|
| 122 | - added new member function to clear the fPreCuts, fPreTasks and
|
|---|
| 123 | fPostTasks lists
|
|---|
| 124 |
|
|---|
| 125 | * mjtrain/MJTrainEnergy.cc:
|
|---|
| 126 | - implemented usage of weights
|
|---|
| 127 |
|
|---|
| 128 | * mjtrain/MJTrainSeparation.[h,cc]:
|
|---|
| 129 | - implemented the usage of weights
|
|---|
| 130 | - implemented a random source position to train with wobble
|
|---|
| 131 | data
|
|---|
| 132 | - added some more output
|
|---|
| 133 | - added an option to switch between classification and regression
|
|---|
| 134 | - added th epossibility to change the MC flux
|
|---|
| 135 |
|
|---|
| 136 | * mjtrain/Makefile:
|
|---|
| 137 | - added include path for mpointing and mimage
|
|---|
| 138 |
|
|---|
| 139 |
|
|---|
| 140 |
|
|---|
| 141 | 2006/05/04 Thomas Bretz
|
|---|
| 142 |
|
|---|
| 143 | * mbase/MTaskList.[h,cc]:
|
|---|
| 144 | - added new member function AddToListBefore(TList&) and
|
|---|
| 145 | AddToListAfter(TList&)
|
|---|
| 146 | - added corresponding RemoveFromList(TList&)
|
|---|
| 147 |
|
|---|
| 148 | * mhflux/MMcSpectrumWeight.[h,cc]:
|
|---|
| 149 | - added new member functions CalcSpecNew and CalcSpecOld to
|
|---|
| 150 | evaluate the spectrum at a given energy
|
|---|
| 151 | - added a new data member which allows to set an energy
|
|---|
| 152 | at which the normalization is calculated instead of
|
|---|
| 153 | the integral
|
|---|
| 154 |
|
|---|
| 155 | * mpointing/MSrcPosRndm.[h,cc]:
|
|---|
| 156 | - added new option which allows to create a random wobble
|
|---|
| 157 | source position
|
|---|
| 158 |
|
|---|
| 159 |
|
|---|
| 160 |
|
|---|
| 161 | 2006/05/03 Daniela Dorner
|
|---|
| 162 |
|
|---|
| 163 | * datacenter/macros/setupdb.C:
|
|---|
| 164 | - changed type of sourcename and projectname according to new
|
|---|
| 165 | format
|
|---|
| 166 |
|
|---|
| 167 |
|
|---|
| 168 |
|
|---|
| 169 | 2006/05/03 Thomas Bretz
|
|---|
| 170 |
|
|---|
| 171 | * Makefile.rules:
|
|---|
| 172 | - added new option zdiff
|
|---|
| 173 |
|
|---|
| 174 | * mbase/MTaskList.[h,cc]:
|
|---|
| 175 | - overwrite member function AddToList with a TList-reference
|
|---|
| 176 | as argument
|
|---|
| 177 |
|
|---|
| 178 | * mhflux/MHCollectionArea.[h,cc]:
|
|---|
| 179 | - added the missing //! behind the fMcEvt data member
|
|---|
| 180 | - increased class version number
|
|---|
| 181 | - removed obsolete fEnergy data member
|
|---|
| 182 |
|
|---|
| 183 | * mranforest/MRanForest.cc:
|
|---|
| 184 | - added to the output whether weights are set
|
|---|
| 185 |
|
|---|
| 186 | * mraw/MRawRunHeader.cc:
|
|---|
| 187 | - removed an obsolete Print() which enetered for debugging
|
|---|
| 188 |
|
|---|
| 189 | * mimage/MHNewImagePar.cc:
|
|---|
| 190 | - the plots for CocCOG and ConcCore had the same color... fixed
|
|---|
| 191 |
|
|---|
| 192 | * mranforest/MRanForestCalc.[h,cc]:
|
|---|
| 193 | - allow to set weights for each event
|
|---|
| 194 |
|
|---|
| 195 | * mtools/MTFillMatrix.[h,cc]:
|
|---|
| 196 | - implemented the possibility to set pre- and post-tasks
|
|---|
| 197 | executed in the eventloop
|
|---|
| 198 |
|
|---|
| 199 |
|
|---|
| 200 |
|
|---|
| 201 |
|
|---|
| 202 | 2006/05/02 Thomas Bretz
|
|---|
| 203 |
|
|---|
| 204 | * mraw/MRawRunHeader.cc:
|
|---|
| 205 | - fixed the typo in the output
|
|---|
| 206 |
|
|---|
| 207 | * mpointing/MHPointing.cc, datacenter/macros/fillstar.C:
|
|---|
| 208 | - fixed a typo in the name of the plot Skybrightness
|
|---|
| 209 |
|
|---|
| 210 |
|
|---|
| 211 |
|
|---|
| 212 | 2006/04/30 Thomas Bretz
|
|---|
| 213 |
|
|---|
| 214 | * mjtrain/MJTrainSeparation.[h,cc]:
|
|---|
| 215 | - new option to switch between regression and classification
|
|---|
| 216 | - fixed the auto training (still far from working well)
|
|---|
| 217 | - improved result plots
|
|---|
| 218 |
|
|---|
| 219 | * mbase/MMath.cc:
|
|---|
| 220 | - fixed SignificanceLiMa such that it allows basically zero
|
|---|
| 221 | signal- and/or background events
|
|---|
| 222 |
|
|---|
| 223 |
|
|---|
| 224 |
|
|---|
| 225 | 2006/04/27 Thomas Bretz
|
|---|
| 226 |
|
|---|
| 227 | * datacenter/macros/fillstar.C:
|
|---|
| 228 | - replaced the mean by the median
|
|---|
| 229 |
|
|---|
| 230 |
|
|---|
| 231 |
|
|---|
| 232 | 2006/04/26 Daniela Dorner
|
|---|
| 233 |
|
|---|
| 234 | * datacenter/macros/fillstar.C, datacenter/macros/setupdb.C:
|
|---|
| 235 | - added four new columns to the table Star
|
|---|
| 236 |
|
|---|
| 237 |
|
|---|
| 238 |
|
|---|
| 239 | 2006/04/24 Thomas Bretz
|
|---|
| 240 |
|
|---|
| 241 | * ganymed.rc, ganymed_onoff.rc, ganymed_wobble.rc:
|
|---|
| 242 | - some fixes to the comments describing random forest
|
|---|
| 243 |
|
|---|
| 244 |
|
|---|
| 245 |
|
|---|
| 246 | 2006/04/23 Thomas Bretz
|
|---|
| 247 |
|
|---|
| 248 | * mhist/MHHadronness.cc:
|
|---|
| 249 | - do not reset the two hadronness-histograms in SetupFill
|
|---|
| 250 | otherwise MJTrainSeparation cannot work correctly
|
|---|
| 251 |
|
|---|
| 252 | * mjtrain/MJTrainSeparation.cc:
|
|---|
| 253 | - added a Plot of Hadronness versus Size for MC events
|
|---|
| 254 |
|
|---|
| 255 |
|
|---|
| 256 |
|
|---|
| 257 | 2006/04/22 Thomas Bretz
|
|---|
| 258 |
|
|---|
| 259 | * mraw/MRawRunHeader.cc:
|
|---|
| 260 | - some small changes, mainly output and comments
|
|---|
| 261 |
|
|---|
| 262 | * mhflux/MHAlpha.[h,cc]:
|
|---|
| 263 | - show also the integrated number of excess events in the
|
|---|
| 264 | plot versus energy/size and show the correct error.
|
|---|
| 265 |
|
|---|
| 266 | * mtools/MJSpectrum.cc:
|
|---|
| 267 | - added accelerator for executing the tasklist as in MJCut
|
|---|
| 268 |
|
|---|
| 269 | * macros/train/trainseparation.C:
|
|---|
| 270 | - fixed a typo
|
|---|
| 271 |
|
|---|
| 272 | * mjtrain/MJTrainSeparation.h:
|
|---|
| 273 | - added missing initialization of fAutoTrain
|
|---|
| 274 | - fixed an error in EnablAutoTrain (was always set to kTRUE)
|
|---|
| 275 |
|
|---|
| 276 |
|
|---|
| 277 |
|
|---|
| 278 | 2006/04/21 Daniel Hoehne
|
|---|
| 279 |
|
|---|
| 280 | * datacenter/scripts/doqualityplots, datacenter/scripts/dowebplots:
|
|---|
| 281 | - fixed bug in usage of pstoimg
|
|---|
| 282 |
|
|---|
| 283 |
|
|---|
| 284 |
|
|---|
| 285 | 2006/04/13 Thomas Bretz
|
|---|
| 286 |
|
|---|
| 287 | * mraw/MRawRunHeader.[h,cc]:
|
|---|
| 288 | - adapted to new DAQ format version 6
|
|---|
| 289 | - increased class version number
|
|---|
| 290 |
|
|---|
| 291 | * mtools/MTFillMatrix.cc:
|
|---|
| 292 | - added accelerator for executing the tasklist as in MJCut
|
|---|
| 293 |
|
|---|
| 294 | * mfilter/MFEnergySlope.cc:
|
|---|
| 295 | - small update to output
|
|---|
| 296 |
|
|---|
| 297 | * mfbase/MFilterList.[h,cc]:
|
|---|
| 298 | - fixed a really old problem that the contents of the list never
|
|---|
| 299 | got ReInit. Hopefully this never had bad sideeffects.
|
|---|
| 300 |
|
|---|
| 301 | * macros/train/trainenergy.C:
|
|---|
| 302 | - added another comment how to change the spectral slope of the
|
|---|
| 303 | monte carlo spectrum
|
|---|
| 304 |
|
|---|
| 305 |
|
|---|
| 306 |
|
|---|
| 307 | 2006/04/13 Thomas Bretz
|
|---|
| 308 |
|
|---|
| 309 | * mreport/MReport.cc:
|
|---|
| 310 | - added new fake arehucas versions to fix a problem with the
|
|---|
| 311 | starguider reports
|
|---|
| 312 |
|
|---|
| 313 | * mreport/MReportFileRead.cc:
|
|---|
| 314 | - increased informations in warning output
|
|---|
| 315 |
|
|---|
| 316 | * mreport/MReportStarguider.cc:
|
|---|
| 317 | - fixed a problem with the starguider reports between 6.3.2006 and
|
|---|
| 318 | 19.3.2006
|
|---|
| 319 |
|
|---|
| 320 |
|
|---|
| 321 |
|
|---|
| 322 | 2006/04/13 Daniel Hoehne
|
|---|
| 323 |
|
|---|
| 324 | * datacenter/db/findoffdata.php:
|
|---|
| 325 | - implemented query for the inhomogeneity
|
|---|
| 326 |
|
|---|
| 327 | * datacenter/db/runinfo.php:
|
|---|
| 328 | - added checkboxes for start time, failed time and error codes
|
|---|
| 329 |
|
|---|
| 330 | * datacenter/db/datacheck.php:
|
|---|
| 331 | - fixed bug in StatusMenus for DataCheck and RawFile
|
|---|
| 332 |
|
|---|
| 333 |
|
|---|
| 334 |
|
|---|
| 335 | 2006/04/12 Daniela Dorner, Daniel Hoehne
|
|---|
| 336 |
|
|---|
| 337 | * datacenter/scripts/makecallistolinks:
|
|---|
| 338 | - fixed bug
|
|---|
| 339 |
|
|---|
| 340 |
|
|---|
| 341 |
|
|---|
| 342 | 2006/04/12 Thomas Bretz
|
|---|
| 343 |
|
|---|
| 344 | * datacenter/macros/filldotraw.C:
|
|---|
| 345 | - allow to access gzipped raw-files
|
|---|
| 346 |
|
|---|
| 347 |
|
|---|
| 348 |
|
|---|
| 349 | 2006/04/11 Thomas Bretz
|
|---|
| 350 |
|
|---|
| 351 | * mastro/MAstro.h:
|
|---|
| 352 | - added conversion Parsec2Lighyear
|
|---|
| 353 |
|
|---|
| 354 | * mbase/MLogHtml.cc:
|
|---|
| 355 | - added a fix to display < and > correctly
|
|---|
| 356 |
|
|---|
| 357 | * mhflux/MHCollectionArea.[h,cc]:
|
|---|
| 358 | - commented out obsolete fEnergy parameter
|
|---|
| 359 |
|
|---|
| 360 | * mjobs/MJSpectrum.cc:
|
|---|
| 361 | - fill a second collection area plot after trigger
|
|---|
| 362 |
|
|---|
| 363 | * mjoptim/MJOptimize.cc:
|
|---|
| 364 | - improve speed of optimization by switching of timing and
|
|---|
| 365 | reset in eventloop
|
|---|
| 366 |
|
|---|
| 367 | * mmc/MFadcHeader.h:
|
|---|
| 368 | - changed MFADC_CHANNELS from 3500 to 3800 according to Abelardo
|
|---|
| 369 |
|
|---|
| 370 | * mmc/MMcFadcHeader.hxx:
|
|---|
| 371 | - increaded version number from 7 to 8
|
|---|
| 372 |
|
|---|
| 373 |
|
|---|
| 374 |
|
|---|
| 375 | 2006/04/11 Daniel Hoehne, Daniela Dorner
|
|---|
| 376 |
|
|---|
| 377 | * datacenter/scripts/dodatacheck:
|
|---|
| 378 | - fixed bug in finding raw-files
|
|---|
| 379 |
|
|---|
| 380 |
|
|---|
| 381 |
|
|---|
| 382 | 2006/04/10 Daniel Hoehne
|
|---|
| 383 |
|
|---|
| 384 | * datacenter/macros/filldotrun.C:
|
|---|
| 385 | - implemented new arehucas version
|
|---|
| 386 |
|
|---|
| 387 |
|
|---|
| 388 |
|
|---|
| 389 | 2006/04/07 Daniel Hoehne, Daniela Dorner
|
|---|
| 390 |
|
|---|
| 391 | * datacenter/macros/filldotrun.C, buildsequenceentries.C, setupdb.C:
|
|---|
| 392 | - implemented new arehucas version
|
|---|
| 393 |
|
|---|
| 394 |
|
|---|
| 395 |
|
|---|
| 396 | 2006/04/06 Daniela Dorner
|
|---|
| 397 |
|
|---|
| 398 | * datacenter/scripts/makecallistolinks:
|
|---|
| 399 | - fixed bug in resetting
|
|---|
| 400 |
|
|---|
| 401 | * datacenter/db/tabs.php:
|
|---|
| 402 | - changed tabs for wobble
|
|---|
| 403 |
|
|---|
| 404 |
|
|---|
| 405 |
|
|---|
| 406 | 2006/04/05 Thomas Bretz
|
|---|
| 407 |
|
|---|
| 408 | * datacenter/macros/plotdb.C:
|
|---|
| 409 | - added new tab with the effective on-time relative to the
|
|---|
| 410 | observation time
|
|---|
| 411 |
|
|---|
| 412 | * sponde_onoff.rc:
|
|---|
| 413 | - added
|
|---|
| 414 |
|
|---|
| 415 |
|
|---|
| 416 |
|
|---|
| 417 | 2006/04/04 Thomas Bretz
|
|---|
| 418 |
|
|---|
| 419 | * datacenter/macros/plotdb.C:
|
|---|
| 420 | - if no dataset and no time-interval is given only sequences with
|
|---|
| 421 | an effective on-time above five minutes are plotted anymore
|
|---|
| 422 |
|
|---|
| 423 |
|
|---|
| 424 |
|
|---|
| 425 | 2006/03/21 Daniela Dorner
|
|---|
| 426 |
|
|---|
| 427 | * datacenter/db/ganymed.php, datacenter/db/tabs.php:
|
|---|
| 428 | - included different tabs for on/off and wobble
|
|---|
| 429 |
|
|---|
| 430 | * datacenter/db/ganymed.php:
|
|---|
| 431 | - added zd angle range and observation period
|
|---|
| 432 |
|
|---|
| 433 | * datacenter/db/sequence.php:
|
|---|
| 434 | - added rel. ontime
|
|---|
| 435 |
|
|---|
| 436 |
|
|---|
| 437 |
|
|---|
| 438 | 2006/03/20 Thomas Bretz
|
|---|
| 439 |
|
|---|
| 440 | * mraw/MRawRunHeader.cc:
|
|---|
| 441 | - if the pixels to be swaped are both not found, assume they are
|
|---|
| 442 | intentially not mapped. Changed the Error to a Warning
|
|---|
| 443 |
|
|---|
| 444 | * mhflux/MHDisp.[h,cc]:
|
|---|
| 445 | - made the scale region a parameter which can be changed from
|
|---|
| 446 | within the display
|
|---|
| 447 | - allow the scale parameters to be setup from the resource-file
|
|---|
| 448 | - changed the source-region which is cut out in wobble mode from
|
|---|
| 449 | +/-15deg to +/-25deg which better fits what we get from MHPhi
|
|---|
| 450 |
|
|---|
| 451 | * ganymed.rc, ganymed_onoff.rc, ganymed_wobble.rc:
|
|---|
| 452 | - added example how to change the new scale parameters in MHDisp
|
|---|
| 453 |
|
|---|
| 454 | * mhflux/MAlphaFitter.[h,cc]:
|
|---|
| 455 | - implemented the strategy for optimization which is suggested
|
|---|
| 456 | by the Berlin people for weak sources "weaksource"
|
|---|
| 457 |
|
|---|
| 458 | * mhflux/MHPhi.[h,cc]:
|
|---|
| 459 | - moved the AppendPad for the text-paint into all sub-pads which
|
|---|
| 460 | need it. Otherwise they are not always properly updated.
|
|---|
| 461 |
|
|---|
| 462 |
|
|---|
| 463 |
|
|---|
| 464 | 2006/03/16 Daniela Dorner
|
|---|
| 465 |
|
|---|
| 466 | * datacenter/scripts/sourcefile:
|
|---|
| 467 | - small bugfix in logging
|
|---|
| 468 |
|
|---|
| 469 | * datacenter/db/tabs.php:
|
|---|
| 470 | - added new tab for ganymed
|
|---|
| 471 |
|
|---|
| 472 |
|
|---|
| 473 |
|
|---|
| 474 | 2006/03/15 Stefan Ruegamer
|
|---|
| 475 |
|
|---|
| 476 | * manalysis/MCameraData.cc
|
|---|
| 477 | - inserted an image cleaning based on the time information
|
|---|
| 478 | of the shower (CalcCleaningArrivalTime)
|
|---|
| 479 |
|
|---|
| 480 | * manalysis/MCameraData.h
|
|---|
| 481 | - made entry for "CalcCleaningArrivalTime"
|
|---|
| 482 |
|
|---|
| 483 | * mimage/MImgCleanStd.cc
|
|---|
| 484 | - created entries for the new image cleaning named "Time"
|
|---|
| 485 |
|
|---|
| 486 | * mimage/MImgCleanStd.h
|
|---|
| 487 | - inserted entry "kTime"
|
|---|
| 488 |
|
|---|
| 489 |
|
|---|
| 490 |
|
|---|
| 491 | 2006/03/14 Daniela Dorner
|
|---|
| 492 |
|
|---|
| 493 | * datacenter/scripts/makecallistolinks:
|
|---|
| 494 | - fixed bug
|
|---|
| 495 |
|
|---|
| 496 | * steps.rc:
|
|---|
| 497 | - added fFillGanymed to influences of fGanymed
|
|---|
| 498 |
|
|---|
| 499 |
|
|---|
| 500 |
|
|---|
| 501 | 2006/03/14 Thomas Bretz
|
|---|
| 502 |
|
|---|
| 503 | * mhflux/MHEffectiveOnTime.cc:
|
|---|
| 504 | - skip the fit not only if the integral is empty but
|
|---|
| 505 | also if the first bin is empty
|
|---|
| 506 | - changed upper limit to 95% according to a study from
|
|---|
| 507 | David Paneque
|
|---|
| 508 | - replaced the fit with the exponential used in the BCN Mars
|
|---|
| 509 | version
|
|---|
| 510 | - use the correct number of entries
|
|---|
| 511 | - use a likelihood fit
|
|---|
| 512 | - calculate the fit quality from the probability
|
|---|
| 513 | - ignore the fit quality for the theta-plot
|
|---|
| 514 |
|
|---|
| 515 | * mimage/MHNewImagePar.cc:
|
|---|
| 516 | - fixed the handling of the "same" option in Draw/Paint
|
|---|
| 517 |
|
|---|
| 518 | * mpointing/MPointingDev.h:
|
|---|
| 519 | - fDx and fDy initialized in the constructor
|
|---|
| 520 |
|
|---|
| 521 | * mbase/MTask.[h,cc]:
|
|---|
| 522 | - removed the kDontCount option. Instead don't use the TStopwatch
|
|---|
| 523 | counter anymore. By this the class to TStopwatch can be
|
|---|
| 524 | suppressed completely if kDontTime is set.
|
|---|
| 525 |
|
|---|
| 526 | * mbase/MContinue.cc, mbase/MTaskEnv.cc, mfbase/MF.cc,
|
|---|
| 527 | mfbase/MFilterList.[h,cc]:
|
|---|
| 528 | - pipe the accelerator flag to the filter or task
|
|---|
| 529 |
|
|---|
| 530 | * mjobs/MJCut.cc:
|
|---|
| 531 | - also accelerate the reading task
|
|---|
| 532 |
|
|---|
| 533 |
|
|---|
| 534 |
|
|---|
| 535 | 2006/03/13
|
|---|
| 536 |
|
|---|
| 537 | * RELEASE 0.9.5
|
|---|
| 538 |
|
|---|
| 539 |
|
|---|
| 540 |
|
|---|
| 541 | 2006/03/13 Thomas Bretz
|
|---|
| 542 |
|
|---|
| 543 | * ganymed.rc:
|
|---|
| 544 | - changed smearing to half of our PSF 0.06
|
|---|
| 545 | - added new examples for setting the starguider calibration
|
|---|
| 546 |
|
|---|
| 547 | * ganymed_onoff.rc
|
|---|
| 548 | - changed smearing to half of our PSF 0.06
|
|---|
| 549 | - switched the new feature for a random source position on
|
|---|
| 550 | - added new examples for setting the starguider calibration
|
|---|
| 551 |
|
|---|
| 552 | * ganymed_wobble.rc:
|
|---|
| 553 | - changed smearing to half of our PSF 0.06
|
|---|
| 554 | - added new examples for setting the starguider calibration
|
|---|
| 555 | - added example how to control the phi plot
|
|---|
| 556 |
|
|---|
| 557 | * mhflux/MHPhi.[h,cc]:
|
|---|
| 558 | - many improvements to the algorithm, it now takes also
|
|---|
| 559 | inhomgeneities into account
|
|---|
| 560 | - restructured the display, display more histograms
|
|---|
| 561 | - increased class version to 2
|
|---|
| 562 |
|
|---|
| 563 | * mjobs/MJCut.cc:
|
|---|
| 564 | - enabled acceleration for first and second loop
|
|---|
| 565 |
|
|---|
| 566 | * mpointing/MPointingDevCalc.[h,cc]:
|
|---|
| 567 | - allowed to set the starguider offset calibration from the
|
|---|
| 568 | resource file
|
|---|
| 569 |
|
|---|
| 570 | * callisto_Dec04Jan05.rc:
|
|---|
| 571 | - replaced Calibration scale factor by usage of
|
|---|
| 572 | resources/calibration_spline.rc
|
|---|
| 573 |
|
|---|
| 574 |
|
|---|
| 575 |
|
|---|
| 576 | 2006/03/13 Markus Meyer
|
|---|
| 577 |
|
|---|
| 578 | * ganymed_wobble.rc,ganymed_onoff.rc,ganymed.rc:
|
|---|
| 579 | - changed cuts:
|
|---|
| 580 | wobble: average values from optimisation of 3 Crab
|
|---|
| 581 | sample (01/05,10/05,12/05), done by Karsten
|
|---|
| 582 | onoff : cuts from 1218 (01/05, highest significance)
|
|---|
| 583 | theta is now 0.22 for both.
|
|---|
| 584 |
|
|---|
| 585 |
|
|---|
| 586 |
|
|---|
| 587 | 2006/03/13 Daniel Hoehne
|
|---|
| 588 |
|
|---|
| 589 | * ganymed_wobble.rc,ganymed_onoff.rc,ganymed.rc:
|
|---|
| 590 | - implemented qualitycut in log10(conc) vs. log10(size)
|
|---|
| 591 |
|
|---|
| 592 |
|
|---|
| 593 |
|
|---|
| 594 | 2006/03/13 Markus Meyer
|
|---|
| 595 |
|
|---|
| 596 | * resources/calibration_spline.C:
|
|---|
| 597 | - more comments
|
|---|
| 598 |
|
|---|
| 599 |
|
|---|
| 600 |
|
|---|
| 601 | 2006/03/10 Markus Meyer
|
|---|
| 602 |
|
|---|
| 603 | * resources/calibration.C:
|
|---|
| 604 | - update from p27 to p39 (spline excluded, still p33 data missing)
|
|---|
| 605 |
|
|---|
| 606 |
|
|---|
| 607 |
|
|---|
| 608 | 2006/03/10 Markus Meyer
|
|---|
| 609 |
|
|---|
| 610 | * resources/calibration_spline.C:
|
|---|
| 611 | - correction coefficients for spline data for each period
|
|---|
| 612 |
|
|---|
| 613 |
|
|---|
| 614 |
|
|---|
| 615 | 2006/03/10 Daniel Hoehne
|
|---|
| 616 |
|
|---|
| 617 | * datacenter/scripts/insertsequences:
|
|---|
| 618 | - fixed bug
|
|---|
| 619 |
|
|---|
| 620 |
|
|---|
| 621 |
|
|---|
| 622 | 2006/03/09 Daniel Hoehne
|
|---|
| 623 |
|
|---|
| 624 | * ganymed_wobble.rc:
|
|---|
| 625 | - changed parameters 1 to 5 in Cut1 to actual values
|
|---|
| 626 |
|
|---|
| 627 |
|
|---|
| 628 |
|
|---|
| 629 | 2006/03/08 Thomas Bretz
|
|---|
| 630 |
|
|---|
| 631 | * readdaq.cc, mraw/MRawFileRead.[h,cc], mraw/MRawRunHeader.cc:
|
|---|
| 632 | - added new force-option to foirce output of run-header
|
|---|
| 633 |
|
|---|
| 634 |
|
|---|
| 635 |
|
|---|
| 636 | 2006/03/08 Daniela Dorner
|
|---|
| 637 |
|
|---|
| 638 | * datacenter/script/movingrawfiles:
|
|---|
| 639 | - added moving of files, that are transferred via internet
|
|---|
| 640 | - added removing of empty directories
|
|---|
| 641 |
|
|---|
| 642 | * datacenter/db/ganymed.php:
|
|---|
| 643 | - added links to ganymedplots
|
|---|
| 644 | - added links to sequence.php (instead of links to starfiles)
|
|---|
| 645 | - fixed bug in query
|
|---|
| 646 |
|
|---|
| 647 | * datacenter/db/sequence.php:
|
|---|
| 648 | - added links to plots from callisto and star
|
|---|
| 649 | - fixed bug in query
|
|---|
| 650 |
|
|---|
| 651 | * datacenter/db/sequinfo.php:
|
|---|
| 652 | - added links to sequence.php
|
|---|
| 653 |
|
|---|
| 654 | * datacenter/db/datasetinfo.php:
|
|---|
| 655 | - added links to ganymed.php
|
|---|
| 656 |
|
|---|
| 657 | * datacenter/db/tabs.php:
|
|---|
| 658 | - added (includefile for names of tabs of statusdisplays)
|
|---|
| 659 |
|
|---|
| 660 |
|
|---|
| 661 |
|
|---|
| 662 | 2006/03/07 Thomas Bretz
|
|---|
| 663 |
|
|---|
| 664 | * mcalib/MCalibrateData.cc:
|
|---|
| 665 | - take the bad pixel information into account when calculating the
|
|---|
| 666 | number of saturating pixels!
|
|---|
| 667 |
|
|---|
| 668 |
|
|---|
| 669 |
|
|---|
| 670 | 2006/03/06 Thomas Bretz
|
|---|
| 671 |
|
|---|
| 672 | * showplot.cc:
|
|---|
| 673 | - fixed the position were the first argument is converted
|
|---|
| 674 | to lower case. Until this fix no upper case could be used
|
|---|
| 675 | in file names
|
|---|
| 676 |
|
|---|
| 677 | * datacenter/macros/plotdb.C:
|
|---|
| 678 | - print also average and RMS of all data.
|
|---|
| 679 |
|
|---|
| 680 |
|
|---|
| 681 |
|
|---|
| 682 | 2006/03/06 Daniela Dorner
|
|---|
| 683 |
|
|---|
| 684 | * datacenter/db/ganymed.php:
|
|---|
| 685 | - added sequences + links to star-plots of sequences
|
|---|
| 686 | - improved layout
|
|---|
| 687 |
|
|---|
| 688 | * datacenter/script/makecallistolinks:
|
|---|
| 689 | - changed condition, when to make the link: only, if the link is
|
|---|
| 690 | not yet existing, it is done
|
|---|
| 691 | - added resetting of db: if link is done, callisto is resetted
|
|---|
| 692 |
|
|---|
| 693 | * datacenter/macros/resetcolumn.C:
|
|---|
| 694 | - added failure columns to the resetting
|
|---|
| 695 |
|
|---|
| 696 |
|
|---|
| 697 |
|
|---|
| 698 | 2006/03/04 Daniela Dorner
|
|---|
| 699 |
|
|---|
| 700 | * callisto.cc:
|
|---|
| 701 | - changed return values to improve the failure handling in the db
|
|---|
| 702 |
|
|---|
| 703 | * datacenter/script/makecallistolinks:
|
|---|
| 704 | - added 'Pulse is too much to the left, cannot go below 0!' as
|
|---|
| 705 | reason to use callisto_Dec04Jan05.rc
|
|---|
| 706 |
|
|---|
| 707 | * datacenter/script/dowebplots:
|
|---|
| 708 | - reduced number of files to be updated by a limitation in
|
|---|
| 709 | modification time
|
|---|
| 710 |
|
|---|
| 711 | * datacenter/db/ganymed.php:
|
|---|
| 712 | - added plots
|
|---|
| 713 | - effontime s->h
|
|---|
| 714 |
|
|---|
| 715 |
|
|---|
| 716 |
|
|---|
| 717 | 2006/03/03 Thomas Bretz
|
|---|
| 718 |
|
|---|
| 719 | * mjobs/MJCut.cc:
|
|---|
| 720 | - added RemoveFromList for srcposrndm in off-data loop
|
|---|
| 721 |
|
|---|
| 722 | * mpointing/MSrcPosRndm.[h,cc]:
|
|---|
| 723 | - fixed the scaling. MSrcPosCam has to be in mm
|
|---|
| 724 |
|
|---|
| 725 | * ganymed.rc:
|
|---|
| 726 | - added line and comments with new resource
|
|---|
| 727 |
|
|---|
| 728 |
|
|---|
| 729 |
|
|---|
| 730 | 2006/03/03 Daniel Hoehne
|
|---|
| 731 |
|
|---|
| 732 | * callisto_MarApr05.rc:
|
|---|
| 733 | - changed pulse position check ExtractWinLeft to 4.0 and
|
|---|
| 734 | ExtractWinRight to 4.5
|
|---|
| 735 |
|
|---|
| 736 |
|
|---|
| 737 |
|
|---|
| 738 | 2006/03/02 Thomas Bretz
|
|---|
| 739 |
|
|---|
| 740 | * callisto.cc:
|
|---|
| 741 | - get result value from pulse pos check
|
|---|
| 742 |
|
|---|
| 743 | * mjobs/MJCut.[h,cc]:
|
|---|
| 744 | - added the usage of the new class MSrcPosRndm
|
|---|
| 745 | - added new resource to switch random source position on
|
|---|
| 746 |
|
|---|
| 747 | * mjobs/MJPedestal.[h,cc]:
|
|---|
| 748 | - changed return code of Process to int to be able to return
|
|---|
| 749 | the pulse pos check result.
|
|---|
| 750 |
|
|---|
| 751 | * mpointing/PointingLinkDef.h, mpointing/Makefile:
|
|---|
| 752 | - added MSrcPosRndm
|
|---|
| 753 |
|
|---|
| 754 | * mpointing/MSrcPosRndm.[h,cc]:
|
|---|
| 755 | - added
|
|---|
| 756 |
|
|---|
| 757 | * mpointing/MHSrcPosCam.h:
|
|---|
| 758 | - addedn non const getter for fHist
|
|---|
| 759 |
|
|---|
| 760 |
|
|---|
| 761 |
|
|---|
| 762 | 2006/03/02 Daniela Dorner
|
|---|
| 763 |
|
|---|
| 764 | * datacenter/db/querymc.php:
|
|---|
| 765 | - fixed small bug
|
|---|
| 766 |
|
|---|
| 767 | * datacenter/db/dowebplots:
|
|---|
| 768 | - added option -p to the script, to be able to call the script
|
|---|
| 769 | for different programs independently
|
|---|
| 770 | - fixed find
|
|---|
| 771 |
|
|---|
| 772 |
|
|---|
| 773 |
|
|---|
| 774 | 2006/03/01 Daniela Dorner
|
|---|
| 775 |
|
|---|
| 776 | * datacenter/db/datacheck.php, datasetinfo.php, sequinfo.php:
|
|---|
| 777 | - included failure handling columns
|
|---|
| 778 |
|
|---|
| 779 |
|
|---|
| 780 |
|
|---|
| 781 | 2006/03/01 Thomas Bretz
|
|---|
| 782 |
|
|---|
| 783 | * mastro/MAstro.cc, mbase/MTime.cc:
|
|---|
| 784 | - added a comment in GetMagicPeriod
|
|---|
| 785 |
|
|---|
| 786 | * mpointing/MPointingPos.cc:
|
|---|
| 787 | - added new member function GetString
|
|---|
| 788 | - moved code from Print to GetString
|
|---|
| 789 | - added new function IsInitialized()
|
|---|
| 790 |
|
|---|
| 791 | * mjtrain/MJTrain*.[h,cc]:
|
|---|
| 792 | - added data members to change RF setup
|
|---|
| 793 |
|
|---|
| 794 | * mpointing/MPointingDevCalc.h, mpointing/MPointingPosCalc.h:
|
|---|
| 795 | - added missing AddToBranchList
|
|---|
| 796 |
|
|---|
| 797 | * mpointing/MHSrcPosCam.[h,cc]:
|
|---|
| 798 | - added
|
|---|
| 799 |
|
|---|
| 800 | * mpointing/Makefile, mpointing/PointingLinkDef.h:
|
|---|
| 801 | - added MHSrcPosCam
|
|---|
| 802 |
|
|---|
| 803 | * mbase/MTask.[h,cc]:
|
|---|
| 804 | - implemented a new data-meber fAccelerator which allows
|
|---|
| 805 | to switch off counting and timing analysis which can be very
|
|---|
| 806 | time-consuming in some circumstances
|
|---|
| 807 |
|
|---|
| 808 | * mbase/MTaskList.[h,cc]:
|
|---|
| 809 | - implemented the usabe of MTask::fAccelerator to switch off
|
|---|
| 810 | resetting of all parameter containers which can be very
|
|---|
| 811 | time-consuming
|
|---|
| 812 |
|
|---|
| 813 | * mimage/MImagePar.cc:
|
|---|
| 814 | - updated how the units are printed in Print()
|
|---|
| 815 |
|
|---|
| 816 | * mjobs/MJCut.cc:
|
|---|
| 817 | - added a new loop to fill the source position of the on-data
|
|---|
| 818 | - the acceleration of the two main loops are disabled because
|
|---|
| 819 | they are not yet tested.
|
|---|
| 820 |
|
|---|
| 821 | * datacenter/macros/plotstat.C:
|
|---|
| 822 | - the periods were wrong by one -- fixed.
|
|---|
| 823 |
|
|---|
| 824 |
|
|---|
| 825 |
|
|---|
| 826 | 2006/02/28 Daniela Dorner
|
|---|
| 827 |
|
|---|
| 828 | * datacenter/scripts/insertdatasets:
|
|---|
| 829 | - made sure, that backupfiles of the editor are not taken into
|
|---|
| 830 | account, when dataset files are searched
|
|---|
| 831 |
|
|---|
| 832 | * datacenter/db/*.php:
|
|---|
| 833 | - moved user, host and pw of database to the include file
|
|---|
| 834 | db.php
|
|---|
| 835 |
|
|---|
| 836 | * datacenter/db/index.html:
|
|---|
| 837 | - fixed links
|
|---|
| 838 |
|
|---|
| 839 | * datacenter/db/querymc.php,magicdefs.php:
|
|---|
| 840 | - added some variables
|
|---|
| 841 |
|
|---|
| 842 | * datacenter/db/runinfo.php,sequinfo.php:
|
|---|
| 843 | - bugfix (incl. TestSources)
|
|---|
| 844 |
|
|---|
| 845 | * datacenter/db/sequinfo.php:
|
|---|
| 846 | - changed init values
|
|---|
| 847 |
|
|---|
| 848 | * datacenter/db/sequinfo.php, findoffdata.php, magicdefs.php:
|
|---|
| 849 | - added value (relative ontime)
|
|---|
| 850 |
|
|---|
| 851 | * datacenter/db/dbstatus.php:
|
|---|
| 852 | - fixed bug
|
|---|
| 853 |
|
|---|
| 854 | * datacenter/db/queryrbk.php:
|
|---|
| 855 | - added query field 'Night', to query all entries of one night
|
|---|
| 856 | from the runbook
|
|---|
| 857 |
|
|---|
| 858 | * datacenter/db/index-header.html:
|
|---|
| 859 | - added links
|
|---|
| 860 |
|
|---|
| 861 |
|
|---|
| 862 |
|
|---|
| 863 | 2006/02/27 Thomas Bretz
|
|---|
| 864 |
|
|---|
| 865 | * macros/optim/optimwobble.C:
|
|---|
| 866 | - fixed a typo (SetThetaCut instead SetAlphaCut), and added the
|
|---|
| 867 | standard Disp-parametrization
|
|---|
| 868 |
|
|---|
| 869 | * mhflux/MHEffectiveOnTime.[h,cc]:
|
|---|
| 870 | - added showing the axis range of the time evolution histogram
|
|---|
| 871 |
|
|---|
| 872 | * showplot.cc:
|
|---|
| 873 | - fixed a warning in the Hash-switch.
|
|---|
| 874 |
|
|---|
| 875 | * mbase/MEnv.cc:
|
|---|
| 876 | - replaced casts in switch by an appended U
|
|---|
| 877 |
|
|---|
| 878 | * macros/train/trainseparation.C:
|
|---|
| 879 | - replaced outdated MTTrainRFSeparate by MJTrainSeparation
|
|---|
| 880 |
|
|---|
| 881 | * mastro/MAstro.h:
|
|---|
| 882 | - added conversion constants for pc-m and pc-ly
|
|---|
| 883 |
|
|---|
| 884 | * mhflux/MMcSpectrumWeight.cc:
|
|---|
| 885 | - fixed typo in comment
|
|---|
| 886 |
|
|---|
| 887 | * mimage/MImagePar.h:
|
|---|
| 888 | - minor changes to layout
|
|---|
| 889 |
|
|---|
| 890 | * mimage/MHNewImagePar.[h,cc], mimage/MNewImagePar.[h,cc]:
|
|---|
| 891 | - added new image parameters fConcCOG and fConcCore
|
|---|
| 892 | - increased class version of MNewImagePar
|
|---|
| 893 |
|
|---|
| 894 | * mimage/MHillasExt.cc:
|
|---|
| 895 | - added some comments
|
|---|
| 896 | - removed an obsolete TMath::Abs around "dist"
|
|---|
| 897 |
|
|---|
| 898 | * mranforest/MRanForest.[h,cc]:
|
|---|
| 899 | - the initialization of fTreeHad was done at the wrong moment
|
|---|
| 900 | - replaced a cast int(x+.5) by TMath::Nint
|
|---|
| 901 | - added some additional warning output
|
|---|
| 902 | - added "!" to fTreeHad - it is only for temporary storage used
|
|---|
| 903 | in the histogram classes
|
|---|
| 904 |
|
|---|
| 905 | * mranforest/MRanForestGrow.h:
|
|---|
| 906 | - added GetForest
|
|---|
| 907 |
|
|---|
| 908 | * mjtrain/MJTrainSeparation.[h,cc]:
|
|---|
| 909 | - added some code for upcomming automatic event selection
|
|---|
| 910 |
|
|---|
| 911 | * datacenter/macros/plotstat.C:
|
|---|
| 912 | - improved macro description
|
|---|
| 913 | - added arguments to main function
|
|---|
| 914 |
|
|---|
| 915 | * macros/plot/mucal.C:
|
|---|
| 916 | - added
|
|---|
| 917 |
|
|---|
| 918 |
|
|---|
| 919 |
|
|---|
| 920 | 2006/02/25 Daniela Dorner
|
|---|
| 921 |
|
|---|
| 922 | * datacenter/scripts/checkfilesforsequavail, checkstardone,
|
|---|
| 923 | writesequencefiles, buildsequenceentries, dodatacheck, doexclusions,
|
|---|
| 924 | fillcallisto, fillganymed, fillstar,
|
|---|
| 925 | datacenter/macros/writesequencefile.C, filldotraw.C, fillsinope.C
|
|---|
| 926 | buildsequenceentries.C, resetcolumn.C, doexclusions.C, fillcalib.C
|
|---|
| 927 | fillsignal.C, fillganymed.C, fillstar.C:
|
|---|
| 928 | - implemented, that a missing connection to the database doesn't
|
|---|
| 929 | cause an failure entry in the database, so that the step is
|
|---|
| 930 | retried in this case
|
|---|
| 931 | - updated documentation
|
|---|
| 932 |
|
|---|
| 933 |
|
|---|
| 934 |
|
|---|
| 935 | 2006/02/25 Thomas Bretz
|
|---|
| 936 |
|
|---|
| 937 | * datacenter/macros/plotstat.C:
|
|---|
| 938 | - added
|
|---|
| 939 |
|
|---|
| 940 |
|
|---|
| 941 |
|
|---|
| 942 | 2006/02/24 Markus Meyer
|
|---|
| 943 |
|
|---|
| 944 | * resources/calibration.rc:
|
|---|
| 945 | - update of correction values for the calibration constants
|
|---|
| 946 | (P31 - P39, without P36!(problems with spline))
|
|---|
| 947 |
|
|---|
| 948 |
|
|---|
| 949 |
|
|---|
| 950 | 2006/02/24 Daniela Dorner
|
|---|
| 951 |
|
|---|
| 952 | * datacenter/db/datacheck.php, datasetinfo.php, dbstatus.php,
|
|---|
| 953 | findoffdata.php, include.php, magicdefs.php, runinfo.php,
|
|---|
| 954 | sequinfo.php, statusrps.php, statussbs.php, statussps.php:
|
|---|
| 955 | - included failure handling columns
|
|---|
| 956 |
|
|---|
| 957 | * datacenter/db/findoffdata.php:
|
|---|
| 958 | - added DT
|
|---|
| 959 |
|
|---|
| 960 | * datacenter/db/statusrps.php:
|
|---|
| 961 | - fixed bug
|
|---|
| 962 |
|
|---|
| 963 | * datacenter/db/sequinfo.php:
|
|---|
| 964 | - reduced width of menu
|
|---|
| 965 |
|
|---|
| 966 | * datacenter/scripts/copyscript:
|
|---|
| 967 | - added makedir for oldcatalogpath
|
|---|
| 968 |
|
|---|
| 969 |
|
|---|
| 970 |
|
|---|
| 971 | 2006/02/23 Thomas Bretz
|
|---|
| 972 |
|
|---|
| 973 | * mjobs/MJSpectrum.cc:
|
|---|
| 974 | - fixed plot for Eý.dN/dE. The spectrum was multiplied with two
|
|---|
| 975 | times the bin-width instead of the absolute energy
|
|---|
| 976 |
|
|---|
| 977 |
|
|---|
| 978 |
|
|---|
| 979 | 2006/02/22 Daniela Dorner
|
|---|
| 980 |
|
|---|
| 981 | * datacenter/db/querymc.php:
|
|---|
| 982 | - added (website to query montecarlo database - first version)
|
|---|
| 983 |
|
|---|
| 984 | * datacenter/db/magicdefs.php:
|
|---|
| 985 | - added some values of montecarlo database
|
|---|
| 986 |
|
|---|
| 987 |
|
|---|
| 988 |
|
|---|
| 989 | 2006/02/17 Daniela Dorner
|
|---|
| 990 |
|
|---|
| 991 | * datacenter/scripts/copyscript:
|
|---|
| 992 | - fixed path length
|
|---|
| 993 |
|
|---|
| 994 | * datacenter/macros/fillsources.C:
|
|---|
| 995 | - added (macro to read source information from catalog files and
|
|---|
| 996 | insert it into the database)
|
|---|
| 997 |
|
|---|
| 998 | * datacenter/db/ganymed.php:
|
|---|
| 999 | - improved output
|
|---|
| 1000 |
|
|---|
| 1001 | * datacenter/db/index.html:
|
|---|
| 1002 | - added ganymed.php
|
|---|
| 1003 | - removed old link
|
|---|
| 1004 |
|
|---|
| 1005 |
|
|---|
| 1006 |
|
|---|
| 1007 | 2006/02/17 Thomas Bretz
|
|---|
| 1008 |
|
|---|
| 1009 | * showplot.cc:
|
|---|
| 1010 | - fixed path inflation in case of ganymed
|
|---|
| 1011 |
|
|---|
| 1012 | * mjobs/MDataSet.cc:
|
|---|
| 1013 | - return kFALSE if requested source wasn't found in catalog
|
|---|
| 1014 |
|
|---|
| 1015 | * mjobs/MJCut.cc:
|
|---|
| 1016 | - reformatted output of source to fit in one line
|
|---|
| 1017 |
|
|---|
| 1018 | * mpointing/MPointingPos.[h,cc]:
|
|---|
| 1019 | - output source name (title) in Print() if set
|
|---|
| 1020 |
|
|---|
| 1021 |
|
|---|
| 1022 |
|
|---|
| 1023 | 2006/02/16 Daniela Dorner
|
|---|
| 1024 |
|
|---|
| 1025 | * datacenter/scripts/checkstardone:
|
|---|
| 1026 | - small improvement in sequence handling
|
|---|
| 1027 | - improved logging
|
|---|
| 1028 |
|
|---|
| 1029 | * datacenter/scripts/sourcefile:
|
|---|
| 1030 | - small bugfixes in setstatus function
|
|---|
| 1031 |
|
|---|
| 1032 | * datacenter/scripts/runganymed:
|
|---|
| 1033 | - small bugfix
|
|---|
| 1034 |
|
|---|
| 1035 | * datacenter/scripts/copyscript:
|
|---|
| 1036 | - fixed path length
|
|---|
| 1037 |
|
|---|
| 1038 | * datacenter/db/ganymed.php:
|
|---|
| 1039 | - added (website to query results for sources/datasets)
|
|---|
| 1040 |
|
|---|
| 1041 |
|
|---|
| 1042 |
|
|---|
| 1043 | 2006/02/15 Daniela Dorner
|
|---|
| 1044 |
|
|---|
| 1045 | * datacenter/db/findoffdata.php:
|
|---|
| 1046 | - implemented possibility to query range of dates for 'stardone'
|
|---|
| 1047 |
|
|---|
| 1048 |
|
|---|
| 1049 |
|
|---|
| 1050 | 2006/02/15 Daniel Hoehne
|
|---|
| 1051 |
|
|---|
| 1052 | * datacenter/db/magicdefs.php, querycal.php, sequinfo.php:
|
|---|
| 1053 | - implemented query for mean signal inner/outer and mean pulsepos
|
|---|
| 1054 | * datacenter/db/sequence.php:
|
|---|
| 1055 | - implemented query for mean signal inner/outer, mean pulsepos
|
|---|
| 1056 | and inhomogeneity
|
|---|
| 1057 |
|
|---|
| 1058 |
|
|---|
| 1059 |
|
|---|
| 1060 | 2006/02/15 Daniela Dorner, Daniel Hoehne
|
|---|
| 1061 |
|
|---|
| 1062 | * datacenter/scripts/writesequencefiles,doexclusion,correcttime:
|
|---|
| 1063 | - fixed small bug
|
|---|
| 1064 |
|
|---|
| 1065 |
|
|---|
| 1066 |
|
|---|
| 1067 | 2006/02/14 Daniela Dorner, Daniel Hoehne
|
|---|
| 1068 |
|
|---|
| 1069 | * datacenter/scripts/sourcefile:
|
|---|
| 1070 | - fixed small bugs
|
|---|
| 1071 |
|
|---|
| 1072 | * datacenter/scripts/movingrawfiles:
|
|---|
| 1073 | - changed back to moving files without zipping
|
|---|
| 1074 |
|
|---|
| 1075 | * datacenter/scripts/doqualityplots:
|
|---|
| 1076 | - added running of plotdb.C for each datasetfile
|
|---|
| 1077 |
|
|---|
| 1078 | * datacenter/macros/getdolist.C:
|
|---|
| 1079 | - implemented limitation for number of todo files for
|
|---|
| 1080 | SequenceProcessStatus
|
|---|
| 1081 |
|
|---|
| 1082 | * datacenter/macros/checkfileavail.C,checkstardone.C:
|
|---|
| 1083 | - changed return code in case that files are not available
|
|---|
| 1084 |
|
|---|
| 1085 | * datacenter/scripts/checkfilesforsequavail,checkstardone,sourcefile:
|
|---|
| 1086 | - adapted to changed return code in macros
|
|---|
| 1087 |
|
|---|
| 1088 | * datacenter/db/magicdefs.php, querystar.php, sequinfo.php:
|
|---|
| 1089 | - implemented query for inhomogeneity
|
|---|
| 1090 |
|
|---|
| 1091 |
|
|---|
| 1092 |
|
|---|
| 1093 | 2006/02/13
|
|---|
| 1094 |
|
|---|
| 1095 | * RELEASE 0.9.4.3
|
|---|
| 1096 |
|
|---|
| 1097 |
|
|---|
| 1098 |
|
|---|
| 1099 | 2006/02/13 Thomas Bretz
|
|---|
| 1100 |
|
|---|
| 1101 | * callisto.rc:
|
|---|
| 1102 | - changed pulse position check ExtractWinLeft to 4.0 and
|
|---|
| 1103 | ExtractWinRight to 4.5
|
|---|
| 1104 |
|
|---|
| 1105 | * callisto_Dec04Jan05.rc:
|
|---|
| 1106 | - changed pulse position check ExtractWinLeft to 3.0 and
|
|---|
| 1107 | ExtractWinRight left at 2.5
|
|---|
| 1108 |
|
|---|
| 1109 |
|
|---|
| 1110 |
|
|---|
| 1111 | 2006/02/10 Thomas Bretz
|
|---|
| 1112 |
|
|---|
| 1113 | * mastro/MAstro.cc:
|
|---|
| 1114 | - allow for more year in the algorithm calculating easter
|
|---|
| 1115 |
|
|---|
| 1116 | * mcamera/MCameraDC.h, mcamera/MCameraHV.h, mcamera/MCameraTD.h,
|
|---|
| 1117 | mcamera/MCameraTH.h:
|
|---|
| 1118 | - added a sanity check in GetPixelContent
|
|---|
| 1119 |
|
|---|
| 1120 | * mraw/MRawRunHeader.cc:
|
|---|
| 1121 | - fixed output (correct kiB instead of kB)
|
|---|
| 1122 |
|
|---|
| 1123 | * Makefile, Makefile.rules:
|
|---|
| 1124 | - implemented the possibility to spread Make through condor
|
|---|
| 1125 |
|
|---|
| 1126 | * mastro/MAstroCatalog.[h,cc]:
|
|---|
| 1127 | - new draw-options to rotate the grid and the stars
|
|---|
| 1128 |
|
|---|
| 1129 | * mimage/MHHillas.cc:
|
|---|
| 1130 | - set minimum of fDelte to 0 instead of fDistC
|
|---|
| 1131 |
|
|---|
| 1132 | * msignal/MExtractTimeAndChargeSpline.h:
|
|---|
| 1133 | - replaced the casts in SetRiseTimeHiGain and StFallTimeHiGain by
|
|---|
| 1134 | TMath::NInt
|
|---|
| 1135 |
|
|---|
| 1136 | * mjobs/MDataSet.h:
|
|---|
| 1137 | - implemented new functions to check whether the dataset contains
|
|---|
| 1138 | a dedicated sequence
|
|---|
| 1139 |
|
|---|
| 1140 | * datacenter/macros/plotdb.C:
|
|---|
| 1141 | - implemented the possibility to draw sequences of a dataset in
|
|---|
| 1142 | several colors
|
|---|
| 1143 |
|
|---|
| 1144 |
|
|---|
| 1145 |
|
|---|
| 1146 | 2006/02/09 Thomas Bretz
|
|---|
| 1147 |
|
|---|
| 1148 | * mreport/MReport.cc:
|
|---|
| 1149 | - invented new fake CC report file version 200509300 for a change
|
|---|
| 1150 | in the starguider format (the already implemented last values
|
|---|
| 1151 | dissapeared again!) which is not noticed in the format version.
|
|---|
| 1152 |
|
|---|
| 1153 | * mreport/MReportCC.cc, mreport/MReportStarguider.cc:
|
|---|
| 1154 | - fixed support for ver 200510250
|
|---|
| 1155 |
|
|---|
| 1156 | * mjobs/MJSpectrum.cc:
|
|---|
| 1157 | - added fit of un-unfolded spectrum
|
|---|
| 1158 |
|
|---|
| 1159 |
|
|---|
| 1160 |
|
|---|
| 1161 | 2006/02/08 Daniela Dorner
|
|---|
| 1162 |
|
|---|
| 1163 | * datacenter/scripts/sourcefile:
|
|---|
| 1164 | - implemented function checklock
|
|---|
| 1165 | - bugfix for failure code
|
|---|
| 1166 |
|
|---|
| 1167 | * datacenter/scripts/buildsequenceentries, checkfilesforsequenceavail,
|
|---|
| 1168 | checkstardone, doexclusions, fillcallisto, fillganymed, fillstar,
|
|---|
| 1169 | makecallistolinks, runcallisto, runganymed, runstar,
|
|---|
| 1170 | writesequencefiles:
|
|---|
| 1171 | - implemented usage of function checklock
|
|---|
| 1172 |
|
|---|
| 1173 | * datacenter/scripts/copyscript, doqualityplots, dowebplots,
|
|---|
| 1174 | insertsequences, linkmc:
|
|---|
| 1175 | - implemented usage of function checklock
|
|---|
| 1176 | - implemented variable $program
|
|---|
| 1177 |
|
|---|
| 1178 | * datacenter/scripts/dodatacheck:
|
|---|
| 1179 | - implemented usage of function checklock
|
|---|
| 1180 | - implemented variable $lockfile
|
|---|
| 1181 |
|
|---|
| 1182 | * datacenter/scripts/insertdatasets, mcsequences, processmcsequences:
|
|---|
| 1183 | - implemented usage of function checklock
|
|---|
| 1184 | - implemented variables $lockfile and $program
|
|---|
| 1185 |
|
|---|
| 1186 | * datacenter/macros/doexclusions.C, fillganymed.C:
|
|---|
| 1187 | - fixed bug
|
|---|
| 1188 |
|
|---|
| 1189 | * datacenter/macros/fillsinope.C, setstatus.C:
|
|---|
| 1190 | - improved documentation
|
|---|
| 1191 |
|
|---|
| 1192 | * datacenter/scripts/filesondisk:
|
|---|
| 1193 | - implemented finding of zipped files
|
|---|
| 1194 |
|
|---|
| 1195 |
|
|---|
| 1196 |
|
|---|
| 1197 | 2006/02/08 Thomas Bretz
|
|---|
| 1198 |
|
|---|
| 1199 | * datacenter/macros/plotdb.C:
|
|---|
| 1200 | - some minor changes to the layout
|
|---|
| 1201 |
|
|---|
| 1202 |
|
|---|
| 1203 |
|
|---|
| 1204 | 2006/02/07 Daniela Dorner
|
|---|
| 1205 |
|
|---|
| 1206 | * datacenter/scripts/makecallistolinks:
|
|---|
| 1207 | - fixed bug
|
|---|
| 1208 |
|
|---|
| 1209 | * datacenter/db:
|
|---|
| 1210 | - added (directory with db-websites)
|
|---|
| 1211 |
|
|---|
| 1212 |
|
|---|
| 1213 |
|
|---|
| 1214 | 2006/02/07 Daniela Dorner, Daniel Hoehne
|
|---|
| 1215 |
|
|---|
| 1216 | * datacenter/scripts/sourcefile:
|
|---|
| 1217 | - added failure code variables
|
|---|
| 1218 | - changed calling of setstatus.C accordingly
|
|---|
| 1219 |
|
|---|
| 1220 | * datacenter/scripts/buildsequenceentries, checkfilesforsequenceavail,
|
|---|
| 1221 | checkstardone, correcttime, dodatacheck, doexclusions, fillcallisto,
|
|---|
| 1222 | fillganymed, fillstar, runcallisto, runganymed, runstar,
|
|---|
| 1223 | writesequencefiles:
|
|---|
| 1224 | - implemented failure variable
|
|---|
| 1225 |
|
|---|
| 1226 | * datacenter/macros/getdolist.C, setstatus.C, setupdb.C:
|
|---|
| 1227 | - added new/changed columns (fReturnCode, fFailedCode,
|
|---|
| 1228 | fFailedCodeAdd)
|
|---|
| 1229 |
|
|---|
| 1230 |
|
|---|
| 1231 |
|
|---|
| 1232 | 2006/02/06 Daniela Dorner
|
|---|
| 1233 |
|
|---|
| 1234 | * datacenter/scripts/fillstar, macros/setstatus.C, getdolist.C:
|
|---|
| 1235 | - fixed bugs
|
|---|
| 1236 |
|
|---|
| 1237 |
|
|---|
| 1238 |
|
|---|
| 1239 | 2006/02/03 Daniela Dorner
|
|---|
| 1240 |
|
|---|
| 1241 | * datacenter/scripts/sourcefile:
|
|---|
| 1242 | - implemented two new functions: getdolist, finish
|
|---|
| 1243 | - implemented usage of function finish in other functions
|
|---|
| 1244 |
|
|---|
| 1245 | * datacenter/scripts/movingrawfiles:
|
|---|
| 1246 | - implemented zipping of rawfiles
|
|---|
| 1247 |
|
|---|
| 1248 | * datacenter/scripts/buildsequenceentries, checkfilesforsequenceavail,
|
|---|
| 1249 | checkstardone, copyscript, correcttime, dodatacheck, doexclusions,
|
|---|
| 1250 | fillcallisto, fillganymed, fillstar, insertdatasets,
|
|---|
| 1251 | makecallistolinks, processmcsequences, runcallisto, runganymed,
|
|---|
| 1252 | runstar, writesequencefiles:
|
|---|
| 1253 | - replaced corresponding pieces of code by the functions getdolist
|
|---|
| 1254 | and finish
|
|---|
| 1255 | - moved variable $date to function getdolist
|
|---|
| 1256 | - improved logging
|
|---|
| 1257 | - generalized variables $lockfile and $todofile
|
|---|
| 1258 |
|
|---|
| 1259 |
|
|---|
| 1260 | 2006/02/03 Daniela Dorner, Daniel Hoehne
|
|---|
| 1261 |
|
|---|
| 1262 | * datacenter/scripts/sourcefile:
|
|---|
| 1263 | - fixed small bugs
|
|---|
| 1264 |
|
|---|
| 1265 | * datacenter/scripts/runcallisto:
|
|---|
| 1266 | - small bugfix
|
|---|
| 1267 | - improved logging
|
|---|
| 1268 |
|
|---|
| 1269 | * datacenter/scripts/insertdatasets:
|
|---|
| 1270 | - removed not needed variable
|
|---|
| 1271 |
|
|---|
| 1272 | * datacenter/macros/getdolist.C:
|
|---|
| 1273 | - small bugfix
|
|---|
| 1274 |
|
|---|
| 1275 |
|
|---|
| 1276 |
|
|---|
| 1277 | 2006/02/02 Daniela Dorner
|
|---|
| 1278 |
|
|---|
| 1279 | * datacenter/scripts/linkmc:
|
|---|
| 1280 | - changed numbering of P and C run in linking
|
|---|
| 1281 |
|
|---|
| 1282 | * datacenter/scripts/sourcefile:
|
|---|
| 1283 | - moved to root-version root_v4.04.02g
|
|---|
| 1284 |
|
|---|
| 1285 |
|
|---|
| 1286 |
|
|---|
| 1287 | 2006/02/01 Daniel Hoehne
|
|---|
| 1288 |
|
|---|
| 1289 | * datacenter/scripts/buildsequenceentries, checkfilesforsequenceavail,
|
|---|
| 1290 | checkstardone, correcttime, dodatacheck, doexclusions, fillcallisto,
|
|---|
| 1291 | fillganymed, fillstar, writesequencefiles:
|
|---|
| 1292 | - adapted usage of function setstatus
|
|---|
| 1293 |
|
|---|
| 1294 |
|
|---|
| 1295 |
|
|---|
| 1296 | 2006/01/31 Daniela Dorner
|
|---|
| 1297 |
|
|---|
| 1298 | * datacenter/macros/setstatus.C, getdolist.C:
|
|---|
| 1299 | - adapted macros to changes in new columns (fFailedCode,
|
|---|
| 1300 | fFailedComment)
|
|---|
| 1301 |
|
|---|
| 1302 | * datacenter/macros/setstatus.C:
|
|---|
| 1303 | - added "noreset" for column fStartTime (is needed so that runtime
|
|---|
| 1304 | is available in case of failure)
|
|---|
| 1305 |
|
|---|
| 1306 | * datacenter/macros/setupdb.C:
|
|---|
| 1307 | - added new columns
|
|---|
| 1308 |
|
|---|
| 1309 | * datacenter/scripts/runcallisto, runganymed, runstar:
|
|---|
| 1310 | - implemented failure handling
|
|---|
| 1311 |
|
|---|
| 1312 | * datacenter/scripts/sourcefile:
|
|---|
| 1313 | - implemented new functions to set status values
|
|---|
| 1314 |
|
|---|
| 1315 |
|
|---|
| 1316 |
|
|---|
| 1317 | 2006/01/30 Daniel Hoehne
|
|---|
| 1318 |
|
|---|
| 1319 | * datacenter/scripts/buildsequenceentries, checkfilesforsequenceavail,
|
|---|
| 1320 | checkstardone, correcttime, dodatacheck, doexclusions, fillcallisto,
|
|---|
| 1321 | fillganymed, fillstar, runcallisto, runganymed, runstar, sourcefile,
|
|---|
| 1322 | writesequencefiles:
|
|---|
| 1323 | - added function setstatus in sourcefile
|
|---|
| 1324 | - changed calling of setstatus.C in setstatus
|
|---|
| 1325 | - implemented variable $program to generalize usage of setstatus
|
|---|
| 1326 | - replaced corresponding piece of code by function setstatus
|
|---|
| 1327 | - fixed some typos
|
|---|
| 1328 |
|
|---|
| 1329 |
|
|---|
| 1330 |
|
|---|
| 1331 | 2006/01/30 Daniela Dorner
|
|---|
| 1332 |
|
|---|
| 1333 | * datacenter/macros/setstatus.C, getdolist.C:
|
|---|
| 1334 | - adapted macros to the improvement of failure handling in the
|
|---|
| 1335 | automatic analysis (added columns fFailed, fStartTime,
|
|---|
| 1336 | fFailedTime)
|
|---|
| 1337 |
|
|---|
| 1338 |
|
|---|
| 1339 |
|
|---|
| 1340 | 2006/01/27 Thomas Bretz
|
|---|
| 1341 |
|
|---|
| 1342 | * mjobs/MDataSet.cc:
|
|---|
| 1343 | - improved a warning output
|
|---|
| 1344 |
|
|---|
| 1345 |
|
|---|
| 1346 |
|
|---|
| 1347 | 2006/01/23 Thomas Bretz
|
|---|
| 1348 |
|
|---|
| 1349 | * mbase/MTime.cc:
|
|---|
| 1350 | - removed a sanity check in GetStringFmt. It work's quite nice
|
|---|
| 1351 | in the DC but crashes on my Laptop (which is not so important)
|
|---|
| 1352 |
|
|---|
| 1353 |
|
|---|
| 1354 |
|
|---|
| 1355 | 2006/01/10 Daniela Dorner
|
|---|
| 1356 |
|
|---|
| 1357 | * datacenter/macros/*.C, datacenter/script:
|
|---|
| 1358 | - updated and added documentation
|
|---|
| 1359 | - improved logging
|
|---|
| 1360 | - fixed small bugs
|
|---|