Changeset 11460 for trunk/Mars/Changelog
- Timestamp:
- 07/18/11 17:52:11 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Mars/Changelog
r11411 r11460 19 19 -*-*- END OF LINE -*-*- 20 20 21 2011/07/18 Thomas Bretz 22 23 * mastro/MAstroCatalog.cc: 24 - added include of fstream 25 26 * macros/rootlogon.C: 27 - added define of __MARS__ to AcLiC 28 29 * mraw/MRawRead.h: 30 - made ReadEvent and SkipEvent virtual 31 32 * mraw/MRawFileRead.[h,cc]: 33 - outsourced OpenFile and ReadRunHeader to their own functions 34 35 * mbase/MParContainer.[h,cc]: 36 - Added function DataMember which will return a pointer to a data 37 member from the dictionary. 38 39 * mbase/MZlib.h: 40 - There is no need to make the derivative from istream virtual. 41 - removed the need of a fill_buffer function 42 - do only relative seeks and never start from the beginning of the 43 file 44 45 * mbase/MFits.[h,cc]: 46 - added Fits support 47 48 * mbase/Makefile, mbase/BaseLinkDef.h: 49 - added MFits 50 51 * mpedestal/MPedestalSubtract.cc: 52 - improved some error output 53 54 * mgeom/MGeomApply.cc: 55 - automatically use MGeomCamFACT if the run header says that it is 56 a fact camera. 57 58 * mraw/MRawRunHeader.[h,cc]: 59 - added setter for format versions 60 - added InitFact 61 - added GetCameraVersion 62 63 * mjobs/MJMerpp.cc: 64 - use FITS reader instead of raw-reader if it is a FITS raw file. 65 66 * merpp.cc: 67 - added fits asa valid extension 68 - fixed replacing of extensions 69 70 * mfileio/MReadMarsFile.cc: 71 - read first header of first file, so that at PreProcessing time 72 at least some header is available. 73 74 * mraw/Makefile, mraw/MRawFitsRead.cc: 75 - added MRawFitsRead 76 77 * mraw/MRawFitsRead.[h,cc]: 78 - added 79 80 81 82 2011/07/15 Thomas Bretz 83 84 * mbase/MZlib.[h,cc]: 85 - fixed seeking in gzipped files 86 - increased buffer size 87 88 * mbase/MMath.[h,c]: 89 - added GaussProb2D 90 91 * msignal/MSignalCalc.cc: 92 - the upper bound of searching the maximum was wrong 93 94 95 21 96 2011/07/14 Thomas Bretz 22 97 23 98 * mbase/MStatusDisplay.cc: 24 99 - some minor code changed to get rid of some compiler warnings 100 - fixed a problem with a possible infinite loop 25 101 26 102 * mbase/MThread.h:
Note:
See TracChangeset
for help on using the changeset viewer.