# # ChangeLog for trunk # # Generated by Trac 1.5.2 # 09/22/24 23:31:06 Sun, 03 Jun 2012 20:39:43 GMT tbretz [14055] * trunk/FACT++/src/InterpreterV8.cc (modified) * trunk/FACT++/src/InterpreterV8.h (modified) * trunk/FACT++/src/RemoteControl.h (modified) Added the possibility to run with arguments; added exit() command to JS Sun, 03 Jun 2012 20:39:02 GMT tbretz [14054] * trunk/FACT++/src/tools.cc (modified) * trunk/FACT++/src/tools.h (modified) Allow to split command lines without equal signs Sun, 03 Jun 2012 19:26:26 GMT tbretz [14053] * trunk/FACT++/src/DimServiceInfoList.cc (modified) Omit the 'Command emitted successfully... we assume that it was ... Sun, 03 Jun 2012 19:25:37 GMT tbretz [14052] * trunk/FACT++/src/dimctrl.cc (modified) Stop a readline and JavaScript if STOP is received. Sun, 03 Jun 2012 19:25:12 GMT tbretz [14051] * trunk/FACT++/src/InterpreterV8.cc (modified) * trunk/FACT++/src/InterpreterV8.h (modified) Allow stoppping the script from everyhwere. Sun, 03 Jun 2012 19:21:39 GMT tbretz [14050] * trunk/FACT++/src/RemoteControl.cc (modified) * trunk/FACT++/src/RemoteControl.h (modified) Added InterpreterV8 as base class to allow running JavaScripts Sun, 03 Jun 2012 19:20:26 GMT tbretz [14049] * trunk/FACT++/src/InterpreterV8.cc (added) * trunk/FACT++/src/InterpreterV8.h (added) JavaScript engine based on google's v8. Sun, 03 Jun 2012 19:17:12 GMT tbretz [14048] * trunk/FACT++/configure (modified) * trunk/FACT++/configure.ac (modified) Added check for google's v8 JavaScript engine Sat, 02 Jun 2012 20:33:54 GMT tbretz [14047] * trunk/FACT++/src/Database.h (modified) Exception handling around stoi needed Sat, 02 Jun 2012 20:28:50 GMT tbretz [14046] * trunk/FACT++/src/Configuration.cc (modified) * trunk/FACT++/src/Database.h (modified) * trunk/FACT++/src/drivectrl.cc (modified) Implemented conversion of data-base to uri Sat, 02 Jun 2012 20:24:58 GMT tbretz [14045] * trunk/FACT++/src/Configuration.cc (modified) * trunk/FACT++/src/drivectrl.cc (modified) * trunk/FACT++/src/smartfact.cc (modified) Simplified database access. Sat, 02 Jun 2012 20:17:37 GMT tbretz [14044] * trunk/FACT++/src/Database.h (added) A wrapper to support a more direct database access. Sat, 02 Jun 2012 19:38:22 GMT tbretz [14043] * trunk/FACT++/src/smartfact.cc (modified) Fixed pointing.data Sat, 02 Jun 2012 19:30:15 GMT tbretz [14042] * trunk/FACT++/src/smartfact.cc (modified) Added a source list and some improvements to the astronomy calculations. Sat, 02 Jun 2012 19:29:40 GMT tbretz [14041] * trunk/FACT++/www/smartfact/index.css (modified) * trunk/FACT++/www/smartfact/index.html (modified) * trunk/FACT++/www/smartfact/index.js (modified) Some more improvements to the audio and some little traffic improvements Sat, 02 Jun 2012 15:52:21 GMT tbretz [14040] * trunk/FACT++/src/smartfact.cc (modified) * trunk/FACT++/www/smartfact/index.css (modified) Added a third column to the astro table and a source-list page with ... Sat, 02 Jun 2012 14:39:36 GMT tbretz [14039] * trunk/FACT++/src/drivectrl.cc (modified) HAS_SQL -> HAVE_SQL Sat, 02 Jun 2012 14:39:13 GMT tbretz [14038] * trunk/FACT++/src/Configuration.cc (modified) HAS_SQL -> HAVE_SQL Sat, 02 Jun 2012 14:38:53 GMT tbretz [14037] * trunk/FACT++/src/smartfact.cc (modified) Addded source database as option. Sat, 02 Jun 2012 14:14:13 GMT tbretz [14036] * trunk/FACT++/src/smartfact.cc (modified) * trunk/FACT++/www/smartfact/index.css (modified) Implemented the display of the distance between known sources and the ... Sat, 02 Jun 2012 13:01:24 GMT tbretz [14035] * trunk/FACT++/Makefile.am (modified) * trunk/FACT++/Makefile.in (modified) * trunk/FACT++/configure (modified) * trunk/FACT++/configure.ac (modified) Added timecheck; added proper support for HAS_SQL in configure Sat, 02 Jun 2012 11:52:44 GMT tbretz [14034] * trunk/FACT++/src/smartfact.cc (modified) Added history for errors; updated error handling to be able to do ... Sat, 02 Jun 2012 11:50:34 GMT tbretz [14033] * trunk/FACT++/src/feedback.cc (modified) Updated the algorithm to faster set the correct voltage in case of ... Sat, 02 Jun 2012 11:49:38 GMT tbretz [14032] * trunk/FACT++/src/DimState.h (modified) Store last state; replaced fixed values by enums Sat, 02 Jun 2012 11:49:06 GMT tbretz [14031] * trunk/FACT++/www/smartfact/index.js (modified) Added audio support; changed order in data-file headers Fri, 01 Jun 2012 22:05:31 GMT Daniela Dorner [14030] * trunk/FACT++/ScriptsForDimCtrl/ServiceScripts/TrackMrk501Wobble1.dim (modified) * trunk/FACT++/ScriptsForDimCtrl/ServiceScripts/TrackMrk501Wobble2.dim (modified) adapted angles for new wobble positions Fri, 01 Jun 2012 17:25:47 GMT tbretz [14029] * trunk/Mars/mfileio/MWriteRootFile.cc (modified) Fixed a problem with root 5.32 and no-tree tasks (like in WriteMC) Fri, 01 Jun 2012 15:25:45 GMT tbretz [14025] * trunk/FACT++/src/DataCalib.cc (modified) * trunk/FACT++/src/DataCalib.h (modified) Started to prepare to move WriteFits as WriteFitsImp to ... Fri, 01 Jun 2012 15:13:10 GMT tbretz [14024] * trunk/FACT++/src/DataCalib.cc (modified) * trunk/FACT++/src/DataCalib.h (modified) Some exception handling around WriteFits Fri, 01 Jun 2012 15:06:28 GMT tbretz [14023] * trunk/FACT++/src/DataWriteFits2.cc (modified) * trunk/FACT++/src/DataWriteFits2.h (modified) Moved the creation of the default keys to a static function so that ... Fri, 01 Jun 2012 15:05:58 GMT tbretz [14022] * trunk/FACT++/src/DataCalib.cc (modified) Replaced the use of the old fits class with ofits. Fri, 01 Jun 2012 13:27:30 GMT tbretz [14021] * trunk/FACT++/src/feedback.cc (modified) Updated the rules which apply during current feedback before the ... Fri, 01 Jun 2012 13:16:26 GMT tbretz [14020] * trunk/FACT++/src/EventBuilderWrapper.h (modified) Updated and fixed the event selection for the event display and the ... Fri, 01 Jun 2012 12:27:35 GMT tbretz [14019] * trunk/FACT++/src/StateMachineDim.cc (modified) Fixed a problem if fDescriptionStates.itsData was still zero. I guess ... Fri, 01 Jun 2012 12:26:46 GMT tbretz [14018] * trunk/FACT++/src/HeadersDrive.h (modified) * trunk/FACT++/src/drivectrl.cc (modified) Added automatic parking if sun-rise has been passed and a locked ... Fri, 01 Jun 2012 12:25:39 GMT tbretz [14017] * trunk/FACT++/src/dimctrl.cc (modified) Replaced lexical_cast by to_string Fri, 01 Jun 2012 12:25:20 GMT tbretz [14016] * trunk/FACT++/src/Main.h (modified) Replaced lexical cast by to_string Fri, 01 Jun 2012 11:10:55 GMT tbretz [14015] * trunk/FACT++/src/DimState.h (modified) Added support for 'the last state' Fri, 01 Jun 2012 11:08:39 GMT tbretz [14014] * trunk/FACT++/src/smartfact.cc (modified) Added audio-support; renamed Astro to Sun Fri, 01 Jun 2012 08:52:15 GMT tbretz [14013] * trunk/FACT++/src/fscctrl.cc (modified) Set the verbosity to quiet per default. Thu, 31 May 2012 22:22:14 GMT neise [14012] * trunk/FACT++/ScriptsForDimCtrl/StartUp.dim (added) mostly a copy of FirstDrsCal.dim ... can be used in case the lid is ... Thu, 31 May 2012 18:35:36 GMT tbretz [14011] * trunk/FACT++/src/StateMachineDim.cc (modified) Exit with 128 not -1 Thu, 31 May 2012 18:35:16 GMT tbretz [14010] * trunk/FACT++/src/Readline.cc (modified) Exit with 128 not -1 Thu, 31 May 2012 18:34:53 GMT tbretz [14009] * trunk/FACT++/src/biasctrl.cc (modified) * trunk/FACT++/src/chatclient.cc (modified) * trunk/FACT++/src/chatserv.cc (modified) * trunk/FACT++/src/datalogger.cc (modified) * trunk/FACT++/src/dimctrl.cc (modified) * trunk/FACT++/src/drivectrl.cc (modified) * trunk/FACT++/src/fadctrl.cc (modified) * trunk/FACT++/src/feedback.cc (modified) * trunk/FACT++/src/fscctrl.cc (modified) * trunk/FACT++/src/ftmctrl.cc (modified) * trunk/FACT++/src/magicweather.cc (modified) * trunk/FACT++/src/mcp.cc (modified) * trunk/FACT++/src/ratecontrol.cc (modified) * trunk/FACT++/src/ratescan.cc (modified) * trunk/FACT++/src/skypeclient.cc (modified) * trunk/FACT++/src/smartfact.cc (modified) * trunk/FACT++/src/timecheck.cc (modified) * trunk/FACT++/src/tngweather.cc (modified) Exit with 127 if parsing of command line options failed. Thu, 31 May 2012 18:14:17 GMT tbretz [14008] * trunk/FACT++/src/StateMachineImp.h (modified) If no exit code is given explicitly, assume that everything was ok. Thu, 31 May 2012 16:18:52 GMT tbretz [14007] * trunk/FACT++/src/StateMachineDim.cc (modified) Removed obsolete use of c_str Thu, 31 May 2012 16:11:37 GMT tbretz [14006] * trunk/FACT++/src/MessageDim.cc (modified) Removed some more unnecessary c_str() Thu, 31 May 2012 16:02:48 GMT tbretz [14005] * trunk/FACT++/src/EventImp.cc (modified) * trunk/FACT++/src/EventImp.h (modified) * trunk/FACT++/src/StateMachineImp.cc (modified) * trunk/FACT++/src/StateMachineImp.h (modified) replaced more 'const char *' by std::string& Thu, 31 May 2012 15:46:32 GMT tbretz [14004] * trunk/FACT++/src/timecheck.cc (modified) Fixed a minor compilation issue Thu, 31 May 2012 15:46:10 GMT tbretz [14003] * trunk/FACT++/src/Event.cc (modified) Replaced some 'const char*' with a const-refernce to a std::string Thu, 31 May 2012 15:45:52 GMT tbretz [14002] * trunk/FACT++/src/Event.h (modified) * trunk/FACT++/src/StateMachine.cc (modified) * trunk/FACT++/src/StateMachine.h (modified) * trunk/FACT++/src/StateMachineDim.cc (modified) * trunk/FACT++/src/StateMachineDim.h (modified) * trunk/FACT++/src/StateMachineImp.cc (modified) * trunk/FACT++/src/StateMachineImp.h (modified) Replaced some 'const char*' with a const-refernce to a std::string Thu, 31 May 2012 15:37:42 GMT tbretz [14001] * trunk/FACT++/src/HeadersFAD.h (modified) Exchanged the file format definition for the cfiotsio based fits ... Thu, 31 May 2012 15:36:45 GMT tbretz [14000] * trunk/FACT++/src/DataCalib.cc (modified) * trunk/FACT++/src/DataCalib.h (modified) Exchanged the enum definitions for the cfitsio based fits format and ... Thu, 31 May 2012 15:29:01 GMT tbretz [13999] * trunk/Mars/mcore/ofits.h (modified) Added missing const-qualifiers Thu, 31 May 2012 14:32:00 GMT lyard [13998] * trunk/Mars/mcore/ofits.h (modified) added the computation of the primary header checksum Thu, 31 May 2012 14:28:31 GMT tbretz [13997] * trunk/FACT++/src/DimState.h (modified) Made some member function protected which do not have to be public Thu, 31 May 2012 09:20:00 GMT tbretz [13996] * trunk/FACT++/src/smartfact.cc (modified) Fixed a few compilation problems. Thu, 31 May 2012 09:03:22 GMT tbretz [13995] * trunk/FACT++/dim/DIM_Performance.pdf (modified) * trunk/FACT++/dim/README_v19.txt (modified) * trunk/FACT++/dim/dim/dic.hxx (modified) * trunk/FACT++/dim/dim/dim.h (modified) * trunk/FACT++/dim/src/conn_handler.c (modified) * trunk/FACT++/dim/src/dic.c (modified) * trunk/FACT++/dim/src/diccpp.cxx (modified) * trunk/FACT++/dim/src/dis.c (modified) * trunk/FACT++/dim/src/tcpip.c (modified) * trunk/FACT++/dim/src/util/dim_send_command.c (modified) Switched to v19r35 Thu, 31 May 2012 05:14:30 GMT neise [13994] * trunk/FACT++/ScriptsForDimCtrl/ServiceScripts/TrackMrk501Wobble1.dim (modified) * trunk/FACT++/ScriptsForDimCtrl/ServiceScripts/TrackMrk501Wobble2.dim (modified) added DRIVE_CONTROL/STOP, to tracking scripts. this is just a hack. ... Thu, 31 May 2012 05:12:46 GMT neise [13993] * trunk/FACT++/ScriptsForDimCtrl/FirstDrsCalib.dim (modified) feedback on is defined by state 9 instead of 12 now. Wed, 30 May 2012 17:16:27 GMT tbretz [13992] * trunk/FACT++/src/smartfact.cc (modified) Added TIME_CHECKsome changes to the output structure and file names; ... Wed, 30 May 2012 17:15:31 GMT tbretz [13991] * trunk/FACT++/src/timecheck.cc (modified) Exchanged the number of the states. Wed, 30 May 2012 17:14:49 GMT tbretz [13990] * trunk/FACT++/www/smartfact/index.js (modified) Right align input boxes. Wed, 30 May 2012 16:55:26 GMT tbretz [13989] * trunk/FACT++/src/ftmctrl.cc (modified) Fixed the help text for SET_TRIGGER_INTERVAL Wed, 30 May 2012 16:32:31 GMT tbretz [13988] * trunk/Mars/mcore/checksum.h (modified) Added two lost const qulifiers. Wed, 30 May 2012 15:36:39 GMT lyard [13987] * trunk/Mars/mcore/checksum.h (modified) * trunk/Mars/mcore/ofits.h (modified) fixed checksum issues with the ofits class. Wed, 30 May 2012 15:28:49 GMT tbretz [13986] * trunk/FACT++/src/drivectrl.cc (modified) Added ERROR state as allowed state to PARK command Wed, 30 May 2012 15:27:31 GMT tbretz [13985] * trunk/FACT++/src/drivectrl.cc (modified) Added PARK command. Wed, 30 May 2012 15:16:27 GMT tbretz [13984] * trunk/FACT++/src/ratecontrol.cc (modified) Cleaned main function. Wed, 30 May 2012 15:15:07 GMT tbretz [13983] * trunk/FACT++/src/ratecontrol.cc (modified) Added teh server name to the THRESHOLD service. Wed, 30 May 2012 14:42:26 GMT tbretz [13982] * trunk/FACT++/src/drivectrl.cc (modified) Added infrastructure to get wobble positions from database. Wed, 30 May 2012 13:03:38 GMT tbretz [13981] * trunk/FACT++/src/timecheck.cc (added) Wed, 30 May 2012 11:45:38 GMT tbretz [13980] * trunk/FACT++/src/skypeclient.cc (modified) Ensure that no message is processed twice; also add processing of ... Wed, 30 May 2012 11:19:20 GMT Jens Buss [13979] * trunk/FACT++/ScriptsForDimCtrl/Take1218.dim (modified) tracking will only be stopped at the end of the second wobble position Wed, 30 May 2012 11:18:38 GMT Jens Buss [13978] * trunk/FACT++/ScriptsForDimCtrl/TakeMrk501.dim (modified) tracking will only be stopped at the end of the second wobble positions Wed, 30 May 2012 11:18:02 GMT Jens Buss [13977] * trunk/FACT++/ScriptsForDimCtrl/TakeMrk421.dim (modified) tracking will only be stopped at the end of the two wobble positions, ... Wed, 30 May 2012 11:17:35 GMT Jens Buss [13976] * trunk/FACT++/ScriptsForDimCtrl/TakeCrab.dim (modified) tracking will only be stopped at the end of the two wobble positions, ... Wed, 30 May 2012 10:40:06 GMT tbretz [13975] * trunk/FACT++/src/drivectrl.cc (modified) Add tracking commands are now also allowed in state kTracking Wed, 30 May 2012 10:35:44 GMT tbretz [13974] * trunk/FACT++/src/feedback.cc (modified) Added a faster procedure when the current control is anables to get ... Wed, 30 May 2012 09:55:54 GMT Jens Buss [13973] * trunk/FACT++/ScriptsForDimCtrl/ServiceScripts/TakeDrsCalibration.dim (modified) deleted useless wait Wed, 30 May 2012 09:53:21 GMT tbretz [13972] * trunk/FACT++/Makefile.in (modified) Added skypeclient Wed, 30 May 2012 09:53:14 GMT tbretz [13971] * trunk/FACT++/Makefile.am (modified) Added skypeclient Wed, 30 May 2012 09:52:49 GMT tbretz [13970] * trunk/FACT++/configure (modified) Updated. Wed, 30 May 2012 09:52:36 GMT tbretz [13969] * trunk/FACT++/configure.ac (modified) Added DBus packages and a few more info at the end. Wed, 30 May 2012 09:52:05 GMT tbretz [13968] * trunk/FACT++/MAINPAGE (modified) Should have been the development packages Wed, 30 May 2012 09:50:19 GMT tbretz [13967] * trunk/FACT++/MAINPAGE (modified) Added packages needed for some special cases Wed, 30 May 2012 09:49:56 GMT tbretz [13966] * trunk/FACT++/src/skypeclient.cc (modified) Remove a current unused argument Wed, 30 May 2012 09:25:59 GMT tbretz [13965] * trunk/FACT++/src/skypeclient.cc (added) Wed, 30 May 2012 09:25:43 GMT Jens Buss [13964] * trunk/FACT++/ScriptsForDimCtrl/ServiceScripts/WaitForTracking.dim (modified) changed verbosity output Wed, 30 May 2012 09:25:13 GMT Jens Buss [13963] * trunk/FACT++/ScriptsForDimCtrl/ServiceScripts/WaitForTracking.dim (modified) now only waiting 10 sec for calmdown Wed, 30 May 2012 09:18:12 GMT Jens Buss [13962] * trunk/FACT++/ScriptsForDimCtrl/ServiceScripts/StopTracking.dim (modified) deleted wait Wed, 30 May 2012 09:17:46 GMT Jens Buss [13961] * trunk/FACT++/ScriptsForDimCtrl/Take1218.dim (modified) * trunk/FACT++/ScriptsForDimCtrl/TakeCrab.dim (modified) * trunk/FACT++/ScriptsForDimCtrl/TakeMrk421.dim (modified) * trunk/FACT++/ScriptsForDimCtrl/TakeMrk501.dim (modified) prepended STOP tracking command before sending tracking command Wed, 30 May 2012 09:10:25 GMT Jens Buss [13960] * trunk/FACT++/ScriptsForDimCtrl/AmplVsOv.dim (modified) whitespace changes Wed, 30 May 2012 09:09:57 GMT Jens Buss [13959] * trunk/FACT++/ScriptsForDimCtrl/ServiceScripts/TrackMrk501Wobble1.dim (modified) * trunk/FACT++/ScriptsForDimCtrl/ServiceScripts/TrackMrk501Wobble2.dim (modified) new Wobble positions by dDorner Tue, 29 May 2012 12:35:14 GMT tbretz [13958] * trunk/FACT++/www/smartfact/index.js (modified) Added listbox for selection. Tue, 29 May 2012 11:44:30 GMT tbretz [13957] * trunk/FACT++/src/smartfact.cc (modified) Implemented TimeCheck and changed Idle-color for the main status to ... Tue, 29 May 2012 11:42:40 GMT tbretz [13956] * trunk/FACT++/src/ratecontrol.cc (modified) (Hopefully) improved the state handling. Mon, 28 May 2012 22:51:45 GMT tbretz [13955] * trunk/FACT++/src/smartfact.cc (modified) Display the time until the sun is down and display a symbol if the ... Mon, 28 May 2012 22:50:20 GMT tbretz [13954] * trunk/FACT++/src/Time.cc (modified) * trunk/FACT++/src/Time.h (modified) Added functions to get time difference as string Mon, 28 May 2012 09:59:06 GMT tbretz [13953] * trunk/FACT++/src/smartfact.cc (modified) Display also when the moon is up.