# # ChangeLog for trunk/Mars # # Generated by Trac 1.5.2 # 11/11/24 15:53:29 Tue, 22 Oct 2013 10:03:54 GMT lyard [17305] * trunk/Mars/mcore/zfits.h (modified) Moved catalog reconstruction only when a row is read so that headers ... Tue, 22 Oct 2013 09:24:02 GMT lyard [17304] * trunk/Mars/mcore/factofits.h (modified) * trunk/Mars/mcore/fits.h (modified) * trunk/Mars/mcore/ofits.h (modified) Adapted compilation on older Gcc Mon, 21 Oct 2013 22:13:55 GMT Daniela Dorner [17303] * trunk/Mars/fact/plots/DataEfficiency.C (added) added (macro to plot data taking efficiency) Mon, 21 Oct 2013 20:59:41 GMT tbretz [17302] * trunk/Mars/mcore/zofits.h (modified) fRealRowWidth is know already before the header is written, so it can ... Mon, 21 Oct 2013 16:35:44 GMT tbretz [17301] * trunk/Mars/mcore/zofits.h (modified) Removed an obsolete const-qualifier... again. Mon, 21 Oct 2013 16:20:38 GMT lyard [17298] * trunk/Mars/mcore/ofits.h (modified) Fixed wrong header bug Mon, 21 Oct 2013 13:15:50 GMT tbretz [17297] * trunk/Mars/mcore/FITS.h (modified) * trunk/Mars/mcore/Queue.h (modified) * trunk/Mars/mcore/zofits.h (modified) Added some more tweaks needed by CINT (default constructors, handling ... Mon, 21 Oct 2013 13:11:58 GMT lyard [17296] * trunk/Mars/mcore/zofits.h (modified) Gave the possibility to change the number of threads, as long as ... Mon, 21 Oct 2013 12:43:10 GMT tbretz [17295] * trunk/Mars/mcore/zofits.h (modified) Removed an obsolete const-qualifier Mon, 21 Oct 2013 12:39:56 GMT tbretz [17294] * trunk/Mars/mfileio/MWriteFitsFile.h (modified) Added a missing std:: Mon, 21 Oct 2013 12:39:34 GMT tbretz [17293] * trunk/Mars/mcore/fits.h (modified) Found a better solution to allow rootcint to parse unordered_map. Mon, 21 Oct 2013 12:39:07 GMT tbretz [17292] * trunk/Mars/mcore/MemoryManager.h (modified) * trunk/Mars/mcore/Queue.h (modified) Added some tweaks to allow root cint to parse the C++11 stuff. Mon, 21 Oct 2013 12:35:01 GMT tbretz [17290] * trunk/Mars/mcore/FITS.h (modified) Added a Compression constructor which allows CINT to pass the ... Mon, 21 Oct 2013 12:34:19 GMT tbretz [17289] * trunk/Mars/mcore/zofits.h (modified) Added missing Mars style exception handling. Mon, 21 Oct 2013 12:27:01 GMT lyard [17288] * trunk/Mars/mcore/zofits.h (modified) Bugfix to be able to reuse the same zofits object to write more than ... Mon, 21 Oct 2013 12:25:06 GMT tbretz [17287] * trunk/Mars/Makefile (modified) izstream is already included from factfits. Mon, 21 Oct 2013 12:24:34 GMT tbretz [17286] * trunk/Mars/MLinkDef.h (modified) Added new classes zofits and factofits Mon, 21 Oct 2013 11:05:40 GMT lyard [17285] * trunk/Mars/mcore/zofits.h (modified) fixed bug related to thread-safe-ness Mon, 21 Oct 2013 11:04:02 GMT lyard [17284] * trunk/Mars/mcore/factfits.h (modified) added special case for sanity checks if calibration table is compressed Mon, 21 Oct 2013 11:02:16 GMT lyard [17283] * trunk/Mars/mcore/Queue.h (modified) added no-wait condition when processing is immediate Mon, 21 Oct 2013 10:54:43 GMT tbretz [17282] * trunk/Mars/mcore/checksum.h (modified) * trunk/Mars/mcore/factfits.h (modified) * trunk/Mars/mcore/zfits.h (modified) Added some more missing std:: for the compilition in Mars Sun, 20 Oct 2013 20:56:33 GMT tbretz [17281] * trunk/Mars/mcore/zofits.h (modified) Use the correct define as setup by configure Sun, 20 Oct 2013 18:16:46 GMT tbretz [17277] * trunk/Mars/mcore/zofits.h (modified) Missed the possibility to setup the number of tiles after the ... Sun, 20 Oct 2013 17:31:31 GMT tbretz [17275] * trunk/Mars/mcore/Queue.h (modified) The allowed-scheme to distinguish between what to do in case of a ... Sun, 20 Oct 2013 16:28:37 GMT tbretz [17274] * trunk/Mars/mcore/DrsCalib.h (modified) * trunk/Mars/mcore/factfits.h (modified) * trunk/Mars/mcore/fits.h (modified) * trunk/Mars/mcore/ofits.h (modified) * trunk/Mars/mcore/zfits.h (modified) Added more missing std:: Fri, 18 Oct 2013 21:29:17 GMT tbretz [17269] * trunk/Mars/mcore/zofits.h (modified) Instead of a lot of conditionals in case of no queue, the queues are ... Fri, 18 Oct 2013 21:21:27 GMT tbretz [17268] * trunk/Mars/mcore/Queue.h (modified) Implemented a <-operator to allow for sorting and the possibility to ... Fri, 18 Oct 2013 16:54:57 GMT tbretz [17267] * trunk/Mars/mcore/MemoryManager.h (modified) Added header guard. Fri, 18 Oct 2013 16:53:05 GMT tbretz [17265] * trunk/Mars/mcore/DrsCalib.h (modified) changed std::ofits to just ofits Fri, 18 Oct 2013 16:52:38 GMT tbretz [17264] * trunk/Mars/mcore/checksum.h (modified) * trunk/Mars/mcore/factfits.h (modified) * trunk/Mars/mcore/factofits.h (modified) * trunk/Mars/mcore/ofits.h (modified) * trunk/Mars/mcore/zofits.h (modified) Hopefully finished removing the std namespace from the headers. Fri, 18 Oct 2013 16:08:49 GMT tbretz [17263] * trunk/Mars/mcore/factofits.h (modified) * trunk/Mars/mcore/ofits.h (modified) * trunk/Mars/mcore/zofits.h (modified) Added more std:: namespace qualifiers Fri, 18 Oct 2013 15:56:16 GMT tbretz [17262] * trunk/Mars/mcore/zofits.h (modified) Removed the 'using namespace' from header Fri, 18 Oct 2013 15:55:40 GMT tbretz [17261] * trunk/Mars/mcore/zfits.h (modified) Removed 'using namespace' from header; some minor simplifications Fri, 18 Oct 2013 15:54:42 GMT tbretz [17260] * trunk/Mars/mcore/fits.h (modified) Removed the 'using namespace std;' from the header. Fri, 18 Oct 2013 15:50:39 GMT lyard [17259] * trunk/FACT++/src/fitsdump.cc (modified) * trunk/Mars/mcore/fits.h (modified) added output of tables in a file for fitsdump Fri, 18 Oct 2013 15:10:03 GMT tbretz [17258] * trunk/Mars/mcore/zofits.h (modified) Replaced calls to post by emplace. Therefore implemented new ... Fri, 18 Oct 2013 13:55:23 GMT dneise [17255] * trunk/Mars/fact/analysis/sandbox_dneise (deleted) removed some macros. Fri, 18 Oct 2013 13:10:24 GMT tbretz [17254] * trunk/Mars/mcore/MemoryManager.h (modified) * trunk/Mars/mcore/zofits.h (modified) Use a shared_ptr with aliasing of char* instead of a MemoryChunk Fri, 18 Oct 2013 12:49:17 GMT lyard [17253] * trunk/Mars/mcore/factofits.h (modified) * trunk/Mars/mcore/zfits.h (modified) * trunk/Mars/mcore/zofits.h (modified) zofits with catalog shrinking and compressed calibration table Fri, 18 Oct 2013 12:29:43 GMT tbretz [17251] * trunk/Mars/mcore/MemoryManager.h (modified) Forgot the #endif Fri, 18 Oct 2013 12:28:43 GMT tbretz [17250] * trunk/Mars/mcore/MemoryManager.h (modified) Updated exception handling to make Mars happy. Fri, 18 Oct 2013 12:27:12 GMT tbretz [17249] * trunk/Mars/mcore/FITS.h (modified) Added a special constructor version to make CINT happy and me unhappy. Fri, 18 Oct 2013 12:26:43 GMT tbretz [17248] * trunk/Mars/mcore/DrsCalib.h (modified) Moved the night argument to the end so that it can be omoitted Fri, 18 Oct 2013 12:26:13 GMT tbretz [17247] * trunk/Mars/Makefile.conf.linux (modified) Added a check for its existance and potentially use colorgcc Fri, 18 Oct 2013 12:25:32 GMT tbretz [17246] * trunk/Mars/Makefile (modified) Use LINKER so that we can compiler with colorgcc Fri, 18 Oct 2013 12:24:59 GMT tbretz [17245] * trunk/Mars/Makefile.conf.general (modified) Added definees for PACKAGE_NAME, PACKAGE_VERSION and REVISION Thu, 17 Oct 2013 15:49:25 GMT tbretz [17243] * trunk/Mars/mcore/zofits.h (modified) Encapsulated the header with a guard (I don't understand why this was ... Thu, 17 Oct 2013 15:48:04 GMT tbretz [17242] * trunk/Mars/mcore/factofits.h (modified) Removed obsolete and potentially dangerous include Thu, 17 Oct 2013 15:47:44 GMT tbretz [17241] * trunk/Mars/mcore/DrsCalib.h (modified) Fixed a square root of a potenitally negative number; replaced ... Thu, 17 Oct 2013 15:46:24 GMT tbretz [17240] * trunk/Mars/mcore/ofits.h (modified) Added SetDefaultKeys Thu, 17 Oct 2013 14:33:53 GMT lyard [17239] * trunk/Mars/mcore/zofits.h (modified) zofits with extra default values setters Thu, 17 Oct 2013 14:21:09 GMT lyard [17237] * trunk/Mars/mcore/factofits.h (modified) * trunk/Mars/mcore/zofits.h (modified) Cleaner version of zofits Wed, 16 Oct 2013 19:51:19 GMT tbretz [17228] * trunk/Mars/mcore/zofits.h (modified) Adapted to changes in Queue; Compression queues do not need ... Wed, 16 Oct 2013 19:50:21 GMT tbretz [17227] * trunk/Mars/mcore/Queue.h (modified) Remove fSort; replaced the possibility to define a wrapper class ... Wed, 16 Oct 2013 18:22:38 GMT tbretz [17226] * trunk/Mars/mcore/factofits.h (modified) SerDrsCalibration changed to vector... pointers are always a security ... Wed, 16 Oct 2013 18:20:53 GMT tbretz [17225] * trunk/Mars/mcore/zofits.h (modified) Fixed initialization with static data member; removed buggy example; ... Wed, 16 Oct 2013 18:18:20 GMT tbretz [17224] * trunk/Mars/mcore/ofits.h (modified) Added missing include; setup a reasonable scheme for calling ... Wed, 16 Oct 2013 18:17:30 GMT tbretz [17223] * trunk/Mars/mcore/FITS.h (modified) Renamed BlockHeaderWriter to Compression - it is the user interface! ... Wed, 16 Oct 2013 15:11:25 GMT lyard [17222] * trunk/Mars/mcore/FITS.h (added) Header of zofits and zfits, with common enums Wed, 16 Oct 2013 15:04:41 GMT lyard [17221] * trunk/Mars/mcore/factofits.h (added) * trunk/Mars/mcore/ofits.h (modified) * trunk/Mars/mcore/zfits.h (modified) * trunk/Mars/mcore/zofits.h (modified) better version of zofits. New factofits. Only cleanup, defines, ... Tue, 15 Oct 2013 14:05:54 GMT lyard [17219] * trunk/FACT++/src/queue.h (modified) * trunk/Mars/mcore/MemoryManager.h (added) * trunk/Mars/mcore/Queue.h (added) * trunk/Mars/mcore/zofits.h (modified) draft zofits working with Queue and MemoryManager Fri, 11 Oct 2013 16:11:13 GMT lyard [17216] * trunk/Mars/mcore/fits.h (modified) * trunk/Mars/mcore/ofits.h (modified) * trunk/Mars/mcore/zofits.h (added) Added the brand new zofits class. Fri, 11 Oct 2013 13:55:29 GMT ftemme [17210] * trunk/Mars/ceres.rc (modified) * trunk/Mars/mraw/MRawRunHeader.cc (modified) changed the values in the ceres.rc for the 12 bit ADC Fri, 11 Oct 2013 13:25:47 GMT ftemme [17209] * trunk/Mars/msimcamera/MSimCamera.cc (modified) * trunk/Mars/msimcamera/MSimReadout.cc (modified) * trunk/Mars/msimcamera/MSimTrigger.cc (modified) Implemented 12 bit ADC Fri, 11 Oct 2013 13:11:19 GMT ftemme [17208] * trunk/Mars/macros/fact/fake_drs_calibration.C (modified) changed values for baselineMean and gainMean according to a simulated ... Fri, 11 Oct 2013 11:56:02 GMT dneise [17207] * trunk/Mars/ceres.rc (modified) * trunk/Mars/resmc/fact (added) * trunk/Mars/resmc/fact/MirrorReflectivity_20130402.txt (added) * trunk/Mars/resmc/fact/MirrorReflectivity_Lustermann_FACT.txt (added) * trunk/Mars/resmc/fact/MirrorReflectivity_Lustermann_FACT_bearbeitet.txt (added) * trunk/Mars/resmc/fact/Transmittance_1439Cones_FACT.txt (added) * trunk/Mars/resmc/fact/Transmittance_1439Cones_FACT_bearbeitet.txt (added) * trunk/Mars/resmc/fact/ceres20130911_noComments.rc (added) * trunk/Mars/resmc/fact/ceres20130911_noComments_withoutNSB.rc (added) * trunk/Mars/resmc/fact/ceres_withoutNSB.rc (added) * trunk/Mars/resmc/fact/ceres_withoutNSBXTC1.rc (added) * trunk/Mars/resmc/fact/ceres_withoutNSBXTC2.rc (added) * trunk/Mars/resmc/fact/ceres_withoutNSBXTC3.rc (added) * trunk/Mars/resmc/fact/ceres_withoutNSBXTC4.rc (added) * trunk/Mars/resmc/fact/ceres_withoutNSBXTC5.rc (added) * trunk/Mars/resmc/fact/ceres_withoutNSB_Roi300.rc (added) * trunk/Mars/resmc/fact/dwarf-pulse.txt (added) * trunk/Mars/resmc/fact/dwarf-reflectivity-measured.txt (added) * trunk/Mars/resmc/fact/dwarf-reflector.txt (added) * trunk/Mars/resmc/fact/fact-cones-angular-acceptance.txt (added) * trunk/Mars/resmc/fact/fact-cones-trans-sample2.txt (added) * trunk/Mars/resmc/fact/fact-pde-1.0V.txt (added) * trunk/Mars/resmc/fact/fact-pde-1.4V.txt (added) * trunk/Mars/resmc/fact/fact-reflector-real_ceres.txt (added) * trunk/Mars/resmc/fact/fact-reflector.txt (added) * trunk/Mars/resmc/fact/fact-trigger-sum.txt (added) * trunk/Mars/resmc/fact/template_rising_edge_maxprob.txt (added) * trunk/Mars/resmc/fact/template_rising_edge_maxprob_in_ns.txt (added) updates ceres.rc to something we are currently using ... and added ... Fri, 11 Oct 2013 08:58:47 GMT lyard [17206] * trunk/Mars/mcore/fits.h (modified) Added missing initialization of is_compressed variable Fri, 11 Oct 2013 06:35:38 GMT dneise [17205] * trunk/Mars/htmldoc (modified) set svn:ignore to ignore automaticly created files Sun, 06 Oct 2013 12:30:11 GMT dneise [17202] * trunk/Mars/melectronics/Afterpulse.cc (deleted) * trunk/Mars/melectronics/Afterpulse.h (deleted) * trunk/Mars/melectronics/MAvalanchePhotoDiode.cc (modified) * trunk/Mars/melectronics/MAvalanchePhotoDiode.h (modified) * trunk/Mars/melectronics/Makefile (modified) * trunk/Mars/msimcamera/MSimAPD.cc (modified) in commit 17200 & 17201 I committed accidentally a lot of changes, ... Sun, 06 Oct 2013 11:09:27 GMT dneise [17201] * trunk/Mars/melectronics/Afterpulse.cc (added) * trunk/Mars/melectronics/Afterpulse.h (added) forgot to add Afterpuls class files Sun, 06 Oct 2013 11:08:11 GMT dneise [17200] * trunk/Mars (modified) * trunk/Mars/libnova (modified) * trunk/Mars/manalysis (modified) * trunk/Mars/mastro (modified) * trunk/Mars/mbadpixels (modified) * trunk/Mars/mbase (modified) * trunk/Mars/mcalib (modified) * trunk/Mars/mcamera (modified) * trunk/Mars/mcorsika (modified) * trunk/Mars/mdata (modified) * trunk/Mars/mdrs (modified) * trunk/Mars/melectronics (modified) * trunk/Mars/melectronics/ElectronicsLinkDef.h (modified) * trunk/Mars/melectronics/MAvalanchePhotoDiode.cc (modified) * trunk/Mars/melectronics/MAvalanchePhotoDiode.h (modified) * trunk/Mars/melectronics/Makefile (modified) * trunk/Mars/mextralgo (modified) * trunk/Mars/mfbase (modified) * trunk/Mars/mfileio (modified) * trunk/Mars/mfilter (modified) * trunk/Mars/mgeom (modified) * trunk/Mars/mgui (modified) * trunk/Mars/mhbase (modified) * trunk/Mars/mhcalib (modified) * trunk/Mars/mhflux (modified) * trunk/Mars/mhft (modified) * trunk/Mars/mhist (modified) * trunk/Mars/mhvstime (modified) * trunk/Mars/mimage (modified) * trunk/Mars/mjobs (modified) * trunk/Mars/mjoptim (modified) * trunk/Mars/mjtrain (modified) * trunk/Mars/mmain (modified) * trunk/Mars/mmc (modified) * trunk/Mars/mmovie (modified) * trunk/Mars/mmuon (modified) * trunk/Mars/mpedestal (modified) * trunk/Mars/mpointing (modified) * trunk/Mars/mranforest (modified) * trunk/Mars/mraw (modified) * trunk/Mars/mreport (modified) * trunk/Mars/msignal (modified) * trunk/Mars/msim (modified) * trunk/Mars/msimcamera (modified) * trunk/Mars/msimcamera/MSimAPD.cc (modified) * trunk/Mars/msimreflector (modified) * trunk/Mars/msql (modified) * trunk/Mars/mtools (modified) * trunk/Mars/mtrigger (modified) adjusted svn:ignore property to ignore Cint and Deb files Fri, 04 Oct 2013 17:55:41 GMT tbretz [17199] * trunk/Mars/fact/analysis/gain/fit_spectra.C (modified) Implemented the option to fix the noise to sigma; fix noise to sigma ... Fri, 27 Sep 2013 08:11:01 GMT Jens Buss [17198] * trunk/Mars/mjobs/MJSimulation.cc (modified) added condition: writing MMcEvtBasic container to fits only for data ... Fri, 27 Sep 2013 08:06:32 GMT Jens Buss [17197] * trunk/Mars/msimcamera/MSimCamera.cc (modified) bug fix: memory leak, added delete for variable random Fri, 20 Sep 2013 11:22:13 GMT tbretz [17196] * trunk/Mars/fact/analysis/gain/runanalysis.sh (modified) Removed some output to allow the use in a cron job without getting ... Fri, 20 Sep 2013 11:21:52 GMT tbretz [17195] * trunk/Mars/fact/analysis/gain/fit.sh (modified) Removed some output to allow the use in a cron job without getting ... Fri, 20 Sep 2013 11:21:07 GMT tbretz [17194] * trunk/Mars/fact/analysis/gain/fit_spectra.C (modified) Plot one standard pixel and one time marker channel; I think it makes ... Fri, 13 Sep 2013 13:04:51 GMT ftemme [17165] * trunk/Mars (modified) * trunk/Mars/mraw/MRawFileRead.cc (modified) * trunk/Mars/mraw/MRawFileRead.h (modified) * trunk/Mars/mraw/MRawFitsRead.cc (modified) Merging changes from the MC branch in the trunk Mon, 09 Sep 2013 15:56:16 GMT tbretz [17161] * trunk/Mars/mbase/MMath.cc (modified) * trunk/Mars/mbase/MMath.h (modified) Added a version of GetIntersectionPoint which allows to check for ... Mon, 09 Sep 2013 15:52:08 GMT tbretz [17160] * trunk/Mars/fact/analysis/gain/runanalysis.sh (modified) Copy macro; no output if nothing happens (for cronjobs); shoerter name Mon, 09 Sep 2013 15:51:20 GMT tbretz [17159] * trunk/Mars/fact/analysis/gain/fit.sh (modified) process in backward order; copy the script; added #! Mon, 09 Sep 2013 11:39:18 GMT ftemme [17148] * trunk/Mars (modified) * trunk/Mars/fact/analysis/mc (copied) * trunk/Mars/fact/analysis/mc/callisto.C (copied) * trunk/Mars/fact/analysis/mc/star.C (copied) * trunk/Mars/fact/analysis/sandbox_dneise (copied) * trunk/Mars/fact/analysis/sandbox_dneise/callisto_buildable_no_sequence_file.C (copied) * trunk/Mars/fact/analysis/sandbox_dneise/callisto_buildable_no_sequence_file_orig.C (copied) * trunk/Mars/fact/analysis/sandbox_dneise/callisto_for_monte_carlo_simulated_data.C (copied) * trunk/Mars/fact/analysis/sandbox_dneise/star.C (copied) * trunk/Mars/fact/analysis/sandbox_dneise/star_for_monte_carlo_simulated_data.C (copied) * trunk/Mars/macros/fact/fake_drs_calibration.C (copied) * trunk/Mars/mextralgo/MExtralgoSpline.cc (modified) * trunk/Mars/mextralgo/MExtralgoSpline.h (modified) * trunk/Mars/mfileio/MWriteFitsFile.cc (modified) * trunk/Mars/mfileio/MWriteFitsFile.h (modified) * trunk/Mars/mjobs/MJSimulation.cc (modified) * trunk/Mars/mjobs/MJSimulation.h (modified) * trunk/Mars/mmc/MMcEvt.hxx (modified) * trunk/Mars/mraw/MRawEvtData.cc (modified) * trunk/Mars/mraw/MRawEvtData.h (modified) * trunk/Mars/mraw/MRawEvtHeader.h (modified) * trunk/Mars/msimcamera/MSimCamera.cc (modified) * trunk/Mars/msimcamera/MSimCamera.h (modified) * trunk/Mars/msimcamera/MSimReadout.cc (modified) Merging changes from the MC branch in the trunk Sat, 07 Sep 2013 20:48:35 GMT tbretz [17146] * trunk/Mars/mbase/MStatusDisplay.h (modified) It looks like sometimes the TObject version ofWrite is called from ... Sat, 07 Sep 2013 16:28:31 GMT tbretz [17145] * trunk/Mars/fact/processing/drstemp.C (modified) The macro can now handle files with 82 entries in the 'temp' column ... Sat, 07 Sep 2013 16:25:39 GMT tbretz [17144] * trunk/Mars/mcore/fits.h (modified) Added the possibility to check for the array size in SetPtrAddress Sat, 07 Sep 2013 15:18:25 GMT tbretz [17143] * trunk/Mars/mcore/Interpolator2D.h (modified) Added some includes to allow include in any order; this also makes ... Sat, 07 Sep 2013 15:17:45 GMT tbretz [17142] * trunk/Mars/mcore/huffman.h (modified) The two functions need an inline tag, otherwise they can end up in ... Sat, 07 Sep 2013 15:17:07 GMT tbretz [17141] * trunk/Mars/mcore/checksum.h (modified) * trunk/Mars/mcore/fits.h (modified) * trunk/Mars/mcore/ofits.h (modified) * trunk/Mars/mcore/zfits.h (modified) More inclused to make any include order possible, removed some ... Sat, 07 Sep 2013 15:16:03 GMT tbretz [17140] * trunk/Mars/mcore/izstream.h (modified) The ClassDef is not needed. We are not going to write class instances ... Sat, 07 Sep 2013 15:15:27 GMT tbretz [17139] * trunk/Mars/mpedestal/MPedCalcPedRun.cc (modified) Reverting to last revision. Sat, 07 Sep 2013 15:15:18 GMT tbretz [17138] * trunk/Mars/mimage/MHVsSize.cc (modified) Reverting to last revision. Sat, 07 Sep 2013 15:15:04 GMT tbretz [17137] * trunk/Mars/mcore/zfits.h (modified) Reverting to last revision. Sat, 07 Sep 2013 15:14:53 GMT tbretz [17136] * trunk/Mars/mcore/ofits.h (modified) Reverting to last revision. Sat, 07 Sep 2013 15:14:31 GMT tbretz [17135] * trunk/Mars/mcore/izstream.h (modified) Reverting to last revision. Sat, 07 Sep 2013 15:14:21 GMT tbretz [17134] * trunk/Mars/mcore/huffman.h (modified) Reverting to last revision. Sat, 07 Sep 2013 15:14:12 GMT tbretz [17133] * trunk/Mars/mcore/fits.h (modified) Reverting to last revision. Sat, 07 Sep 2013 15:14:03 GMT tbretz [17132] * trunk/Mars/mcore/checksum.h (modified) Reverting to last revision. Sat, 07 Sep 2013 15:13:53 GMT tbretz [17131] * trunk/Mars/mcore/Interpolator2D.h (modified) Reverting to last revision. Sat, 07 Sep 2013 15:13:44 GMT tbretz [17130] * trunk/Mars/mbase/MStatusDisplay.cc (modified) Reverting to last revision. Sat, 07 Sep 2013 15:13:31 GMT tbretz [17129] * trunk/Mars/Makefile.conf.linux (modified) Reverting to last revision.