# # ChangeLog for / # # Generated by Trac 1.5.2 # 09/22/24 17:31:50 Thu, 14 Nov 2013 16:44:02 GMT tbretz [17318] * trunk/FACT++/src/drivectrl.cc (modified) Updated query for case sensitivity of database. Wed, 13 Nov 2013 15:01:13 GMT tbretz [17317] * trunk/FACT++/Makefile.am (modified) * trunk/FACT++/Makefile.in (modified) Added gpsctrl Wed, 13 Nov 2013 15:00:24 GMT tbretz [17316] * trunk/FACT++/src/HeadersGPS.h (added) * trunk/FACT++/src/gpsctrl.cc (added) Wed, 06 Nov 2013 12:54:35 GMT Daniela Dorner [17315] * trunk/Mars/fact/analysis/lightcurve.C (modified) changed column name from fRunId to fRunID Mon, 04 Nov 2013 13:06:55 GMT daqct3 [17314] * fact/tools/Scripts/Logon (modified) Change to Logon script setting of DIM_HOST_NODE Tue, 29 Oct 2013 17:15:19 GMT mknoetig [17313] * firmware/GpsArduino/GpsControl.ino (modified) * firmware/GpsArduino/factgps.pdf (modified) add: get_status to the GPS arduino firmware and documentation Mon, 28 Oct 2013 16:37:50 GMT mknoetig [17312] * firmware/GpsArduino/factgps.pdf (modified) add: full documentation Mon, 28 Oct 2013 16:01:09 GMT mknoetig [17311] * firmware/GpsArduino/SparkfunVenusModule.pdf (added) * firmware/GpsArduino/VenusChip.pdf (added) * firmware/GpsArduino/nandGate_datasheet.pdf (added) add: additional external datasheets and schematics Mon, 28 Oct 2013 15:12:53 GMT ftemme [17310] * trunk/Mars/fact/analysis/mc/star.C (modified) Changed the name of the mc_star macro and commented the inclusion of ... Mon, 28 Oct 2013 15:12:25 GMT ftemme [17309] * trunk/Mars/fact/analysis/mc/callisto.C (modified) Changed the name of the mc_callisto macro and commented the inclusion ... Mon, 28 Oct 2013 13:12:25 GMT mknoetig [17308] * firmware/GpsArduino (added) * firmware/GpsArduino/GpsControl.ino (added) * firmware/GpsArduino/factgps.pdf (added) add: FACT GPS module firmware and first version of the documentation Tue, 22 Oct 2013 20:11:13 GMT tbretz [17307] * trunk/Mars/macros/rootlogon.C (modified) * trunk/Mars/mbase/MAGIC.cc (modified) * trunk/Mars/mbase/MAGIC.h (modified) Added wrappers for some defines to the MARS namespace to make that ... Tue, 22 Oct 2013 19:43:21 GMT tbretz [17306] * trunk/Mars/Makefile (modified) * trunk/Mars/Makefile.rules (modified) Implemented 'make sge'. Must be used as 'make -j sge' 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:35:23 GMT tbretz [17300] * trunk/FACT++/src/EventBuilderWrapper.h (modified) RunDescription given to Open missed the information about maxevts and ... Mon, 21 Oct 2013 16:34:52 GMT tbretz [17299] * trunk/FACT++/src/DataWriteFits2.cc (modified) Added some comments to the code. 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:36:11 GMT lyard [17291] * trunk/FACT++/src/fitsdump.cc (modified) BugFixed fitsdump to display the correct num of rows also for ... 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 20:56:01 GMT tbretz [17280] * trunk/FACT++/src/smartfact.cc (modified) When we take data (eg drs-pedestal) and the voltag eis off do not ... Sun, 20 Oct 2013 20:54:04 GMT tbretz [17279] * trunk/FACT++/start.sh (modified) Fixed the ionice Sun, 20 Oct 2013 18:54:55 GMT tbretz [17278] * trunk/FACT++/src/smartfact.cc (modified) Updated the number of bytes in the DRS_RUN service. 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 18:15:13 GMT tbretz [17276] * trunk/FACT++/src/DataWriteFits2.cc (modified) Set a catalog size which is reasonable for normal data taking / data ... 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:: Sun, 20 Oct 2013 16:28:18 GMT tbretz [17273] * trunk/FACT++/gui/RawEventsViewer/RawEventsViewer.h (modified) Removed std:: from fits Sun, 20 Oct 2013 16:01:45 GMT tbretz [17272] * trunk/FACT++/src/EventBuilderWrapper.h (modified) Added night to the end of the DRS_RUNS service. Sun, 20 Oct 2013 16:01:22 GMT tbretz [17271] * trunk/FACT++/src/DataCalib.cc (modified) Added night to the DRS_RUNS service. Sun, 20 Oct 2013 16:00:44 GMT tbretz [17270] * trunk/FACT++/start.sh (modified) Start fadctrl with a higher I/O priority. 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:27 GMT tbretz [17266] * trunk/FACT++/src/DataWriteFits2.cc (modified) * trunk/FACT++/src/DataWriteFits2.h (modified) Removed the std:: from the fits classes. 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:57:18 GMT tbretz [17257] * trunk/FACT++/gui/design.ui (modified) Added button for ZFits Fri, 18 Oct 2013 13:56:37 GMT tbretz [17256] * trunk/FACT++/src/smartfact.cc (modified) Fixed some compiling issues. 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:31:43 GMT tbretz [17252] * trunk/FACT++/src/DataCalib.cc (modified) Changed the order of arguments to WriteFitsImp. 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:50:07 GMT tbretz [17244] * trunk/FACT++/src/fadctrl.cc (modified) Added new options and commands to configure file compression; added ... 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:22:51 GMT tbretz [17238] * trunk/FACT++/src/EventBuilderWrapper.h (modified) Using the new Queue implementation, all queued functions need to ... 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 Thu, 17 Oct 2013 14:20:41 GMT tbretz [17236] * trunk/FACT++/src/EventBuilder.cc (modified) Using the new Queue implementation, all queued functions need to ... Thu, 17 Oct 2013 14:19:45 GMT tbretz [17235] * trunk/FACT++/src/smartfact.cc (modified) Some changes to limits: An alarm is now posted if the difference ... Thu, 17 Oct 2013 14:17:30 GMT tbretz [17234] * trunk/FACT++/src/feedback.cc (modified) So far the assumption was that the precise one is the DAC, but (most ... Thu, 17 Oct 2013 14:15:47 GMT tbretz [17233] * trunk/FACT++/src/DataCalib.h (modified) Get the last available drs calibration to initialize the ... Thu, 17 Oct 2013 14:08:35 GMT tbretz [17232] * trunk/FACT++/src/DataCalib.cc (modified) Give the night to DrsCalibration::WriteFitsImp Thu, 17 Oct 2013 14:06:42 GMT tbretz [17231] * trunk/FACT++/src/DataWriteFits2.cc (modified) * trunk/FACT++/src/DataWriteFits2.h (modified) Moved the implementation of the output file from a data memember to a ... Wed, 16 Oct 2013 20:02:56 GMT tbretz [17230] * trunk/FACT++/src/MessageDim.cc (modified) * trunk/FACT++/src/MessageDim.h (modified) Use Queue from externals instead of src. Wed, 16 Oct 2013 20:02:33 GMT tbretz [17229] * trunk/FACT++/src/WindowLog.cc (modified) * trunk/FACT++/src/WindowLog.h (modified) Use Queue from externals instead of src. 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:22:42 GMT tbretz [17220] * trunk/FACT++/src/queue.h (modified) Reverting to last revision. 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