# # ChangeLog for / # # Generated by Trac 1.5.2 # 11/11/24 17:58:10 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 Sun, 13 Oct 2013 08:40:26 GMT tanio [17218] * schedule/function/SplitDelete.php (modified) Sat, 12 Oct 2013 10:50:09 GMT tbretz [17217] * trunk/FACT++/gui/FactGui.h (modified) Updated the FTM_CONTROL service handling. It was broken since kValid ... 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 14:59:20 GMT tbretz [17215] * trunk/FACT++/scripts/Startup.js (modified) Now feedback has a dedicated state to check whether is is calibrated ... Fri, 11 Oct 2013 14:50:23 GMT tbretz [17214] * trunk/FACT++/src/smartfact.cc (modified) This fix should change that sometimes the rate is displayed in red ... Fri, 11 Oct 2013 14:49:32 GMT tbretz [17213] * trunk/FACT++/src/InterpreterV8.cc (modified) Some additons to the tab-completion. Fri, 11 Oct 2013 14:21:21 GMT tbretz [17212] * trunk/FACT++/src/HeadersFAD.h (modified) Added new file format ZFits Fri, 11 Oct 2013 14:20:36 GMT tbretz [17211] * trunk/FACT++/gui/FactGui.h (modified) * trunk/FACT++/gui/MainWindow.h (modified) Added the upcoming new file format ZFits. 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 Wed, 09 Oct 2013 11:57:53 GMT Daniela Dorner [17204] * trunk/DataCheck/Cron/crontab.fact-viewer (modified) filling aux info to db already at 9 and 10 Tue, 08 Oct 2013 14:35:24 GMT tbretz [17203] * trunk/FACT++/src/feedback.cc (modified) Added custom channel offsets to correct gain variations seen in the ... 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 ... Thu, 19 Sep 2013 15:45:43 GMT tbretz [17193] * trunk/FACT++/Makefile.am (modified) * trunk/FACT++/Makefile.in (modified) Added libTools to fitsdump Thu, 19 Sep 2013 15:27:27 GMT tbretz [17192] * trunk/FACT++/src/smartfact.cc (modified) Read the mean value for the temperatures directly from the report; ... Thu, 19 Sep 2013 15:25:50 GMT tbretz [17191] * trunk/FACT++/src/DimServiceInfoList.cc (modified) There is no need to wiat for the commad to be sent. Thu, 19 Sep 2013 15:23:59 GMT tbretz [17190] * trunk/FACT++/scripts/Main.js (modified) Adapted script to new feedback states, take the slower ramping into ... Thu, 19 Sep 2013 15:21:00 GMT tbretz [17189] * trunk/FACT++/scripts/Observation_class.js (modified) Little improvements to the output. Thu, 19 Sep 2013 15:20:17 GMT tbretz [17188] * trunk/FACT++/scripts/getSchedule.js (modified) Removed FEEDBACK-TEST and SINGLEPE-TEST -- they are not needed anymore. Thu, 19 Sep 2013 15:19:31 GMT tbretz [17187] * trunk/FACT++/scripts/Startup.js (modified) Adapted the waiting time to the slower ramping, removed the setting ... Thu, 19 Sep 2013 15:18:03 GMT tbretz [17186] * trunk/FACT++/src/fscctrl.cc (modified) Fixed a typo in the evaluation of the configuration; added sending ... Thu, 19 Sep 2013 15:17:25 GMT tbretz [17185] * trunk/FACT++/src/fscctrl.cc (modified) Reverting to last revision. Thu, 19 Sep 2013 15:17:09 GMT tbretz [17184] * trunk/FACT++/src/InterpreterV8.cc (modified) Reverting to last revision. Thu, 19 Sep 2013 15:16:58 GMT tbretz [17183] * trunk/FACT++/src/DimServiceInfoList.cc (modified) Reverting to last revision. Thu, 19 Sep 2013 15:16:38 GMT tbretz [17182] * trunk/FACT++/scripts/getSchedule.js (modified) Reverting to last revision. Thu, 19 Sep 2013 15:16:27 GMT tbretz [17181] * trunk/FACT++/scripts/Startup.js (modified) Reverting to last revision. Thu, 19 Sep 2013 15:16:17 GMT tbretz [17180] * trunk/FACT++/scripts/Observation_class.js (modified) Reverting to last revision. Thu, 19 Sep 2013 15:16:08 GMT tbretz [17179] * trunk/FACT++/scripts/Main.js (modified) Reverting to last revision. Thu, 19 Sep 2013 15:15:57 GMT tbretz [17178] * trunk/FACT++/configure (modified) Reverting to last revision. Thu, 19 Sep 2013 15:15:48 GMT tbretz [17177] * trunk/FACT++/aclocal.m4 (modified) Reverting to last revision. Thu, 19 Sep 2013 15:15:41 GMT tbretz [17176] * trunk/FACT++/Makefile.in (modified) Reverting to last revision. Thu, 19 Sep 2013 15:15:35 GMT tbretz [17175] * trunk/FACT++/Makefile.am (modified) Reverting to last revision. Thu, 19 Sep 2013 15:15:12 GMT tbretz [17174] * trunk/FACT++/Makefile.am (modified) * trunk/FACT++/Makefile.in (modified) * trunk/FACT++/aclocal.m4 (modified) * trunk/FACT++/configure (modified) * trunk/FACT++/scripts/Main.js (modified) * trunk/FACT++/scripts/Observation_class.js (modified) * trunk/FACT++/scripts/Startup.js (modified) * trunk/FACT++/scripts/getSchedule.js (modified) * trunk/FACT++/src/DimServiceInfoList.cc (modified) * trunk/FACT++/src/InterpreterV8.cc (modified) * trunk/FACT++/src/biasctrl.cc (modified) * trunk/FACT++/src/fscctrl.cc (modified) Some minor updates and a bug fix in the format of the NOMINAL service. Thu, 19 Sep 2013 15:13:22 GMT tbretz [17173] * trunk/FACT++/src/feedback.cc (modified) Use the new algorithm by default; implemented temperature correction ... Thu, 19 Sep 2013 14:08:22 GMT tbretz [17172] * trunk/FACT++/src/smartfact.cc (modified) Read bias patch wise tenmperatures from fscctrl instead of ... Thu, 19 Sep 2013 14:00:35 GMT tbretz [17171] * trunk/FACT++/www/smartfact/struct/camtemp.page (modified) Changed the order Tue, 17 Sep 2013 17:41:04 GMT tbretz [17170] * trunk/FACT++/src/fscctrl.cc (modified) Implemented a new service providing bias patch wise temperatures; in ...