source: trunk/FACT++/src/ratecontrol.cc

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @18975   6 years tbretz Moved path to Makefile.
(edit) @18606   8 years tbretz Better handling of special cases like when the lid is closed or the ...
(edit) @18599   8 years tbretz Fixed three typos.
(edit) @18598   8 years tbretz Fixed two typos.
(edit) @18586   8 years tbretz Fxied a warning about a missing cast.
(edit) @17950   10 years tbretz Updated the threshold curve according to the latest measurement in the ...
(edit) @17167   11 years tbretz Added sanity check for rms calculation.
(edit) @17026   11 years tbretz Directly use the calibrated currents from the feedback.
(edit) @16831   11 years tbretz Do not print any thresholds when the ratecontrol is not in operation.
(edit) @16786   11 years tbretz Make sure no threshold is set initially below the limit (the limit is ...
(edit) @16778   11 years tbretz Set all thresholds at once after the steps have been calculated using ...
(edit) @16772   11 years tbretz When calibrated by currents after the calibration was started, wait ...
(edit) @16565   11 years tbretz Ratecontrol might still believe that the trigger is on, so we force ...
(edit) @16450   11 years tbretz Fixed a typo and replaced another DImClient by Dim
(edit) @16449   11 years tbretz Changed some SendCommand to SendCommandNB - no need to block; added ...
(edit) @16445   11 years tbretz Added time to output; Require the physics trigger be enables and ...
(edit) @16282   11 years tbretz Replaced push_back by emplac_back were reasonable.
(edit) @16088   11 years tbretz Use empty() instead of size() where possible; replaced queues by list ...
(edit) @16081   11 years tbretz Some deque can also be lists
(edit) @15361   11 years tbretz Implemented the latest results from the ratescan fits and strengthened ...
(edit) @15248   11 years tbretz Updated the include path to PixelMap
(edit) @15148   12 years tbretz Removed some debug output. Moved to a slightly less conservative ...
(edit) @15110   12 years tbretz Removed default from file name resources.
(edit) @15091   12 years tbretz Improvements in output.
(edit) @15069   12 years tbretz Added reading of pixel map and setting of initial thresholds for hot ...
(edit) @15037   12 years tbretz Implemented reading configuration from resources for different run-types.
(edit) @15035   12 years tbretz Removed some obsolete debug output.
(edit) @15034   12 years tbretz Set the QoS to 2 if the calibration by currents succeeded.
(edit) @15029   12 years tbretz Some fixes to get the new calibrate_by_currents working.
(edit) @15027   12 years tbretz Added CALIBRATE_BY_CURRENT command which allows to set the global ...
(edit) @14991   12 years tbretz Added calibration start and calibration end time to ...
(edit) @14990   12 years tbretz Made some log output more clear
(edit) @14681   12 years tbretz Allow STOP also in GlobalThresholdSet
(edit) @14616   12 years tbretz Removed obsolete includes.
(edit) @14493   12 years tbretz The sign was displayed twice -- fixed.
(edit) @14452   12 years tbretz Removed the obsolete fEnabled. Now somthing can only be stopped but ...
(edit) @14439   12 years tbretz Fixed a typo.
(edit) @14435   12 years tbretz For safety initialize fThresholdMin.
(edit) @14433   12 years tbretz If a board is blocked, then do not execute any code for this board; ...
(edit) @14354   12 years tbretz Initialize fEnabled.
(edit) @14009   12 years tbretz Exit with 127 if parsing of command line options failed.
(edit) @13984   12 years tbretz Cleaned main function.
(edit) @13983   12 years tbretz Added teh server name to the THRESHOLD service.
(edit) @13956   12 years tbretz (Hopefully) improved the state handling.
(edit) @13915   12 years tbretz Moved state definition to HeadersrateControl.h
(edit) @13894   12 years tbretz Adapted ratescan state numbers.
(edit) @13847   12 years tbretz Removed obsolete include of DimServiceInfoList
(edit) @13844   12 years tbretz Removed the DimServiceInfoList; unified the Printing of states.
(edit) @13838   12 years tbretz Adapted to the changes in the StateMachineDim. Now (almost) all ...
(edit) @13756   12 years tbretz Changed the blocking from patch-wise to board-wise.
(edit) @13752   12 years tbretz Removed an obsolete line.
(edit) @13746   12 years tbretz Added some more informal output, added teh fStatc again - I don't ...
(edit) @13718   12 years tbretz Implemented blocking which makes sure that if only a single channel's ...
(edit) @13549   12 years tbretz Commented out the use of fStatic, because with the called default ...
(edit) @13477   12 years tbretz Moved the instantisation of fTriggerOn before the DimStampedInfo instances.
(edit) @13242   13 years tbretz Updated some log-output.
(edit) @12700   13 years tbretz Always the lower rate should be used, either the camera rate or the ...
(edit) @12505   13 years tbretz Do not change rates if a ratescan is in progress.
(edit) @12488   13 years tbretz Added a warning in case no rates.
(edit) @12457   13 years tbretz A few small fixes, a more strict condition to find outliers, changed ...
(edit) @12441   13 years tbretz Added a counter to skip the first rate report - for stability reasons.
(edit) @12435   13 years tbretz First working version of a whole-camera-setup.
(edit) @12429   13 years tbretz Added many more options and the possibility to control the global ...
(edit) @12401   13 years tbretz Fixed the verbose screen output
(add) @12355   13 years tbretz
Note: See TracRevisionLog for help on using the revision log.