# # ChangeLog for trunk/FACT++/src # # Generated by Trac 1.5.2 # 11/11/24 12:30:12 Wed, 06 Oct 2021 14:15:06 GMT tbretz [20108] * trunk/FACT++/src/spectrum.cc (modified) Allow to print uri Mon, 26 Apr 2021 09:09:09 GMT tbretz [20092] * trunk/FACT++/src/fitsdump.cc (modified) Made consitsent return codes. Wed, 21 Apr 2021 17:48:47 GMT tbretz [20090] * trunk/FACT++/src/InterpreterV8-4.cc (modified) * trunk/FACT++/src/InterpreterV8-4.h (modified) ObjectTemplates can not hold non primitive values anymore, therefore ... Tue, 20 Apr 2021 23:21:23 GMT tbretz [20089] * trunk/FACT++/src/gtcdust.cc (modified) Updated port number. Tue, 20 Apr 2021 23:19:54 GMT tbretz [20088] * trunk/FACT++/src/gtcdust.cc (modified) Updated, server uses SSL connection now. Tue, 20 Apr 2021 22:27:53 GMT tbretz [20087] * trunk/FACT++/src/pwrctrl.cc (modified) Fixed an (un)signed comparison; in case of a bad file descriptor, it ... Tue, 20 Apr 2021 22:25:43 GMT tbretz [20086] * trunk/FACT++/src/Connection.cc (modified) Trying to improve exception safety of closing a connection. Calling ... Mon, 19 Apr 2021 10:43:36 GMT tbretz [20085] * trunk/FACT++/src/InterpreterV8-4.cc (modified) * trunk/FACT++/src/InterpreterV8-4.h (modified) First argument not required anymore Mon, 19 Apr 2021 10:29:13 GMT tbretz [20083] * trunk/FACT++/src/InterpreterV8-4.cc (modified) * trunk/FACT++/src/InterpreterV8-4.h (modified) Replaced my own PersistentCopy by UniquePersistent, repaired Thread ... Fri, 16 Apr 2021 09:09:14 GMT tbretz [20081] * trunk/FACT++/src/Configuration.cc (modified) Updated where the program looks for fact++.rc: 1) current working ... Fri, 16 Apr 2021 09:08:50 GMT tbretz [20080] * trunk/FACT++/src/Configuration.cc (modified) Updated where the program looks for fact++.rc: 1) current working ... Mon, 12 Apr 2021 19:34:36 GMT tbretz [20075] * trunk/FACT++/src/Configuration.cc (modified) Allow for a fallback solution to look for fact++.rc, which is the ... Mon, 12 Apr 2021 17:49:01 GMT tbretz [20071] * trunk/FACT++/src/fpgaftmctrl.cc (modified) Allow for different names in fact and famous. Mon, 12 Apr 2021 17:32:54 GMT tbretz [20069] * trunk/FACT++/src/HeadersFPGAFTM.h (added) * trunk/FACT++/src/fpgaftmctrl.cc (added) Moved from famous repository Mon, 12 Apr 2021 13:44:29 GMT tbretz [20067] * trunk/FACT++/src/fixfits.cc (modified) * trunk/Mars/mcore/fits.h (modified) That is a better solution. Mon, 12 Apr 2021 13:38:06 GMT tbretz [20065] * trunk/FACT++/src/fits2sql.cc (modified) typo in the po description. Mon, 12 Apr 2021 12:51:45 GMT tbretz [20064] * trunk/FACT++/src/lidctrl.cc (modified) comparison warning of signed vs unsigned Mon, 12 Apr 2021 12:04:15 GMT tbretz [20063] * trunk/FACT++/src/HeadersMiniFTM.h (added) New headers Mon, 12 Apr 2021 10:39:37 GMT tbretz [20061] * trunk/FACT++/src/fixfits.cc (modified) A fix. Mon, 12 Apr 2021 10:22:19 GMT tbretz [20059] * trunk/FACT++/src/miniftmctrl.cc (added) Added from famous git repository and updated to be used in a FACT ... Mon, 12 Apr 2021 08:17:56 GMT tbretz [20058] * trunk/FACT++/src/gcn.cc (modified) Added comments with some example transactions. Mon, 12 Apr 2021 08:17:14 GMT tbretz [20057] * trunk/FACT++/src/HeadersGCN.h (modified) Added an enum for roles. Mon, 12 Apr 2021 08:15:58 GMT tbretz [20056] * trunk/FACT++/src/root2sql.cc (modified) * trunk/FACT++/src/rootifysql.cc (modified) Added printing of connection information and a default query on all ... Mon, 12 Apr 2021 08:15:23 GMT tbretz [20055] * trunk/FACT++/src/Database.h (modified) Allow to output interpreted connection information for debugging ... Mon, 12 Apr 2021 08:12:38 GMT tbretz [20054] * trunk/FACT++/src/FileEntry.h (modified) Added TIMESTAMP as SQL type. Sun, 11 Apr 2021 16:40:23 GMT tbretz [20053] * trunk/FACT++/src/HeadersFTM.h (modified) Some changed to fix some problems with the recent compiler -- looks ... Tue, 23 Mar 2021 11:31:19 GMT tbretz [20047] * trunk/FACT++/src/InterpreterV8-4.h (modified) Disable a gcc wanring on shadowed parameters in dim headers. Tue, 23 Mar 2021 11:25:26 GMT tbretz [20046] * trunk/FACT++/src/getevent.cc (modified) Handle an exception if a MC file does not contain MC information. Wed, 13 Jan 2021 23:39:45 GMT tbretz [20038] * trunk/FACT++/src/fixfits.cc (modified) Implemented in place update of header where possible Wed, 13 Jan 2021 20:09:08 GMT tbretz [20037] * trunk/FACT++/src/fixfits.cc (modified) Minor fixes Wed, 13 Jan 2021 19:49:18 GMT tbretz [20036] * trunk/FACT++/src/fixfits.cc (modified) Mostly updated to the console output, implemented supression the ... Wed, 13 Jan 2021 18:42:15 GMT tbretz [20035] * trunk/FACT++/src/fixfits.cc (added) Etienne's tool for repairing fits/raw files. Wed, 30 Dec 2020 19:58:35 GMT tbretz [20024] * trunk/FACT++/src/InterpreterV8-4.cc (modified) For the moment, threads are disabled. Wed, 30 Dec 2020 18:52:55 GMT tbretz [20023] * trunk/FACT++/src/InterpreterV8-3.cc (copied) * trunk/FACT++/src/InterpreterV8-3.h (copied) * trunk/FACT++/src/InterpreterV8-4.cc (added) * trunk/FACT++/src/InterpreterV8-4.h (added) * trunk/FACT++/src/InterpreterV8.cc (added) * trunk/FACT++/src/InterpreterV8.h (added) This adds a version that was tested at least with V8 6.8 and a ... Mon, 28 Dec 2020 19:31:37 GMT tbretz [20022] * trunk/FACT++/src/gudectrl.cc (modified) Fixed some compiler warnings by letting the compiler decide the exact ... Mon, 28 Dec 2020 17:28:59 GMT tbretz [20021] * trunk/FACT++/src/drivectrl.cc (modified) In favor of boost 1.70, replaced get_io_context Mon, 28 Dec 2020 17:28:24 GMT tbretz [20020] * trunk/FACT++/src/fadctrl.cc (modified) In favor of boost 1.70, replaced get_io_context; The comments in a ... Mon, 28 Dec 2020 17:26:49 GMT tbretz [20019] * trunk/FACT++/src/ConnectionUSB.cc (modified) In favor of boost 1.70, replaced get_io_context Mon, 28 Dec 2020 17:25:48 GMT tbretz [20018] * trunk/FACT++/src/Connection.cc (modified) In favor of boost 1.70, replaced get_io_context Mon, 28 Dec 2020 17:25:10 GMT tbretz [20017] * trunk/FACT++/src/ConnectionSSL.cc (modified) * trunk/FACT++/src/ConnectionSSL.h (modified) * trunk/FACT++/src/tngweather.cc (modified) Made ready for boost 1.70 by replacing get_io_context; the SSL ... Mon, 28 Dec 2020 15:03:19 GMT tbretz [20016] * trunk/FACT++/src/Readline.cc (modified) * trunk/FACT++/src/Readline.h (modified) Readline 8 behaves differently. The best fix is to use the readline ... Mon, 28 Dec 2020 15:00:39 GMT tbretz [20015] * trunk/FACT++/src/LocalControl.h (modified) * trunk/FACT++/src/RemoteControl.cc (modified) Readline needs to be told which are the printable charcters in the ... Mon, 28 Dec 2020 14:59:35 GMT tbretz [20014] * trunk/FACT++/src/Console.cc (modified) Improved handling of multiline cases. Mon, 21 Dec 2020 16:06:24 GMT tbretz [20012] * trunk/FACT++/src/tools.h (modified) For gcc 4.8.5, I hope this workaround also works for gcc 4.7. Mon, 21 Dec 2020 16:05:29 GMT tbretz [20011] * trunk/FACT++/src/root2csv.cc (modified) * trunk/FACT++/src/rootifysql.cc (modified) Had to change to pointers, emplace_back and ofstream do not work in ... Mon, 21 Dec 2020 16:03:20 GMT tbretz [20010] * trunk/FACT++/src/Splitting.h (modified) Compiler warning, overwriting existing name. Wed, 18 Nov 2020 14:42:04 GMT tbretz [20005] * trunk/FACT++/src/Connection.cc (modified) * trunk/FACT++/src/ConnectionSSL.cc (modified) The API in boost 1.70 changed. Wed, 18 Nov 2020 14:39:30 GMT tbretz [20004] * trunk/FACT++/src/sqmctrl.cc (modified) Fixed a problem with newer boost versions. Mon, 17 Aug 2020 14:19:11 GMT tbretz [19987] * trunk/FACT++/src/spectrum.cc (modified) Cleanup of commandline options, files are not obverwritten anymore ... Mon, 17 Aug 2020 12:37:22 GMT tbretz [19986] * trunk/FACT++/src/spectrum.cc (modified) The selector for the data is required as there is always an AND in ... Tue, 11 Aug 2020 15:53:08 GMT tbretz [19985] * trunk/FACT++/src/spectrum.cc (modified) Added more histogram titles. Mon, 10 Aug 2020 17:21:05 GMT tbretz [19984] * trunk/FACT++/src/spectrum.cc (modified) Title was wrong. Mon, 10 Aug 2020 16:58:02 GMT tbretz [19982] * trunk/FACT++/src/spectrum.cc (modified) Added histogram titles. Mon, 10 Aug 2020 16:06:56 GMT tbretz [19981] * trunk/FACT++/src/spectrum.cc (modified) Fixed... didn't work without a simsel option. Mon, 10 Aug 2020 16:02:20 GMT tbretz [19980] * trunk/FACT++/src/spectrum.cc (modified) Improve some error output (red), added the possibility for MC file ... Mon, 27 Jul 2020 15:20:38 GMT tbretz [19974] * trunk/FACT++/src/spectrum.cc (modified) A typo in axis labels Mon, 20 Jul 2020 15:20:59 GMT tbretz [19971] * trunk/FACT++/spectrum/display.C (modified) * trunk/FACT++/spectrum/simulation.sql (modified) * trunk/FACT++/src/spectrum.cc (modified) Added a binning in Impact Parameter for crosschecks Mon, 15 Jun 2020 22:15:33 GMT tbretz [19968] * trunk/FACT++/src/root2sql.cc (modified) Fixed a bug that broke the meaning of 'max' Tue, 26 May 2020 19:27:52 GMT tbretz [19967] * trunk/FACT++/src/rootifysql.cc (modified) Fixed another last minute change. Tue, 26 May 2020 19:20:25 GMT tbretz [19966] * trunk/FACT++/src/rootifysql.cc (modified) Added an accurate mode in which all SQL column types are converted as ... Tue, 26 May 2020 19:18:26 GMT tbretz [19965] * trunk/FACT++/src/FileEntry.h (modified) Added a decription for more (particularly SQL) types, such as kTime, ... Mon, 25 May 2020 12:01:11 GMT tbretz [19964] * trunk/FACT++/src/corsika2sql.cc (modified) Fix a none compile issue. Mon, 25 May 2020 09:13:07 GMT tbretz [19963] * trunk/FACT++/src/corsika2sql.cc (added) Program to insert corsika input cards. Fri, 08 May 2020 15:25:06 GMT tbretz [19960] * trunk/FACT++/src/root2csv.cc (modified) Added some comment. Fri, 08 May 2020 15:24:15 GMT tbretz [19959] * trunk/FACT++/src/FileEntry.h (modified) Added some comment Mon, 13 Apr 2020 16:47:27 GMT tbretz [19946] * trunk/FACT++/src/fitsdump.cc (modified) Added a streaming mode which ignores the number of rows in the file. Fri, 17 Jan 2020 14:08:08 GMT tbretz [19932] * trunk/FACT++/src/fscctrl.cc (modified) Forgot to also replace the actual limit! Thu, 16 Jan 2020 17:59:01 GMT tbretz [19929] * trunk/FACT++/src/gudectrl.cc (modified) Minor updates. Thu, 16 Jan 2020 17:48:42 GMT tbretz [19928] * trunk/FACT++/src/HeadersGude.h (added) New header. Thu, 16 Jan 2020 17:44:50 GMT tbretz [19926] * trunk/FACT++/src/gudectrl.cc (added) New server. Thu, 16 Jan 2020 17:37:03 GMT tbretz [19925] * trunk/FACT++/src/fscctrl.cc (modified) fixed a typo Thu, 16 Jan 2020 17:36:04 GMT tbretz [19924] * trunk/FACT++/src/fscctrl.cc (modified) Set Temp Limit to 60°C Wed, 15 Jan 2020 17:54:56 GMT tbretz [19923] * trunk/FACT++/src/fscctrl.cc (modified) Added a temp limit of 55°C for all sensors Fri, 20 Dec 2019 15:24:02 GMT tbretz [19920] * trunk/FACT++/src/InterpreterV8.cc (modified) The default observatory should be the preset default not per se 'ORM' Fri, 20 Dec 2019 15:18:01 GMT tbretz [19918] * trunk/FACT++/src/StateMachineDimControl.cc (modified) Is using nova, so print out the default observatory. Sun, 15 Dec 2019 23:30:18 GMT tbretz [19913] * trunk/FACT++/src/spectrum.cc (modified) Write spectrum.C again. Sun, 15 Dec 2019 21:03:30 GMT tbretz [19912] * trunk/FACT++/src/makedata.cc (modified) Added comment Sun, 15 Dec 2019 18:55:01 GMT tbretz [19911] * trunk/FACT++/src/spectrum.cc (modified) Forgot to adapt the upper limit calculation to the fact that the BG ... Sun, 15 Dec 2019 18:54:47 GMT tbretz [19910] * trunk/FACT++/src/spectrum.cc (modified) Forgot to adapt the upper limit calculation to the fact that the BG ... Sun, 15 Dec 2019 18:17:23 GMT tbretz [19908] * trunk/FACT++/src/spectrum.cc (modified) Fixed some axis labels for the spectrum histograms. Sun, 15 Dec 2019 18:04:36 GMT tbretz [19907] * trunk/FACT++/spectrum/analysis.sql (modified) * trunk/FACT++/spectrum/data.sql (modified) * trunk/FACT++/spectrum/simulation.sql (modified) * trunk/FACT++/spectrum/spectrum.sql (modified) * trunk/FACT++/spectrum/summary-sim.sql (modified) * trunk/FACT++/src/spectrum.cc (modified) Fixed Error calculation for final spectrum, it is difficult to keep ... Sun, 15 Dec 2019 16:23:56 GMT tbretz [19904] * trunk/FACT++/spectrum/display.C (modified) * trunk/FACT++/spectrum/spectrum.sql (modified) * trunk/FACT++/src/spectrum.cc (modified) Implemented the Flux Sigma and control plots to check if a point ... Sun, 15 Dec 2019 15:32:25 GMT tbretz [19903] * trunk/FACT++/src/spectrum.cc (modified) Made sure that all columns (except ResolutionW) are defined NOT NULL ... Sun, 15 Dec 2019 00:34:27 GMT tbretz [19900] * trunk/FACT++/spectrum/display.C (modified) * trunk/FACT++/spectrum/spectrum.sql (modified) * trunk/FACT++/src/spectrum.cc (modified) Some simplification for a better structured root file. Sat, 14 Dec 2019 23:46:16 GMT tbretz [19899] * trunk/FACT++/src/spectrum.cc (modified) No Integral histograms for Theta binning. Sat, 14 Dec 2019 23:42:10 GMT tbretz [19898] * trunk/FACT++/src/spectrum.cc (modified) Updated to include Integral and Integrated Results. Sat, 14 Dec 2019 19:39:38 GMT tbretz [19895] * trunk/FACT++/src/spectrum.cc (modified) Completele redone the logic, now the program produces all kind of ... Thu, 12 Dec 2019 16:25:49 GMT tbretz [19889] * trunk/FACT++/src/spectrum.cc (modified) Added counting triggered events (Triggered) to display cut ... Thu, 12 Dec 2019 13:52:52 GMT tbretz [19888] * trunk/FACT++/src/spectrum.cc (modified) There was a stray dot from the prev changes. Thu, 12 Dec 2019 13:31:01 GMT tbretz [19887] * trunk/FACT++/src/spectrum.cc (modified) In contrast to clang, gcc requires the initilizer list to be in order ... Wed, 11 Dec 2019 20:39:31 GMT tbretz [19886] * trunk/FACT++/src/spectrum.cc (modified) Added descriptions to command line options, respect verbose=0 Wed, 11 Dec 2019 20:05:45 GMT tbretz [19882] * trunk/FACT++/spectrum (added) * trunk/FACT++/spectrum/analysis.sql (added) * trunk/FACT++/spectrum/data.sql (added) * trunk/FACT++/spectrum/simulation.sql (added) * trunk/FACT++/src/spectrum.cc (added) Spectrum program and external query files. Tue, 03 Dec 2019 14:31:30 GMT tbretz [19881] * trunk/FACT++/src/csv2root.cc (modified) Fixed compiler warning... Sun, 01 Dec 2019 20:33:48 GMT tbretz [19880] * trunk/FACT++/src/root2csv.cc (modified) Additional comment, unfold if. Sun, 01 Dec 2019 20:33:03 GMT tbretz [19879] * trunk/FACT++/src/csv2root.cc (modified) Allow for detection of empty fields and fields containing NULL. Sat, 30 Nov 2019 15:07:23 GMT tbretz [19878] * trunk/FACT++/src/csv2root.cc (modified) Branches must always be written, branch names must not start with a ... Wed, 30 Oct 2019 11:38:27 GMT tbretz [19827] * trunk/FACT++/src/InterpreterV8.cc (modified) Wow... somebody hit the configuration in which this is relevant! Sun, 27 Oct 2019 20:23:49 GMT tbretz [19817] * trunk/FACT++/src/root2csv.cc (modified) Sorry, works with 6.18 and not 6.14 Sun, 27 Oct 2019 20:18:28 GMT tbretz [19816] * trunk/FACT++/src/root2csv.cc (modified) Alias on two argument functions does not work with root 5.24/28 but ... Sun, 27 Oct 2019 20:06:24 GMT tbretz [19815] * trunk/FACT++/src/root2sql.cc (modified) Copy and Paste error