Changeset 7108 for trunk/MagicSoft/Mars


Ignore:
Timestamp:
05/30/05 17:47:04 (19 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r7106 r7108  
    2121
    2222                                                 -*-*- END OF LINE -*-*-
     23
     24 2005/05/30 Thomas Bretz
     25
     26   * msql/MSQLServer.cc:
     27     - added possibility to setup SelectDatabase from resource file
     28
     29
     30
    2331 2005/05/30 Daniela Dorner
    2432
     
    4856
    4957
    50  INPREP Markus Gaug (2005/05/21)
     58 2005/05/27 Javier Rico (2005/05/26)
     59
     60   * mbadpixels/MBadPixelsCam.cc
     61     - fixed small bug in the Print() function (one line was printed out
     62       at a wrong place). (M. Gaug)
     63
     64
     65
     66 2005/05/27 Javier Rico (2005/05/24)
     67
     68   * mhcalib/MHCalibrationHiLoCam.cc
     69     - do not write Arrays if flag kOscillations is not set.
     70       (this was actually a bug since it caused a huge usage for large
     71       amounts of data). (M. Gaug)
     72
     73   * mcalib/MCalibColorSet.cc
     74     - set colour already in the ReInit(), needed by the digital filter
     75       later. (M. Gaug)
     76 
     77   * mjobs/MJCalibration.cc
     78     - forgot to merge hi-lo calibration factors for intensity calibration.
     79       (M. Gaug)
     80
     81   * mhcalib/MHCalibrationCam.[h,cc]
     82     - do not Finalize histograms if a flag kReset is set. Caused wrong
     83       result in last run of intensity calibration. (M. Gaug)
     84
     85   * msignal/MC_calibration_weights_UV.dat
     86     - Removed. It was confusing to have this file since it was just a
     87       copy of calibration_weights_UV.dat. For MC calibration you can
     88       just use the same weights files as for real data. (A. Moralejo)
     89
     90   * msignal/calibration_weights_blue46.dat
     91     - added missing weights file (M. Gaug)
     92
     93
     94
     95 2005/05/27 Markus Gaug (2005/05/21)
    5196
    5297   * mcalib/MCalibrationChargePix.[h,cc]
     
    56101     - implement usage of extractor resolution (only if UseExtractorRes
    57102       is set).
     103
    58104
    59105
     
    109155     - added
    110156
     157   * callisto_Dec04Jan05.rc:
     158     - commented MJPedestalC1.ExtractSignal.FallTimeHiGain
     159       because it is the dfeault now
     160
     161   * msignal/MExtractTimeAndChargeSpline.cc:
     162     - changed default of fgFallTimeHiGain to 0.5
     163
     164   * mimage/MHillasSrc.h:
     165     - added copy constructor and Copy function
     166
     167   * msignal/MExtractTimeAndChargeDigitalFilter.[h,cc]:
     168     - implemented reading of automatic weights file following an
     169       idea of Markus G.
     170
     171   * mjobs/MJPedestal.cc:
     172     - fixed the reading of the resource file fopr the extractor
     173       (reading the extractor from file can overwrite the seetings)
     174
     175   * msignal/MC_weights46.dat:
     176     - updated from BCN cvs
     177
     178   * msignal/Makefile:
     179     - added -I../mcalib
     180
     181   * callisto.rc:
     182     - updated comments
     183
     184   * mcalib/MCalibrateData.[h,cc]:
     185     - same small changes to layout
     186     - mainly unrolled Form-statements
     187
     188   * msignal/MExtractFixedWindow.cc:
     189     - added case 12 and a default for logain setting the
     190       extractor resolution (partly taken from bcn cvs)
     191
    111192
    112193
     
    124205   * mbase/MStatusDisplay.cc:
    125206     - fixed a possible crash if padsave==NULL
     207     - fixed the missing first tab in postscript files
    126208
    127209   * mbase/MTask.cc:
  • trunk/MagicSoft/Mars/msql/MSQLServer.cc

    r7107 r7108  
    558558        pass = env.GetValue("Password", "");
    559559    if (db.IsNull())
    560         db = env.GetValue("Database", "");
     560        db = env.GetValue("Database",   "");
    561561
    562562    if (user.IsNull() && pass.IsNull())
Note: See TracChangeset for help on using the changeset viewer.