| 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 | 2007/03/04 Thomas Bretz
|
|---|
| 22 |
|
|---|
| 23 | * mhcalib/MHCalibrationChargeBlindCam.cc,
|
|---|
| 24 | mhcalib/MHCalibrationChargeBlindPix.[h,cc]:
|
|---|
| 25 | - commented out references to MRawEvtPixelIter::GetNum*Samples
|
|---|
| 26 |
|
|---|
| 27 | * mhcalib/MHCalibrationRelTimeCam.cc:
|
|---|
| 28 | - updated header
|
|---|
| 29 |
|
|---|
| 30 | * mjobs/MJCalibrateSignal.cc:
|
|---|
| 31 | - updated header
|
|---|
| 32 | - removed references to MHCalibrationPulseTimeCam
|
|---|
| 33 | - added a check to make sure that extractor1 is initialized
|
|---|
| 34 | - use new SetRangeFromExtractor function for pedestal
|
|---|
| 35 | extraction range
|
|---|
| 36 | - added a new filter to check for pedestal events, used for
|
|---|
| 37 | pedestal extraction in cases w/o lo-gains and to remove
|
|---|
| 38 | pedestal events from further analysis
|
|---|
| 39 | - fill and display hi-/lo-gain histogram only if lo-gain exists
|
|---|
| 40 |
|
|---|
| 41 | * mjobs/MJPedestal.cc:
|
|---|
| 42 | - replaced fSequence.GetName by GetFileName
|
|---|
| 43 | - check for availability of lo-gain in pulse pos check
|
|---|
| 44 | - Add MHCalibrationPulseTime to parlist to allow resources
|
|---|
| 45 | file setup
|
|---|
| 46 | - to fill the MHCalibrationPulseTimeCam deny calibration- and
|
|---|
| 47 | pedestal-events
|
|---|
| 48 | - use a pedestal filter to deny calibration events
|
|---|
| 49 | - use new SetRangeFromExtractor function for pedestal
|
|---|
| 50 | extraction range
|
|---|
| 51 |
|
|---|
| 52 | * mhcalib/MHCalibrationPulseTimeCam.cc:
|
|---|
| 53 | - removed an obsolete return
|
|---|
| 54 |
|
|---|
| 55 | * mpedestal/MPedCalcFromLoGain.cc:
|
|---|
| 56 | - if event does not contain lo-gains do not start extraction
|
|---|
| 57 | at lo-gain offset
|
|---|
| 58 |
|
|---|
| 59 | * mpedestal/MPedestalSubtractedEvt.[h,cc]:
|
|---|
| 60 | - changed variable naming in GetSaturation from sathi to sat
|
|---|
| 61 | - changed limit in GetMax from Byte_t to UInt_t
|
|---|
| 62 |
|
|---|
| 63 | * msignal/MExtractBlindPixel.cc, msignal/MExtractTimeAndCharge.cc:
|
|---|
| 64 | - changed max argument in GetMax from Int_t to UInt_t
|
|---|
| 65 |
|
|---|
| 66 | * msignal/MExtractTimeAndCharge.[h,cc]:
|
|---|
| 67 | - changed fLoGainSwitch from Byte_t to UInt_t
|
|---|
| 68 | - increased class version accordingly to 4
|
|---|
| 69 |
|
|---|
| 70 | * mmain/MEventDisplay.cc:
|
|---|
| 71 | - took out the display of the slice with the max index
|
|---|
| 72 | - handle pedestal subtraction more accurate
|
|---|
| 73 |
|
|---|
| 74 | * mraw/MRawEvtData.cc:
|
|---|
| 75 | - added number of bytes per sample to GetNumBytes()
|
|---|
| 76 | - removed contents of GetPixelContent... depricated
|
|---|
| 77 |
|
|---|
| 78 | * mraw/MRawEvtPixelIter.[h,cc]:
|
|---|
| 79 | - updated comments
|
|---|
| 80 | - removed all functions returning informations about single
|
|---|
| 81 | pixels (should be done through MPedestalSubtractedEvt
|
|---|
| 82 | instead)
|
|---|
| 83 |
|
|---|
| 84 | * mhist/MHEvent.cc:
|
|---|
| 85 | - removed KMaxIdx...depricated.
|
|---|
| 86 |
|
|---|
| 87 | * msignal/MExtractor.[h,cc]:
|
|---|
| 88 | - changed type of fSaturationLimit from Byte_t to UInt_t
|
|---|
| 89 | - increased class version number accordingly to 8
|
|---|
| 90 | - only reset fSaturationLimit if it is above 0xff and
|
|---|
| 91 | no lo-gain available
|
|---|
| 92 |
|
|---|
| 93 | * msignal/MSignalCalc.[h,cc]:
|
|---|
| 94 | - changed to use MPedestalSubtractedEvt instead of MRawEvtData
|
|---|
| 95 | - make handling of data without lo-gains possible
|
|---|
| 96 |
|
|---|
| 97 | * mhcalib/MHCalibrationChargeCam.[h,cc]:
|
|---|
| 98 | - changed to use pedestal subtracted evt instead of the raw evt
|
|---|
| 99 | for determination of the arrival time
|
|---|
| 100 |
|
|---|
| 101 | * mhcalib/MHCalibrationCam.[h,cc]:
|
|---|
| 102 | - made IsLoGain autodetecting in case fRunHeader is available
|
|---|
| 103 |
|
|---|
| 104 | * msignal/MExtractPINDiode.cc:
|
|---|
| 105 | - use MRawRunHeader's GetNumSamplesHi/LoGain
|
|---|
| 106 |
|
|---|
| 107 |
|
|---|
| 108 |
|
|---|
| 109 | 2007/03/03 Thomas Bretz
|
|---|
| 110 |
|
|---|
| 111 | * mcalib/MCalibrationRelTimeCalc.cc:
|
|---|
| 112 | - changed the default of RelTimeResolutionLimit from 1.0 to 0.05
|
|---|
| 113 |
|
|---|
| 114 | * mhcalib/MHCalibrationChargeCam.cc,
|
|---|
| 115 | mhcalib/MHCalibrationPulseTimeCam.cc,
|
|---|
| 116 | mhcalib/MHCalibrationRelTimeCam.cc:
|
|---|
| 117 | - added f*RefCharge to Copy function
|
|---|
| 118 | - added range to calls of GetIdxMaxHi/LoGainSample
|
|---|
| 119 | - reworked and simplified DrawDataCheckPixel
|
|---|
| 120 | - reworked and simplified DrawReferenceLine
|
|---|
| 121 | - fixed call to ReadEnv of base class in ReadEnv
|
|---|
| 122 |
|
|---|
| 123 | * mhcalib/MHCalibrationRelTimeCam.cc:
|
|---|
| 124 | - commented filling of lo-gain arrays out.
|
|---|
| 125 |
|
|---|
| 126 | * mpedestal/MExtractPedestal.[h,cc],
|
|---|
| 127 | mpedestal/MPedCalcFromLoGain.h, mpedestal/MPedCalcPedRun.h:
|
|---|
| 128 | - added the SetRangeFromExtractor function
|
|---|
| 129 |
|
|---|
| 130 | * msignal/MExtractBlindPixel.cc, msignal/MSignalCalc.cc:
|
|---|
| 131 | - use GetNumSamplesHiGain of MRawRunHeader instead of
|
|---|
| 132 | MRawEvtPixelIter's
|
|---|
| 133 |
|
|---|
| 134 | * msignal/MSignalCalc.[h,cc]:
|
|---|
| 135 | - slightly changed handling of MC run, changed hi-/lo-gain
|
|---|
| 136 | calibration from 10 to 11.3
|
|---|
| 137 |
|
|---|
| 138 | * msignal/MExtractTime.cc:
|
|---|
| 139 | - don't print lo-gain properties if n/a
|
|---|
| 140 |
|
|---|
| 141 | * msignal/MExtractor.[h,cc]:
|
|---|
| 142 | - reset logain range and saturation limit if no logains available
|
|---|
| 143 | - added HasLoGain member function
|
|---|
| 144 | - don't print lo-gain attributes in Print if no logains
|
|---|
| 145 |
|
|---|
| 146 | * msignal/MExtractTimeAndCharge.cc:
|
|---|
| 147 | - reset fLoGainSwitch if logains are not available
|
|---|
| 148 | - use MRawRunHeader's GetNumSamplesHi/LoGain
|
|---|
| 149 | - do not use MRawEvtPixelIter to determin availability of lo-gains
|
|---|
| 150 | use number of lo-gain samples to extract instead.
|
|---|
| 151 | - don't print lo-gain properties if n/a
|
|---|
| 152 |
|
|---|
| 153 |
|
|---|
| 154 |
|
|---|
| 155 | 2007/03/02 Thomas Bretz
|
|---|
| 156 |
|
|---|
| 157 | * mraw/MRawRunHeader.h:
|
|---|
| 158 | - added GetNumBytesPerSample() member function
|
|---|
| 159 |
|
|---|
| 160 | * mraw/MRawRead.cc:
|
|---|
| 161 | - splitted ReadPixel and setting ab-flag into function calls
|
|---|
| 162 | - fixed skipping pixels if bps>1
|
|---|
| 163 |
|
|---|
| 164 | * mraw/MRawEvtData.[h,cc]:
|
|---|
| 165 | - removed last argument from AddPixel
|
|---|
| 166 | - split reading pixel data and setting ab-flag into two functions
|
|---|
| 167 | - increased version number from 5 to 6
|
|---|
| 168 | - adapted Print function
|
|---|
| 169 | - adapted Draw function
|
|---|
| 170 | - adapted ReadPixel function
|
|---|
| 171 |
|
|---|
| 172 | * manalysis/MMcCalibrationUpdate.[h,cc]:
|
|---|
| 173 | - made sure that Process is not executed in case of MC files
|
|---|
| 174 | - minor changes to includes
|
|---|
| 175 |
|
|---|
| 176 | * mextralgo/MExtralgoSpline.h:
|
|---|
| 177 | - removed obsolete include iostream
|
|---|
| 178 |
|
|---|
| 179 |
|
|---|
| 180 |
|
|---|
| 181 | 2007/03/01 Thomas Bretz
|
|---|
| 182 |
|
|---|
| 183 | * mmain/MEventDisplay.cc:
|
|---|
| 184 | - didn't show callisto output anymore because of missing fundametal
|
|---|
| 185 | pedestal
|
|---|
| 186 |
|
|---|
| 187 | * mbadpixels/MBadPixelsTreat.cc:
|
|---|
| 188 | - added more informative output
|
|---|
| 189 |
|
|---|
| 190 | * mhcalib/MHCalibrationCam.[h,cc], mhcalib/MHCalibrationChargeCam.cc,
|
|---|
| 191 | mhcalib/MHCalibrationChargePix.h, mhcalib/MHCalibrationRelTimeCam.cc,
|
|---|
| 192 | mhcalib/MHCalibrationChargeCam.h, mhcalib/MHCalibrationChargePINDiode.h,
|
|---|
| 193 | mhcalib/MHCalibrationPulseTimeCam.cc, mhcalib/MHCalibrationTestCam.cc,
|
|---|
| 194 | mhcalib/MHCalibrationTestTimeCam.cc, mhcalib/MHGausEvents.h,
|
|---|
| 195 | mhcalib/MHCalibrationChargeBlindCam.cc, mhcalib/MHPedestalCam.cc,
|
|---|
| 196 | - replaced SetNbins/First/Last by SetBinning
|
|---|
| 197 |
|
|---|
| 198 | * mhcalib/MHCalibrationChargeCam.cc:
|
|---|
| 199 | - improved output in case arrival time is out of range
|
|---|
| 200 |
|
|---|
| 201 | * mhcalib/MHCalibrationPulseTimeCam.cc:
|
|---|
| 202 | - the values can only have discrete valuesno need to set a bin-width
|
|---|
| 203 | different from 1
|
|---|
| 204 | - set binning automatically by using the number of samples
|
|---|
| 205 | - fixed ReadEnv
|
|---|
| 206 | - directly use maxpos, no cast necessary
|
|---|
| 207 |
|
|---|
| 208 | * mraw/MRawRunHeader.h:
|
|---|
| 209 | - added new member function GetNumSamples
|
|---|
| 210 |
|
|---|
| 211 | * mpedestal/MPedCalcFromLoGain.cc:
|
|---|
| 212 | - fixed ReadEnv
|
|---|
| 213 |
|
|---|
| 214 | * mraw/MRawCrateData.cc, mraw/MRawEvtHeader.cc:
|
|---|
| 215 | - implemented reading new mux format 8
|
|---|
| 216 |
|
|---|
| 217 | * mraw/MRawRunHeader.[h,cc]:
|
|---|
| 218 | - implemented reading of new file format 8
|
|---|
| 219 | - added new data members fNumBytesPerSample, fFreqSampling
|
|---|
| 220 | and fNumSignificantBits
|
|---|
| 221 | - increased file format version from 5 to 6
|
|---|
| 222 |
|
|---|
| 223 | * mraw/MRawEvtPixelIter.[h,cc]:
|
|---|
| 224 | - made aware of handling the new and old format
|
|---|
| 225 | - added range to GetIdxMax*
|
|---|
| 226 |
|
|---|
| 227 | * mhcalib/MHCalibrationPulseTimeCam.[h,cc]:
|
|---|
| 228 | - removed obsolete data members fSumhiarea and fSumhisector
|
|---|
| 229 | - replaced the usage of MRawEvtData by MPedestalSubtractedEvt
|
|---|
| 230 | - according to this the lower signal limit has been decresed
|
|---|
| 231 | by 15
|
|---|
| 232 | - changed "saturation" limit accordingly from 254 to 245
|
|---|
| 233 |
|
|---|
| 234 | * mpedestal/MPedestalsubtractedEvt.h:
|
|---|
| 235 | - added a shortcut for GetSaturation
|
|---|
| 236 |
|
|---|
| 237 | * mjobs/MJPedestal.cc:
|
|---|
| 238 | - first subtract pedestal and then fill MHCalibrationPulseTimeCam
|
|---|
| 239 | - fill MHCalibrationPulseTimeCam with MPedestalSubtracted
|
|---|
| 240 |
|
|---|
| 241 |
|
|---|
| 242 |
|
|---|
| 243 | 2007/02/28 Thomas Bretz
|
|---|
| 244 |
|
|---|
| 245 | * macros/tutorials/mirrordelay.C:
|
|---|
| 246 | - fixed the formula for the spherical mirror
|
|---|
| 247 | - fixed the calculation of the time-delay
|
|---|
| 248 |
|
|---|
| 249 | * mastro/MObservatory.[h,cc]:
|
|---|
| 250 | - added constructors and functions to set the observatory location
|
|---|
| 251 | manually
|
|---|
| 252 |
|
|---|
| 253 | * mbase/MTime.[h,cc]:
|
|---|
| 254 | - added constructor to construct MTime by date
|
|---|
| 255 | - added AsDouble for new root streamers (allowing to view MTime in
|
|---|
| 256 | a TBrowser)
|
|---|
| 257 | - added GetRootDatime to return TDatime object
|
|---|
| 258 |
|
|---|
| 259 | * mcalib/MCalibrateData.cc:
|
|---|
| 260 | - added more meaningful output in case a conversion factor exceeds a limit
|
|---|
| 261 |
|
|---|
| 262 | * datacenter/macros/plotdb.C:
|
|---|
| 263 | - added plot for spark rate
|
|---|
| 264 |
|
|---|
| 265 |
|
|---|
| 266 |
|
|---|
| 267 | 2007/02/26 Daniela Dorner
|
|---|
| 268 |
|
|---|
| 269 | * datacenter/db/builddatasets.php, datacenter/db/findoffdata.php,
|
|---|
| 270 | datacenter/db/sequinfo-aio.php, datacenter/db/runinfo-aio.php,
|
|---|
| 271 | datacenter/db/include.php, datacenter/db/menu.php, :
|
|---|
| 272 | - bugfix: the stopdate was not choses properly in case of reset
|
|---|
| 273 | when there was no data past midnight
|
|---|
| 274 | - a new function (GetStopDate) has been implemented
|
|---|
| 275 | - bugfix in PrintNightRange (table Sequences was used in all cases)
|
|---|
| 276 |
|
|---|
| 277 |
|
|---|
| 278 |
|
|---|
| 279 | 2007/02/26 Daniel Hoehne
|
|---|
| 280 |
|
|---|
| 281 | * datacenter/macros/fillstar.C:
|
|---|
| 282 | - bugfixes: included MHCamera.h, corrected two typos (missing ";" and
|
|---|
| 283 | a surplus "s" in the variable "sparkrate")
|
|---|
| 284 |
|
|---|
| 285 | * datacenter/db/magicdefs.php, menu.php:
|
|---|
| 286 | - added fSparkRate
|
|---|
| 287 |
|
|---|
| 288 |
|
|---|
| 289 |
|
|---|
| 290 | 2007/02/16
|
|---|
| 291 |
|
|---|
| 292 | * RELEASE 1.0
|
|---|
| 293 |
|
|---|
| 294 |
|
|---|
| 295 |
|
|---|
| 296 | 2007/02/16 Thomas Bretz
|
|---|
| 297 |
|
|---|
| 298 | * macros/starvisyear.C:
|
|---|
| 299 | - changed default observator to magic
|
|---|
| 300 | - fixed some typos in comments
|
|---|
| 301 |
|
|---|
| 302 | * mastro/MAstro.[h,cc]:
|
|---|
| 303 | - added a new function to estimate the time of culmination
|
|---|
| 304 | - fixed the conversion factors RadToHor and HorToRad (wrong by 15/24)
|
|---|
| 305 |
|
|---|
| 306 | * mastro/MObservatory.cc:
|
|---|
| 307 | - fixed the Print() output
|
|---|
| 308 |
|
|---|
| 309 | * mbase/MMath.h:
|
|---|
| 310 | - removed conversion factor to and from Hours
|
|---|
| 311 |
|
|---|
| 312 | * mjobs/MSequence.cc:
|
|---|
| 313 | - added a / behind the date (for the output in case of failure)
|
|---|
| 314 |
|
|---|
| 315 | * mmc/MMcFadcHeader.[hxx,cxx]:
|
|---|
| 316 | - added fElecNoiseName for compatibility with camera program
|
|---|
| 317 | - increased ClassVersion by 1
|
|---|
| 318 |
|
|---|
| 319 | * mraw/MRawRunHeader.[h,cc]:
|
|---|
| 320 | - increased class version by 1 for compatibility with output
|
|---|
| 321 | of newer camera versions
|
|---|
| 322 |
|
|---|
| 323 | * resources/sequences.rc:
|
|---|
| 324 | - changed the sequence.rc file to support new MUX data
|
|---|
| 325 |
|
|---|
| 326 |
|
|---|
| 327 |
|
|---|
| 328 | 2007/02/15 Thomas Bretz
|
|---|
| 329 |
|
|---|
| 330 | * macros/tutorials/mirrordelay.C:
|
|---|
| 331 | - added a macro plotting the delay between a spherical and a
|
|---|
| 332 | parabolic mirror
|
|---|
| 333 |
|
|---|
| 334 | * mjobs/MJStar.cc:
|
|---|
| 335 | - implemented new plots for IPR vs. Time and DT
|
|---|
| 336 |
|
|---|
| 337 |
|
|---|
| 338 |
|
|---|
| 339 | 2007/02/13 Thomas Bretz
|
|---|
| 340 |
|
|---|
| 341 | * resources/hilocalib.rc, resources/hilocalib_sp1.rc:
|
|---|
| 342 | - added new resource files for hi-/lo-gain calibration.
|
|---|
| 343 |
|
|---|
| 344 | * resources/hiloconv-*.root:
|
|---|
| 345 | - added hi-/lo-gain calibration constants
|
|---|
| 346 |
|
|---|
| 347 | * callisto_Dec04Jan05.rc:
|
|---|
| 348 | - changed input file name for hi-/lo-gain calibration constants
|
|---|
| 349 |
|
|---|
| 350 | * mreflector/MHReflector.[h,cc]:
|
|---|
| 351 | - added histogram class for reflected photons
|
|---|
| 352 |
|
|---|
| 353 | * mreflector/Makefile, mreflector/ReflectorLinkDef.h
|
|---|
| 354 | - added MHReflector and necessary include paths
|
|---|
| 355 |
|
|---|
| 356 | * mbase/MLog.h:
|
|---|
| 357 | - fixed a bug in Separator which could cause a crash if the contents
|
|---|
| 358 | are too long
|
|---|
| 359 |
|
|---|
| 360 | * manalysis/MParameterCalc.cc:
|
|---|
| 361 | - check for HasValidRule instead of IsValid in ReadEnv
|
|---|
| 362 |
|
|---|
| 363 | * mdata/MDataPhrase.h:
|
|---|
| 364 | - added HasValidRule member function
|
|---|
| 365 |
|
|---|
| 366 | * mfileio/MReadRflFile.[h,cc]:
|
|---|
| 367 | - allow also reading of gzip-compressed files
|
|---|
| 368 | - output more header information
|
|---|
| 369 | - don't use a const qualified TString with gSystem->ExpandPathName
|
|---|
| 370 |
|
|---|
| 371 | * mjobs/MJPedestal.cc:
|
|---|
| 372 | - readin bad pixels from ascii file later
|
|---|
| 373 |
|
|---|
| 374 | * mmc/MMcEvtBasic.h:
|
|---|
| 375 | - added a static member function GetEnergyStr to convert
|
|---|
| 376 | GeV into MeV and TeV
|
|---|
| 377 |
|
|---|
| 378 | * mpointing/MPointingDevCalc.h:
|
|---|
| 379 | - increased size of fSkip by one
|
|---|
| 380 |
|
|---|
| 381 | * mextralgo/MExtralgoSpline.h:
|
|---|
| 382 | - fixed acompiler warning
|
|---|
| 383 |
|
|---|
| 384 |
|
|---|
| 385 |
|
|---|
| 386 | 2007/02/09 Daniel Hoehne
|
|---|
| 387 |
|
|---|
| 388 | * datacenter/scripts/linkmc
|
|---|
| 389 | - adapted to new montecarlo directory structure (/magic/montecarlo
|
|---|
| 390 | instead of /montecarlo)
|
|---|
| 391 |
|
|---|
| 392 |
|
|---|
| 393 |
|
|---|
| 394 | 2007/02/09 Thomas Bretz
|
|---|
| 395 |
|
|---|
| 396 | * star.rc:
|
|---|
| 397 | - added new options
|
|---|
| 398 | - reordering
|
|---|
| 399 |
|
|---|
| 400 | * mbase/MStatusDisplay.cc:
|
|---|
| 401 | - updated from 2006 to 2007
|
|---|
| 402 |
|
|---|
| 403 | * mfbase/MFDataPhrase.cc:
|
|---|
| 404 | - fixed ReadEnv to correctly return true/false
|
|---|
| 405 |
|
|---|
| 406 | * mjobs/MJStar.cc:
|
|---|
| 407 | - added new tabs "Spakless" and "Sparks" dividing the average
|
|---|
| 408 | signal tab into two distributions by a SparkCut
|
|---|
| 409 | - replaced all MF by MFDataPhrase
|
|---|
| 410 |
|
|---|
| 411 | * mjobs/MJCalibrateSignal.cc:
|
|---|
| 412 | - changed the extraction range used in the lo-gains from the
|
|---|
| 413 | hi-gain range to the lo-gain range
|
|---|
| 414 |
|
|---|
| 415 | * datacenter/macros/fillstar.C:
|
|---|
| 416 | - added filling the spark rate into the database
|
|---|
| 417 | - the rate after cleaning is now without sparks!
|
|---|
| 418 |
|
|---|
| 419 |
|
|---|
| 420 |
|
|---|
| 421 | 2007/02/06 Thomas Bretz
|
|---|
| 422 |
|
|---|
| 423 | * mpointing/MPointingDevCalc.cc:
|
|---|
| 424 | - included check for monitoring flag
|
|---|
| 425 |
|
|---|
| 426 | * mextralgo/MExtralgoSpline.[h,cc]:
|
|---|
| 427 | - implemented the possibility to determine the pulse width at
|
|---|
| 428 | maxheight/2
|
|---|
| 429 |
|
|---|
| 430 |
|
|---|
| 431 |
|
|---|
| 432 | 2007/02/04 Daniela Dorner
|
|---|
| 433 |
|
|---|
| 434 | * datacenter/scripts/sourcefile:
|
|---|
| 435 | - added if-clause to avoid that a script is aborted in case a macro
|
|---|
| 436 | doesn't compile, return code is set to 1 in this case
|
|---|
| 437 |
|
|---|
| 438 |
|
|---|
| 439 |
|
|---|
| 440 | 2007/02/04 Thomas Bretz
|
|---|
| 441 |
|
|---|
| 442 | * mjobs/MJCalibration.cc:
|
|---|
| 443 | - implemented Hi-/Lo-Gain calibration for MCs
|
|---|
| 444 |
|
|---|
| 445 | * mjobs/MJPedestal.cc:
|
|---|
| 446 | - removed intermediate pedestalstorage from code (its
|
|---|
| 447 | result is not used at all)
|
|---|
| 448 |
|
|---|
| 449 | * datacenter/macros/fillsignal.C:
|
|---|
| 450 | - replaced GetMediandev by GetDev
|
|---|
| 451 |
|
|---|
| 452 | * callisto.rc, callisto_Dec04Jan05.rc:
|
|---|
| 453 | - changed ExtractWinLeft/Right according to new scheme
|
|---|
| 454 |
|
|---|
| 455 | * mhcalib/MHCalibrationChargeCam.[h,cc]:
|
|---|
| 456 | - removed obsolete data members fFirstHiGain, etc and
|
|---|
| 457 | replaced by storage of fSignal
|
|---|
| 458 | - made sure that the average extracted signal position
|
|---|
| 459 | is at least one slice away from the edges of the
|
|---|
| 460 | extraction window
|
|---|
| 461 |
|
|---|
| 462 | * mjobs/MJPedestal.cc:
|
|---|
| 463 | - reworked the pulse position check. It now better takes
|
|---|
| 464 | the properties of the extractors into account.
|
|---|
| 465 | Still to be done: relation between pulse position and
|
|---|
| 466 | extraction window!
|
|---|
| 467 |
|
|---|
| 468 | * msignal/MExtractBlindPixel.[h,cc],
|
|---|
| 469 | msignal/MExtractPINDiode.[h,cc]:
|
|---|
| 470 | - fixed arguments type of SetRange
|
|---|
| 471 |
|
|---|
| 472 | * msignal/MExtractTime.cc:
|
|---|
| 473 | - removed old obsolete code already in comments
|
|---|
| 474 |
|
|---|
| 475 | * msignal/MExtractTimeAndCharge.h:
|
|---|
| 476 | - added getter for LoGainStartShift
|
|---|
| 477 |
|
|---|
| 478 | * msignal/MExtractTimeAndChargeDigitalFilter.[h,cc],
|
|---|
| 479 | msignal/MExtractTimeAndChargeSpline.[h,cc],
|
|---|
| 480 | msignal/MExtractedSignalCam.[h,cc], msignal/MExtractor.[h,cc]:
|
|---|
| 481 | - changed the type of LoGainFirst from byte to int
|
|---|
| 482 | - if necessary increased class version
|
|---|
| 483 |
|
|---|
| 484 | * mpedestal/MExtractPedestal.cc:
|
|---|
| 485 | - improved output
|
|---|
| 486 |
|
|---|
| 487 | * mhcalib/MHCalibrationChargeCam.cc:
|
|---|
| 488 | - fixed a %3.1 instead of %3.1f
|
|---|
| 489 |
|
|---|
| 490 |
|
|---|
| 491 |
|
|---|
| 492 | 2007/02/03 Thomas Bretz
|
|---|
| 493 |
|
|---|
| 494 | * mhist/MHCamEvent.[h,cc]:
|
|---|
| 495 | - added Draw function to context menu
|
|---|
| 496 | - added GetHist member functions
|
|---|
| 497 | - added possibility to display the relative error
|
|---|
| 498 |
|
|---|
| 499 | * mjobs/MJCalibration.cc:
|
|---|
| 500 | - read the hi-/lo-gain calibration constants from a MHCamEvent
|
|---|
| 501 | which is stored in a root file given in resources/hilocalib.rc
|
|---|
| 502 |
|
|---|
| 503 | * msignal/MExtractTimeAndCharge.cc:
|
|---|
| 504 | - improved the estimation in GetSaturationTime for the cases in
|
|---|
| 505 | which the saturating pulse is so early, that an normal
|
|---|
| 506 | interpolation is not appropriate.
|
|---|
| 507 |
|
|---|
| 508 | * callisto_DecJan04.rc:
|
|---|
| 509 | - set fall- and rise-time for spline artificially to 0.5
|
|---|
| 510 |
|
|---|
| 511 | * mhbase/MFillH.cc:
|
|---|
| 512 | - added comments
|
|---|
| 513 |
|
|---|
| 514 | * mpedestal/MExtractPedestal.[h,cc],
|
|---|
| 515 | mpedestal/MPedCalcFromLoGain.cc, mpedestal/MPedCalcPedRun.cc:
|
|---|
| 516 | - fixed the range check.In case of the lo-gain extraction
|
|---|
| 517 | the range could infact leak out of the fadc slices
|
|---|
| 518 |
|
|---|
| 519 | * msignal/MExtractTimeAndCharge.[h,cc]:
|
|---|
| 520 | - added somecomments
|
|---|
| 521 | - forbid the lo-gain signal to be negative
|
|---|
| 522 | - increased version number for compatibility with last release
|
|---|
| 523 |
|
|---|
| 524 | * msignal/MExtractTimeAndChargeSpline.cc:
|
|---|
| 525 | - set the correct numbers for rise- and fall-time as default
|
|---|
| 526 |
|
|---|
| 527 | * mbase/MStatusArray.[h,cc]:
|
|---|
| 528 | - improved workaround in Read() and Write() for the Reset
|
|---|
| 529 | of the kCanDelete bit in TH1
|
|---|
| 530 |
|
|---|
| 531 | * mjobs/MJCalibration.cc, mjobs/MJCalibrateSignal.cc:
|
|---|
| 532 | - commented out obsolete references to *HiLoCam
|
|---|
| 533 |
|
|---|
| 534 | * mhcalib/Makefile, mcalib/Makefile, mhcalib/HCalibLinkDef.h,
|
|---|
| 535 | mcalib/CalibLinkDef.h:
|
|---|
| 536 | - removed *HiLoCam s
|
|---|
| 537 |
|
|---|
| 538 |
|
|---|
| 539 |
|
|---|
| 540 | 2007/02/02 Thomas Bretz
|
|---|
| 541 |
|
|---|
| 542 | * mreflector/MRflSinglePhoton.[h,cc], mreflector/MRflEvtData.[h,cc]:
|
|---|
| 543 | - added new Fill functions allowing to fill photons versus
|
|---|
| 544 | a z-value, e.g. energy.
|
|---|
| 545 |
|
|---|
| 546 |
|
|---|
| 547 |
|
|---|
| 548 | 2007/02/01 Thomas Bretz
|
|---|
| 549 |
|
|---|
| 550 | * mhist/MHCamEvent.[h,cc]:
|
|---|
| 551 | - allow to set a histogram for display from external
|
|---|
| 552 |
|
|---|
| 553 | * mhist/MHCamera.[h,cc]:
|
|---|
| 554 | - added functions to calc Median/Dev
|
|---|
| 555 | - fixed adding a MHCamera with AddCamContent. It now takes also
|
|---|
| 556 | the errors and binentries correctly into account
|
|---|
| 557 | - simplified Reset() using TArray::Reset()
|
|---|
| 558 |
|
|---|
| 559 | * mhvstime/MHSectorVsTime.[h,cc]:
|
|---|
| 560 | - added option to use median/dev instead of mean/rms
|
|---|
| 561 | - switched Grid on
|
|---|
| 562 |
|
|---|
| 563 | * mjobs/MSequence.cc, mjobs/MDataSet.cc:
|
|---|
| 564 | - small improvements to splitting number rows
|
|---|
| 565 | - handle possible tabs correctly
|
|---|
| 566 |
|
|---|
| 567 | * mbase/MStatusArray.[h,cc]:
|
|---|
| 568 | - improved handling in Read(). We make sure now that Read doesn't
|
|---|
| 569 | produce a memory leak
|
|---|
| 570 |
|
|---|
| 571 | * mhist/MHCamera.[h,cc]:
|
|---|
| 572 | - overwrote Clone function to make sure that a cloned MHCamera
|
|---|
| 573 | is never added to the current directory
|
|---|
| 574 |
|
|---|
| 575 | * mcamera/MCameraTH.h:
|
|---|
| 576 | - added a workaround to get rid of the obsolete discriminator thresholds
|
|---|
| 577 | for the non-trigger pixels
|
|---|
| 578 |
|
|---|
| 579 | * mreport/MReportCC.cc:
|
|---|
| 580 | - added a sanity \o-Terminator to the dicriminator threshold extraction
|
|---|
| 581 |
|
|---|
| 582 |
|
|---|
| 583 |
|
|---|
| 584 |
|
|---|
| 585 | 2007/01/30 Thomas Bretz
|
|---|
| 586 |
|
|---|
| 587 | * mbadpixels/MBadPixelsCam.[h,cc]:
|
|---|
| 588 | - added function to return the uncalibrated and unsuitable
|
|---|
| 589 | pixels as TArrayC (to be used in MHCamera)
|
|---|
| 590 |
|
|---|
| 591 | * mhcalib/MHCalibrationChargeCam.cc:
|
|---|
| 592 | - added a FIXME-comment
|
|---|
| 593 |
|
|---|
| 594 | * mhist/MHCamEvent.[h,cc]:
|
|---|
| 595 | - added an option to change the kind of error which is displayed
|
|---|
| 596 | - consequently increased version number by 1
|
|---|
| 597 |
|
|---|
| 598 | * mhist/MHCamera.[h,cc]:
|
|---|
| 599 | - added a new bit to allow the error to be switched between
|
|---|
| 600 | mean and spread
|
|---|
| 601 |
|
|---|
| 602 | * mjobs/MJStar.cc, mjobs/MJCalibrateSignal.cc:
|
|---|
| 603 | - adapted to changes in error display
|
|---|
| 604 |
|
|---|
| 605 |
|
|---|
| 606 |
|
|---|
| 607 | 2007/01/27 Thomas Bretz
|
|---|
| 608 |
|
|---|
| 609 | * manalysis/MMcCalibrationUpdate.cc:
|
|---|
| 610 | - fixed a typo in a comment
|
|---|
| 611 |
|
|---|
| 612 | * mcalib/MCalibrateData.[h,cc]:
|
|---|
| 613 | - commented out some obsolete currently unused code
|
|---|
| 614 |
|
|---|
| 615 | * mdata/MDataPhrase.cc:
|
|---|
| 616 | - added a sanity check
|
|---|
| 617 |
|
|---|
| 618 | * mpedestal/MMcPedestalCopy.cc:
|
|---|
| 619 | - Changed output to fit the structure used in all other classes
|
|---|
| 620 |
|
|---|
| 621 | * mmain/MEventDisplay.cc:
|
|---|
| 622 | - made sure that MPedestalSubtract dies the right thing
|
|---|
| 623 | - removed badpixel calculation and treatment until a better
|
|---|
| 624 | solution was found.
|
|---|
| 625 |
|
|---|
| 626 | * mfbase/MFDataPhrase.cc:
|
|---|
| 627 | - fixed a "comparison is always true" warning
|
|---|
| 628 |
|
|---|
| 629 | * msignal/MExtractTimeAndChargeDigitalFilter.h:
|
|---|
| 630 | - increased class version number to 3 to account for the removal
|
|---|
| 631 | of the fTimeShift data members since last release
|
|---|
| 632 |
|
|---|
| 633 |
|
|---|
| 634 |
|
|---|
| 635 | 2007/01/27 Daniela Dorner
|
|---|
| 636 |
|
|---|
| 637 | * datacenter/db/showplots.php:
|
|---|
| 638 | - added (tool to click through the calib, signal and star plots of
|
|---|
| 639 | one sequence)
|
|---|
| 640 |
|
|---|
| 641 | * datacenter/db/index.html:
|
|---|
| 642 | - added link to new plot tool
|
|---|
| 643 |
|
|---|
| 644 | * datacenter/db/ganymed.php:
|
|---|
| 645 | - added fDataSetName, removed fWobble
|
|---|
| 646 | - removed mininmum value of 100 for dataset range
|
|---|
| 647 |
|
|---|
| 648 | * datacenter/db/builddatasets.php:
|
|---|
| 649 | - added fIsoInLimit2 and fIMCLimit2 in Init
|
|---|
| 650 | - added check on observation mode
|
|---|
| 651 |
|
|---|
| 652 |
|
|---|
| 653 |
|
|---|
| 654 | 2007/01/26 Thomas Bretz
|
|---|
| 655 |
|
|---|
| 656 | * mpedestal/MExtractPedestal.cc:
|
|---|
| 657 | - fixed a bug which caused the pedestal to be set to 0 if the
|
|---|
| 658 | AB-flag is invalid
|
|---|
| 659 |
|
|---|
| 660 |
|
|---|
| 661 |
|
|---|
| 662 | 2007/01/25 Thomas Bretz
|
|---|
| 663 |
|
|---|
| 664 | * mreflector/MRflSinglePhoton.h:
|
|---|
| 665 | - added copy constructor
|
|---|
| 666 | - added a function to fill a TH2
|
|---|
| 667 |
|
|---|
| 668 | * mreflector/MRflEvtData.[h,cc]:
|
|---|
| 669 | - added copy costructor
|
|---|
| 670 | - added Clone function
|
|---|
| 671 | - added a function to fill a TH2
|
|---|
| 672 |
|
|---|
| 673 |
|
|---|
| 674 |
|
|---|
| 675 | 2007/01/24 Thomas Bretz
|
|---|
| 676 |
|
|---|
| 677 | * mhflux/MHCollectionArea.cc:
|
|---|
| 678 | - fixed a typo in the last change
|
|---|
| 679 |
|
|---|
| 680 |
|
|---|
| 681 |
|
|---|
| 682 | 2007/01/24 Daniel Hoehne
|
|---|
| 683 |
|
|---|
| 684 | * msignal/*.dat:
|
|---|
| 685 | - inserted missing third column (0) in all weights files
|
|---|
| 686 |
|
|---|
| 687 |
|
|---|
| 688 |
|
|---|
| 689 | 2007/01/18 Thomas Bretz
|
|---|
| 690 |
|
|---|
| 691 | * mhflux/MHCollectionArea.cc:
|
|---|
| 692 | - another fix for the error calculation of the collection area.
|
|---|
| 693 | The totalarea was inluded in the error calculation as it would
|
|---|
| 694 | be a wait, but actually it is not.
|
|---|
| 695 |
|
|---|
| 696 |
|
|---|
| 697 |
|
|---|
| 698 | 2007/01/16 Thomas Bretz
|
|---|
| 699 |
|
|---|
| 700 | * mfileio/MReadMarsFile.cc:
|
|---|
| 701 | - fixed two "comparison between signed and unsigned integer" warnings
|
|---|
| 702 |
|
|---|
| 703 | * mhbase/MFillH.cc:
|
|---|
| 704 | - small update to comments
|
|---|
| 705 |
|
|---|
| 706 | * mimage/MHHillasExt.cc:
|
|---|
| 707 | - call SetDirectory(NULL) after SetName
|
|---|
| 708 |
|
|---|
| 709 | * mjobs/MSequence.[h,cc]:
|
|---|
| 710 | - commented out obsolete GetFileNames
|
|---|
| 711 |
|
|---|
| 712 | * msignal/MExtractor.[h,cc]:
|
|---|
| 713 | - Some small updates
|
|---|
| 714 | - removed code from Process function
|
|---|
| 715 | - increased version number to 7
|
|---|
| 716 |
|
|---|
| 717 | * msignal/MExtractedSignalPix.h:
|
|---|
| 718 | - some simple reordering in the class header
|
|---|
| 719 |
|
|---|
| 720 | * msignal/MExtractTimeAndChargeDigitalFilter.cc:
|
|---|
| 721 | - simplified the checks in SetWindowSize
|
|---|
| 722 |
|
|---|
| 723 | * msignal/MC_cosmics_weights46.dat, msignal/MC_weights46.dat:
|
|---|
| 724 | - added third column with zeros
|
|---|
| 725 |
|
|---|
| 726 |
|
|---|
| 727 |
|
|---|
| 728 | 2007/01/16 Daniela Dorner
|
|---|
| 729 |
|
|---|
| 730 | * datacenter/db/menu.php, datacenter/db/datasetinfo-aio.php,
|
|---|
| 731 | datacenter/db/magicdefs.php:
|
|---|
| 732 | - implemented new variables for datasets
|
|---|
| 733 |
|
|---|
| 734 |
|
|---|
| 735 |
|
|---|
| 736 | 2007/01/15 Thomas Bretz
|
|---|
| 737 |
|
|---|
| 738 | * mpedestal/MPedestalSubtract.cc:
|
|---|
| 739 | - added a sanity check tomake sure that the pixel array has the
|
|---|
| 740 | correct size when filled
|
|---|
| 741 | - made sure the the number of pixels in the camera nd not the
|
|---|
| 742 | number of connected pixels is used to initialize the size of
|
|---|
| 743 | the arrays.
|
|---|
| 744 |
|
|---|
| 745 | * mpedestal/MPedestalSubtractedEvt.[h,cc]:
|
|---|
| 746 | - allow the initialization of nuber of pixels and samples
|
|---|
| 747 | independanly.
|
|---|
| 748 |
|
|---|
| 749 |
|
|---|
| 750 | 2007/01/15 Daniela Dorner
|
|---|
| 751 |
|
|---|
| 752 | * datacenter/db/sources.php, datacenter/db/sequinfo-aio.php,
|
|---|
| 753 | datacenter/db/runinfo-aio.php, datacenter/db/printtable.php,
|
|---|
| 754 | datacenter/db/plotdb.php, datacenter/db/menu.php,
|
|---|
| 755 | datacenter/db/findoffdata.php, datacenter/db/builddatasets.php,
|
|---|
| 756 | datacenter/db/datasetinfo.php:
|
|---|
| 757 | - fixed bug in init of $_GET
|
|---|
| 758 |
|
|---|
| 759 |
|
|---|
| 760 |
|
|---|
| 761 | 2007/01/12 Stefan Ruegamer
|
|---|
| 762 |
|
|---|
| 763 | * datacenter/macros/writedatasetfile.C:
|
|---|
| 764 | - addded #include <errno.h>
|
|---|
| 765 |
|
|---|
| 766 |
|
|---|
| 767 |
|
|---|
| 768 | 2007/01/11 Thomas Bretz
|
|---|
| 769 |
|
|---|
| 770 | * mbase/MLogManip.cc:
|
|---|
| 771 | - removed the obsolete include of MLog.h
|
|---|
| 772 |
|
|---|
| 773 | * mbase/MLogManip.h:
|
|---|
| 774 | - encapsulated an include in ifdefs
|
|---|
| 775 |
|
|---|
| 776 | * mhcalib/MHCalibrationCam.cc, mhcalib/MHCalibrationChargeCam.cc:
|
|---|
| 777 | - updated log-output
|
|---|
| 778 |
|
|---|
| 779 | * mhflux/MHEnergyEst.cc:
|
|---|
| 780 | - replaced difficult to see green by blue
|
|---|
| 781 |
|
|---|
| 782 | * mjobs/MDataSet.[h,cc]:
|
|---|
| 783 | - added datat members for path of sequences and path of data files
|
|---|
| 784 | to be able to store overwritten defaults
|
|---|
| 785 | - check completeness of dataset files
|
|---|
| 786 | - store a MSequence object in the list instead of the name and dir
|
|---|
| 787 | (this is necessary to have all important information for a dataset
|
|---|
| 788 | file, including the sequence number! - available)
|
|---|
| 789 | - some changes to the output
|
|---|
| 790 | - allow to print a perfect copy of the read dataset file to the console
|
|---|
| 791 | just from the contents of the object
|
|---|
| 792 |
|
|---|
| 793 | * mjobs/MJStar.cc:
|
|---|
| 794 | - updated to use MSequence::GetFileName instead of MSequence:GetName
|
|---|
| 795 |
|
|---|
| 796 | * mjobs/MSequence.[h,cc]:
|
|---|
| 797 | - keep filename and datapath in header, this has some advantages
|
|---|
| 798 | for sanity checks
|
|---|
| 799 | - many improvements of sanity checking in case of missing or
|
|---|
| 800 | unaccessible files
|
|---|
| 801 | - Fixed "lightConditions" (was "LightCondition")
|
|---|
| 802 | - Fixed "No_Moon" (was "NoMoon")
|
|---|
| 803 | - allow to set the data path as second argument in the constructor
|
|---|
| 804 | - implemented a check whether the sequence file is complete
|
|---|
| 805 |
|
|---|
| 806 | * mjobs/MJCut.[h,cc]:
|
|---|
| 807 | - added some code (still commented out) to display the excess rate
|
|---|
| 808 | - with the other changes we can now store the original dataset in
|
|---|
| 809 | the output
|
|---|
| 810 |
|
|---|
| 811 | * mjoptim/MJOptimize.cc:
|
|---|
| 812 | - Keep the sequence files in the file list instead of just the
|
|---|
| 813 | filename and the directory
|
|---|
| 814 |
|
|---|
| 815 | * mjtrain/MJTrainDisp.cc:
|
|---|
| 816 | - use return value of MDataSet::AddFilesOn/Off for a sanity check
|
|---|
| 817 |
|
|---|
| 818 | * mjobs/MJob.[h,cc]:
|
|---|
| 819 | - removed obsolete fPathData and stuff
|
|---|
| 820 |
|
|---|
| 821 | * callisto.cc, star.cc:
|
|---|
| 822 | - removed obsolete calls to MJob::SetPathData
|
|---|
| 823 |
|
|---|
| 824 | * callisto.rc, star.rc:
|
|---|
| 825 | - removed obsolete examples for "PathData"-resource
|
|---|
| 826 |
|
|---|
| 827 | * mjobs/MJCalibTest.cc, mjobs/MJCalibrateSignal.cc,
|
|---|
| 828 | mjobs/MJCalibration.cc, mjobs/MJPedestal.cc, mjobs/MJStar.cc:
|
|---|
| 829 | - removed obsolete reference to fPathData
|
|---|
| 830 |
|
|---|
| 831 |
|
|---|
| 832 |
|
|---|
| 833 | 2007/01/11 Daniela Dorner
|
|---|
| 834 |
|
|---|
| 835 | * datacenter/db/builddatasets.php:
|
|---|
| 836 | - implemented username (the one who inserts the dataset has to give
|
|---|
| 837 | his/her username now)
|
|---|
| 838 | - fixed password query in case user inserted something wrong
|
|---|
| 839 | - implemented check, if on-sequences have different observations
|
|---|
| 840 | modes
|
|---|
| 841 | - implemented check, if user has chosen one sequences as on and off
|
|---|
| 842 | - adapted text of password prompt
|
|---|
| 843 |
|
|---|
| 844 | * datacenter/db/builddatasets.php, datasetinfo-aio.php,
|
|---|
| 845 | runinfo-aio.php, sequinfo-aio.php:
|
|---|
| 846 | - minor changes in formatting
|
|---|
| 847 | - added 'alt' for +/- images
|
|---|
| 848 |
|
|---|
| 849 | * datacenter/db/menu.js:
|
|---|
| 850 | - added 'alt' for +/- images
|
|---|
| 851 |
|
|---|
| 852 |
|
|---|
| 853 |
|
|---|
| 854 | 2007/01/10 Thomas Bretz
|
|---|
| 855 |
|
|---|
| 856 | * mhbase/MH.cc:
|
|---|
| 857 | - fixed a bug in SetBinomialErrors. The errors of the two
|
|---|
| 858 | histograms were exchanged in the calculation
|
|---|
| 859 |
|
|---|
| 860 | * mbase/MEnv.[h,cc]:
|
|---|
| 861 | - added new member function GetNumUntouched
|
|---|
| 862 |
|
|---|