Please do not write behind the end of line tag so that it is possible to send a Changelog file to a line printer directly. Thanks. For your entries please follow EXACTLY this style: _yyyy/mm/dd_[Your Name] _ ___*_filename: _____-_description _ ___*_filename2, filename3: _____-_description _ _ _ While an underscore is a placeholder for a white-space or an empty line. -*-*- END OF LINE -*-*- 2007/01/16 Thomas Bretz * mfileio/MReadMarsFile.cc: - fixed two "comparison between signed and unsigned integer" warnings * mhbase/MFillH.cc: - small update to comments * mimage/MHHillasExt.cc: - call SetDirectory(NULL) after SetName * mjobs/MSequence.[h,cc]: - commented out obsolete GetFileNames * msignal/MExtractor.[h,cc]: - Some small updates - removed code from Process function - increased version number to 7 * msignal/MExtractedSignalPix.h: - some simple reordering in the class header * msignal/MExtractTimeAndChargeDigitalFilter.cc: - simplified the checks in SetWindowSize 2007/01/16 Daniela Dorner * datacenter/db/menu.php, datacenter/db/datasetinfo-aio.php, datacenter/db/magicdefs.php: - implemented new variables for datasets 2007/01/15 Thomas Bretz * mpedestal/MPedestalSubtract.cc: - added a sanity check tomake sure that the pixel array has the correct size when filled - made sure the the number of pixels in the camera nd not the number of connected pixels is used to initialize the size of the arrays. * mpedestal/MPedestalSubtractedEvt.[h,cc]: - allow the initialization of nuber of pixels and samples independanly. 2007/01/15 Daniela Dorner * datacenter/db/sources.php, datacenter/db/sequinfo-aio.php, datacenter/db/runinfo-aio.php, datacenter/db/printtable.php, datacenter/db/plotdb.php, datacenter/db/menu.php, datacenter/db/findoffdata.php, datacenter/db/builddatasets.php, datacenter/db/datasetinfo.php: - fixed bug in init of $_GET 2007/01/12 Stefan Ruegamer * datacenter/macros/writedatasetfile.C: - addded #include 2007/01/11 Thomas Bretz * mbase/MLogManip.cc: - removed the obsolete include of MLog.h * mbase/MLogManip.h: - encapsulated an include in ifdefs * mhcalib/MHCalibrationCam.cc, mhcalib/MHCalibrationChargeCam.cc: - updated log-output * mhflux/MHEnergyEst.cc: - replaced difficult to see green by blue * mjobs/MDataSet.[h,cc]: - added datat members for path of sequences and path of data files to be able to store overwritten defaults - check completeness of dataset files - store a MSequence object in the list instead of the name and dir (this is necessary to have all important information for a dataset file, including the sequence number! - available) - some changes to the output - allow to print a perfect copy of the read dataset file to the console just from the contents of the object * mjobs/MJStar.cc: - updated to use MSequence::GetFileName instead of MSequence:GetName * mjobs/MSequence.[h,cc]: - keep filename and datapath in header, this has some advantages for sanity checks - many improvements of sanity checking in case of missing or unaccessible files - Fixed "lightConditions" (was "LightCondition") - Fixed "No_Moon" (was "NoMoon") - allow to set the data path as second argument in the constructor - implemented a check whether the sequence file is complete * mjobs/MJCut.[h,cc]: - added some code (still commented out) to display the excess rate - with the other changes we can now store the original dataset in the output * mjoptim/MJOptimize.cc: - Keep the sequence files in the file list instead of just the filename and the directory * mjtrain/MJTrainDisp.cc: - use return value of MDataSet::AddFilesOn/Off for a sanity check * mjobs/MJob.[h,cc]: - removed obsolete fPathData and stuff * callisto.cc, star.cc: - removed obsolete calls to MJob::SetPathData * callisto.rc, star.rc: - removed obsolete examples for "PathData"-resource * mjobs/MJCalibTest.cc, mjobs/MJCalibrateSignal.cc, mjobs/MJCalibration.cc, mjobs/MJPedestal.cc, mjobs/MJStar.cc: - removed obsolete reference to fPathData 2007/01/11 Daniela Dorner * datacenter/db/builddatasets.php: - implemented username (the one who inserts the dataset has to give his/her username now) - fixed password query in case user inserted something wrong - implemented check, if on-sequences have different observations modes - implemented check, if user has chosen one sequences as on and off - adapted text of password prompt * datacenter/db/builddatasets.php, datasetinfo-aio.php, runinfo-aio.php, sequinfo-aio.php: - minor changes in formatting - added 'alt' for +/- images * datacenter/db/menu.js: - added 'alt' for +/- images 2007/01/10 Thomas Bretz * mhbase/MH.cc: - fixed a bug in SetBinomialErrors. The errors of the two histograms were exchanged in the calculation * mbase/MEnv.[h,cc]: - added new member function GetNumUntouched