Timeline
06/30/13:
06/28/13:
- 14:32 Changeset [16941] by
- Moved the conversion from dac to volt to its own function - for later easier replacement of the calibration.
- 14:10 Changeset [16940] by
- Added a comment.
- 11:57 Changeset [16939] by
- got rid of over 1024 start cell values by adding modulo
06/27/13:
- 23:27 Changeset [16938] by
- Added begining and end of line to output.
- 22:21 Changeset [16937] by
- Some fixes for the display of command completion results; fixed the removal of double entries from the history; added Home and End to key bindings output
- 20:11 Changeset [16936] by
- Added a very simple command completion for java.
- 13:10 Changeset [16935] by
- god rid of ambiguous cast error
- 04:13 Changeset [16934] by
- 03:14 Changeset [16933] by
- 03:01 Changeset [16932] by
- 03:00 Changeset [16931] by
- 02:59 Changeset [16930] by
- 02:57 Changeset [16929] by
- 02:55 Changeset [16928] by
- 02:55 Changeset [16927] by
- 02:33 Changeset [16926] by
- 02:29 Changeset [16925] by
- 02:15 Changeset [16924] by
- 02:14 Changeset [16923] by
- 02:13 Changeset [16922] by
- 02:06 Changeset [16921] by
- 02:05 Changeset [16920] by
- 02:03 Changeset [16919] by
06/26/13:
- 20:30 Changeset [16918] by
- 18:05 Changeset [16917] by
- Some consistency... dorce update is the strongest call we have to update the prompt as far as I understand.
- 18:00 Changeset [16916] by
- Not only when the screen geometry changes, but also when the prompt change we have to go back to the beginning of the line and re-display the prompt, this is because readline cannot determine the size of the prompt well, because of the ascii control condes
- 03:08 Changeset [16915] by
- 03:04 Changeset [16914] by
- 03:00 Changeset [16913] by
- 02:55 Changeset [16912] by
06/25/13:
- 15:38 Changeset [16911] by
- 15:33 Changeset [16910] by
- 15:11 Changeset [16909] by
- 15:08 Changeset [16908] by
- 15:05 Changeset [16907] by
- 15:04 Changeset [16906] by
- 14:41 Changeset [16905] by
- 14:32 Changeset [16904] by
- 14:28 Changeset [16903] by
- 14:26 Changeset [16902] by
- 14:20 Changeset [16901] by
- 14:18 Changeset [16900] by
- 02:46 Changeset [16899] by
06/24/13:
- 16:04 Changeset [16898] by
- Propagated the new naming of enums to other files....
- 15:57 Changeset [16897] by
- Removed bytes swapping for RAWSUM
- 15:16 Changeset [16896] by
- Added RAWSUM calculation, merged fits.h
06/23/13:
- 09:57 Changeset [16895] by
- 09:54 Changeset [16894] by
- 00:10 Changeset [16893] by
- Fixed a typo, added the missing cast and removed also the MRawEvtData from the list to avoid confusion in MReadFitsFile when the size of the array is dtermined.
06/22/13:
- 16:48 Changeset [16892] by
- 16:47 Changeset [16891] by
- Added a check for underflows, for the case the gains are read as offsets... only for checking purpose.
- 16:28 Changeset [16890] by
- Consistency of member names
- 15:31 Changeset [16889] by
- Some cleaning to easier understand the code.
- 15:30 Changeset [16888] by
- Given proper names to the enums... we are not programming Fortran style anymore.
- 11:45 Changeset [16887] by
- Added some smoothing to the deviation responsible for the OnTrack/Tracking; allow a second auto resume after five seconds.
- 10:07 Changeset [16886] by
- Make sure no consietncy check is done for the last file.
06/21/13:
- 22:30 Changeset [16885] by
- Slightly modified appearance of log-stream.
- 22:29 Changeset [16884] by
- Fixed two compiler warnings.
- 22:29 Changeset [16883] by
- Fixed two typos.
- 17:08 Changeset [16882] by
- added correct checksum calculation for compressed fits reader (zfits)
- 16:05 Changeset [16881] by
- Replaced some loops with cout.write for better performance
- 16:02 Changeset [16880] by
- Redisplay has to check if this is an update due to change of terminal size. If this is the case the cursor must be moved back to the beginning of the line. For convenience we also clean the line (to remove the last charcter in the line, which (maybe fpor safty reason to avoid newlines) readline doesn't remove.
- 16:01 Changeset [16879] by
- Removed the newline before the prompt. That's were the problems with the display came from.
- 16:00 Changeset [16878] by
- Removed the obsolete check for 'use striut'
- 14:41 Changeset [16877] by
- Removed a stray debug output.
- 13:38 Changeset [16876] by
- removed wrong error tags in log files
06/20/13:
- 21:54 Changeset [16875] by
- Fixed an issue with the detection of the 'camera' argument.
- 21:54 Changeset [16874] by
- Direct the output in case of wrong states to the dim log.
- 05:02 Changeset [16873] by
06/19/13:
- 17:14 Changeset [16872] by
- Updated EventHook to match virtual function definition.
- 17:10 Changeset [16871] by
- Use a to_string instead of an ostringstream for conversion
- 17:09 Changeset [16870] by
- When we output something ourselves before the event hook is called in readline, we have to signal readline that we have started a new row, so that readline can properly update the prompt. I hope this finally solves the flickering issue on my laptop and/or the problematic display in the fadctrl.
- 17:09 Changeset [16869] by
- When we output something ourselves before the event hook is called in readline, we have to signal readline that we have started a new row, so that readline can properly update the prompt. I hope this finally solves the flickering issue on my laptop and/or the problematic display in the fadctrl.
- 13:14 Changeset [16868] by
- Added 'home' and 'end' key to fixed key bindings, this makes it work in screen. Updated the EventHook again. This version still gives some flicker on my laptop, but it works on La Palma and at least the line buffer doesn't jump.
- 12:47 Changeset [16867] by
- got rid of defines
- 11:21 Changeset [16866] by
- Removed the output of the ratescans to an ascii file. Sending it to the datalogger has proven to be stable.
- 11:20 Changeset [16865] by
- Increased the time to wait for the data of a ftm reply to a macroscopic time. There is no need to be picky about the receiving time and it can happen that other events in the queue are processed in between.
06/18/13:
- 15:58 Changeset [16864] by
- Fixed the twilight check
- 03:50 Changeset [16863] by
- bugfix for case histogram in star does not exist, update code for nightly files
06/17/13:
- 16:33 Changeset [16862] by
- Deleteing the line does not seem necessary anymore.
- 14:16 Changeset [16861] by
- Indentation cosmetics.
- 13:58 Changeset [16860] by
- Added 'use strict'
- 13:57 Changeset [16859] by
- Added 'use strict'
- 13:57 Changeset [16858] by
- Fixed a typo: Should be var, not int
- 13:57 Changeset [16857] by
- Added the 'use strict'
06/15/13:
- 19:14 Changeset [16856] by
- Forgot this one...
- 19:10 Changeset [16855] by
- Fixed a couple of issues including missing setting of badbit, broken returns and compilation with CINT, added some const qualifiers
- 18:18 Changeset [16854] by
- The length of the bytes released must be converted from short to bytes.
- 18:11 Changeset [16853] by
- Replaced some console.out by dim.log; take only 1min runs during twilight conditions; added some code to properly print the next observation, also when it is changed in the db; improved some output.
- 18:08 Changeset [16852] by
- Some changes to the output, replaced some console.out by dim.log
- 18:08 Changeset [16851] by
- Changed underflow level from 650 to 600; replaced some console.out by dim.log
- 04:45 Changeset [16850] by
- fixed bug in getting source name from drive file
06/14/13:
- 17:13 Changeset [16849] by
- Added ln_get_lunar_earth_dist
- 14:56 Changeset [16848] by
- Fixed reconstructed file filename
- 14:53 Changeset [16847] by
- fixed -again- checksum calculation while reading... hopefully
- 14:38 Changeset [16846] by
- reverted the change: this did not work...
- 14:21 Changeset [16845] by
- Added guard handling of case where startCells not found and Drs requested
- 14:20 Changeset [16844] by
- fixed checksum calculation while reading... hopefully
- 11:27 Changeset [16843] by
- Changed the way how the returned maximum is calculated to get a better estimate of what a good shower is to be displayed (the old version was actually also buggy)
- 11:16 Changeset [16842] by
- Updated some output.
- 11:15 Changeset [16841] by
- Added the possibility to interrupt the script peacefully; changed to the output; added an additonal check for sun-rise if a long operation took place like the drs calib; added a STOP before Tracking position is changed (this is not ideal, but currently the only way to ensure that we can easily detect the change to OnTrack and are not confused by the current OnTrack)
- 11:15 Changeset [16840] by
- bug fix and emplace_back
- 11:12 Changeset [16839] by
- Some updates on the output; removed an obsolete wait for MCP Idle.
- 11:11 Changeset [16838] by
- Try a CLOSE, if the LID is in the state 'Unknown' - might still need some interaction of the shifter.
- 11:06 Changeset [16837] by
- Added 'Overcurrent' as possible status.
- 10:56 Changeset [16836] by
- Use make_shared where possible.
- 10:55 Changeset [16835] by
- Moved the Write command back to the main thread, to ensure fast output on the console - the file access now has its own queue to decouple disk load and waiting time.
- 10:54 Changeset [16834] by
- Changed the time for an update of the EVENTS service to a number whihc is not a mutiple of 1s, to avoid coincidences with interleaved events (just cosmetics); added a fix which ensures that the replacement of the calibration in runClose is not affecting events which are currenly processed in another thread; use make_shared where possible.
- 10:52 Changeset [16833] by
- The disposed handle fInterruptCallback must also be cleared, otherwise it might still be accessible. Removed a stray debug output.
- 10:51 Changeset [16832] by
- Using a queue, to be able to decouple writing to the log-files from the disk load, but at the same time ensure that the data is flushed immediately and not buffered for a long time.
- 10:36 Changeset [16831] by
- Do not print any thresholds when the ratecontrol is not in operation.
- 10:36 Changeset [16830] by
- Print a warning if an interrupt request is received but no script is running.
06/13/13:
- 20:52 Changeset [16829] by
- Updated.
- 20:51 Changeset [16828] by
- In Configured2 we do just wait.
- 20:51 Changeset [16827] by
- Make sure all boards are connected.
- 17:11 Changeset [16826] by
- added 0 length files handling
- 16:04 Changeset [16825] by
- Added heap consistency check. Not yet enabled
- 13:28 Changeset [16824] by
- Updated usage information.
- 13:27 Changeset [16823] by
- Added libTool to showlog libraries.
- 13:26 Changeset [16822] by
- Removed the day-tag. It looks a bit odd, because we have night-wise files anyway. Added the possibility that begin is after end (e.g. when displaying data from 23:00 to 01:00. Added a conversion of numbers to paths for easy access of log files in standard locations.
- 13:10 Changeset [16821] by
- Switch off database use for showlog as a default.
- 08:55 Changeset [16820] by
- Modified block header's sequence scheme
06/12/13:
- 22:14 Changeset [16819] by
- Added new program showlog
- 22:13 Changeset [16818] by
- Added new program showlog
- 22:11 Changeset [16817] by
- 18:32 Changeset [16816] by
- 15:56 Changeset [16815] by
- replaced compression enum handling
- 15:56 Changeset [16814] by
- added block headers and changed compression mechanism
- 11:43 Changeset [16813] by
- Implemented some debug out to a log-file when the sql query fails.
- 11:42 Changeset [16812] by
- When a user was logged in, the setting of a collaborator failed.. this is fixed now.
- 10:59 Changeset [16811] by
- oops, got rid of cout
- 10:58 Changeset [16810] by
- Added tile header to zfits
- 10:30 Changeset [16809] by
- Added tile num rows tag
06/11/13:
- 18:25 Changeset [16808] by
- kSM_KeepState must also be accounted for Events.
- 18:20 Changeset [16807] by
- Second argument was missing in all SetCurrentState (although I hope they will disappear soon)
- 16:44 Changeset [16806] by
- Fixed HEAP size calculation bug
- 16:37 Changeset [16805] by
- Added TILE marker and size between tile data
06/10/13:
- 17:25 Changeset [16804] by
- Updated the description of setInterruptHandler and added triggerInterrupt
- 17:23 Changeset [16803] by
- If the first argument does contain an equal sign consider it to be the first argument rather than the filename.
- 17:22 Changeset [16802] by
- Allow arguments to be given to the interrupt handler and added a possibility to trigger an interrupt also from within the script; some modification to the way code is executed so that return values are only printed really when some code is finished from the command line, but not for include or when the main program is run.
- 17:20 Changeset [16801] by
- Replaced the new invalid FTM::State::kConfigured with Configured1 and Configured2
- 12:38 Changeset [16800] by
- Changed 90V to 80V
- 12:33 Changeset [16799] by
- fixed fitsCompressor's copy verification issue. I was closing the file before the destructor, hence padding not always added. Fixed now.
- 12:04 Changeset [16798] by
- Reoragnized the logging output, to get closer to a final version sending everything to the log stream; ftmctrl now in Valid not in Idle; added check for the clock conditioner.
- 12:03 Changeset [16797] by
- Improved output when a command is sent.
- 12:02 Changeset [16796] by
- Wait for ftmctrl to be in Valid not Idle; changed the level to detect an underflow.
- 12:02 Changeset [16795] by
- Added Configuring3 state; improved output whena command is sent:
- 12:01 Changeset [16794] by
- output some information so that it is aparent which FTU gives the problem.
- 12:01 Changeset [16793] by
- Fixed a problem with the 32bit shift operator when evaluating the 40bit incomplete flag; wait for ftmctrl to be in Valid rather than Idle.
- 12:00 Changeset [16792] by
- There is not much we can do in Configured2 other than waiting for the trigger to becoome enabled.
- 11:59 Changeset [16791] by
- Configured is now Configured1 and Configured2
- 11:58 Changeset [16790] by
- Added a chck for the clock conditioner; ftmctrl should now be in Valid not anymore in Idle.
- 11:57 Changeset [16789] by
- Debugging output seems not needed anymore.
- 11:57 Changeset [16788] by
- 11:57 Changeset [16787] by
- Improved the output whenever a command is sent.
- 11:54 Changeset [16786] by
- Make sure no threshold is set initially below the limit (the limit is set to ThresholdMin, so Thresholdreference is not really the correct reference here); directly use fThreshold for the dim commands, therefore replaced uint16 by int32; only send threshold if they have changed; improved output
- 11:36 Changeset [16785] by
- Replaced kConfigured with kConfigured1 according to the recent change in the ftmctrl.
- 11:36 Changeset [16784] by
- Adapted the state checks according to the recent change in the ftmctrl.
- 11:36 Changeset [16783] by
- Replaced kConfigured by kConfigured1. This is the state in which sending thresholds is allowed. As soon as the trigger is enabled we go to kConfugred2. Since the ftm ignores trigger on while still configuring the FTUs, the trigger on is resent until we get a proper answer.
- 11:34 Changeset [16782] by
- Added MagicLidar and Temperature to status page; replaced some numerical states with their enum counterparts.
06/09/13:
- 13:10 Changeset [16781] by
- Implemented the algorithms needed for the new type current control (there was a bug in the old one which actually stopped when the voltage was 'target voltage minus next step' which is about 1.0V. The new current control is not yet enabled, it is only there as code. It needs to be tested and then all depending values need adaption.
- 13:08 Changeset [16780] by
- Of course the server has to run the central loop... looks like it was broken since months.
- 12:51 Changeset [16779] by
- A less CPU hungry version of the msg queue using C++11 techniques.
06/08/13:
- 12:56 Changeset [16778] by
- Set all thresholds at once after the steps have been calculated using the new SET_SELCTED_THRESHOLDS
- 12:55 Changeset [16777] by
- Added the long awaited customized template for vector<T>
- 12:55 Changeset [16776] by
- Implemented SET_SELECTED_THRESHOLDS to allow setting severalö thresholds during data taking at once... this should have a slightly higher performance than requesting a static data block after each setting. Maybe the difference is small, but nevertheless.
- 12:30 Changeset [16775] by
- Introduced a new state kConfiguring3 which checks if the messages to enable the trigger line were really delivered before switching to kConfigured. This never seems necessary, but maybe only because there is a natural delay until the mcp reacts and enables the trigger; removed the ConfigTimer. It seems obsolete with the recent changes in the output buffer queue
- 12:28 Changeset [16774] by
- After five minutes of inactivity, sleep 10ms instead of 1us if all idle conditions are fullfilled.
- 12:28 Changeset [16773] by
- Introduced the new state kConfiguring3
- 12:27 Changeset [16772] by
- When calibrated by currents after the calibration was started, wait until a static data block with the correct currents has been received before setting GlobalThresholdSet. This is to ensure that the thresholds are set _before_ the trigger is started; for better performance, the new command SET_ALL_THRESHOLDS is used.
- 12:25 Changeset [16771] by
- When compiling a new static buffer to be sent to the FTM, not the last received buffer has to be used but the last sent buffer, this is because a new configuration might be in the queue already, but we have not yet received the answer. To avoid race conditions, the sent buffer is now filled at connection time and used to update the configuration; also a new state was introduced to signal (for debugging mainly) whether the last sent and the last received static data are different (this does not include the thresholds); for convenience in the ratecontrol: added a SET_ALL_THRESHOLDS
- 12:22 Changeset [16770] by
- We don't want to dispatch the event (blokcing) but to post the event (non-blocking).
- 12:22 Changeset [16769] by
- There is no need to make the scheduling of the async write asynchronously, so I schedule the async write now directly; this also removed the send queue, which was primarily introduced to make the tranmission to the FTM serial, but this is not needed anymore; to keep track of the send queue size and for debugging, a counter for the messages in the send buffer has been introduced
- 12:21 Changeset [16768] by
- There is no need to make the scheduling of the async write asynchronously, so I schedule the async write now directly; this also removed the send queue, which was primarily introduced to make the tranmission to the FTM serial, but this is not needed anymore; to keep track of the send queue size and for debugging, a counter for the messages in the send buffer has been introduced
06/07/13:
- 23:36 Changeset [16767] by
- Do not print the string in the RADEC command; added a cast to allow for compilation with c++0x
- 23:30 Changeset [16766] by
- Changed to use v4l2.
- 23:28 Changeset [16765] by
- Added an explicit cast to allow for c++0x
- 23:26 Changeset [16764] by
- Updated Interpolate so that for the sum image there is only one loop over the whole data
- 23:25 Changeset [16763] by
- Adapted the status setting to the IsPositioning information from the PDO3 for FACT; for FACT do not write communication to file.
06/06/13:
- 22:06 Changeset [16762] by
- Do not add zero values, they just bias the average.
- 21:08 Changeset [16761] by
- 18:29 Changeset [16760] by
- 16:25 Changeset [16759] by
- Removed an unintentional debug out.
- 15:42 Changeset [16758] by
- 15:41 Changeset [16757] by
- 15:39 Changeset [16756] by
- 15:37 Changeset [16755] by
- 15:33 Changeset [16754] by
- 15:32 Changeset [16753] by
- 15:28 Changeset [16752] by
- 15:27 Changeset [16751] by
- 15:17 Changeset [16750] by
- 15:12 Changeset [16749] by
- 15:11 Changeset [16748] by
- 15:10 Changeset [16747] by
- 15:10 Changeset [16746] by
- 12:09 Changeset [16745] by
- Should be DRS temperature not FAD tempreature.
- 12:03 Changeset [16744] by
- Produce some more output in case the FADs don't got properly connected.
- 12:02 Changeset [16743] by
- Use the QoS (num open files) of the RUNS service to detect whether a file is open or not.
- 12:01 Changeset [16742] by
- The format string did not match the description.
- 12:00 Changeset [16741] by
- Removed a stray comma from a dim service description.
- 06:38 Changeset [16740] by
- 06:36 Changeset [16739] by
- 06:31 Changeset [16738] by
06/05/13:
- 22:15 Changeset [16737] by
- Implement a way to check if the (Log) Message Queue is empty. Only then the Boot message of the ReadlineColor (MCP) is printed... just cosmetics for startup.
- 21:50 Changeset [16736] by
- Of course we cannot call Execute of the base class, but have to make sure the overwritten function is called.
- 21:37 Changeset [16735] by
- Some improvements on the messages when changing states.
- 21:35 Changeset [16734] by
- Some cosmetics.
- 21:24 Changeset [16733] by
- Removed some obsolete comments:
- 21:24 Changeset [16732] by
- Make use of the new StateMachineAsio which gets the CPU consumption to basically 0 by a more intelligent event management.
- 21:16 Changeset [16731] by
- Make use of the new StateMachineAsio which gets the CPU consumption to basically 0 by a more intelligent event management.
- 21:12 Changeset [16730] by
- Changed the default queue in three ways: 1) Execute() is called after an Event was handled; 2) a conditional variable is used which gets signaled if a new event is pushed; 3) after a maximum inactivity time of 10ms, Execute is called
- 20:47 Changeset [16729] by
- Make use of the new StateMachineAsio which gets the CPU consumption to basically 0 by a more intelligent event management.
- 20:37 Changeset [16728] by
- Gets the CPU consumption to basically 0 by a more intelligent event management.
- 20:36 Changeset [16727] by
- Make use of the new StateMachineAsio which gets the CPU consumption to basically 0 by a more intelligent event management.
- 20:35 Changeset [16726] by
- Changed the scope of some variables and functions to allow for 'StateMachineAsio'
- 16:14 Changeset [16725] by
- edit currents.C to work with fCurrentsDiffToPrediction
- 16:13 Changeset [16724] by
- edit FillAuxCurrents.sh to work with fCurrentsDiffToPrediction
- 10:42 Changeset [16723] by
- 05:58 Changeset [16722] by
- 05:45 Changeset [16721] by
06/04/13:
- 23:37 Changeset [16720] by
- 23:01 Changeset [16719] by
- 22:59 Changeset [16718] by
- 22:52 Changeset [16717] by
- 22:50 Changeset [16716] by
- 22:47 Changeset [16715] by
- 22:45 Changeset [16714] by
- 22:30 Changeset [16713] by
- 22:28 Changeset [16712] by
- 22:21 Changeset [16711] by
- 22:19 Changeset [16710] by
- 22:14 Changeset [16709] by
- 22:12 Changeset [16708] by
- 22:10 Changeset [16707] by
- 22:07 Changeset [16706] by
- 22:06 Changeset [16705] by
- 22:03 Changeset [16704] by
- 22:01 Changeset [16703] by
- 21:58 Changeset [16702] by
- 21:57 Changeset [16701] by
- 21:53 Changeset [16700] by
- 21:42 Changeset [16699] by
- 21:38 Changeset [16698] by
- 19:44 Changeset [16697] by
- Fixed the missing ')'
- 19:43 Changeset [16696] by
- Ignore non finite values. This can happen if a board is diabled and there is a devision by zero; fixed the size.
- 19:38 Changeset [16695] by
- The timing was not yet correct
- 19:34 Changeset [16694] by
- Removed the min/max of temperature and refclock and replaced it by 5s wise averages.
- 18:19 Changeset [16693] by
- bugfix in query
- 16:52 Changeset [16692] by
- Adapted to change in FAD_CONTROL/TEMPERATURE and REFERENCE_CLOCK
- 16:48 Changeset [16691] by
- Nagle switched off... no idea if this makes any sense, but it could theoretically improve the speed with which the fad boards know that we have correctly received the data.
- 16:38 Changeset [16690] by
- updated path for macro, implemented check whether calibrated-currentsfile exists
- 16:33 Changeset [16689] by
- 16:32 Changeset [16688] by
- 15:23 Changeset [16687] by
- 15:20 Changeset [16686] by
- 15:16 Changeset [16685] by
- 15:10 Changeset [16684] by
- 15:09 Changeset [16683] by
- 15:05 Changeset [16682] by
- 14:48 Changeset [16681] by
- 14:47 Changeset [16680] by
06/03/13:
- 22:42 Changeset [16679] by
- small fix in usage of lsof
- 22:40 Changeset [16678] by
- reworked output, added summary
- 22:38 Changeset [16677] by
- added loop over dates and usage of sge
- 22:37 Changeset [16676] by
- added checking of command line options to allow for usage of sge
- 22:36 Changeset [16675] by
- removed time command
- 22:34 Changeset [16674] by
- use compiled version of macro
- 22:28 Changeset [16673] by
- added setup for gla, adapted setup for jobmanager for new cluster
- 22:25 Changeset [16672] by
- fixed that lightcurve stopped at midnight
- 22:20 Changeset [16671] by
- implemented fOnTimeAfterCuts, made macro compile,fixed some small bugs
- 20:27 Changeset [16670] by
- Removed the include for arpa/inet.h for CINT to make CINT be happy.
- 20:26 Changeset [16669] by
- Error messages wrongly formatted; setting the bad-bit was missing - how should one detect an error?
- 19:15 Changeset [16668] by
- 19:13 Changeset [16667] by
- 18:45 Changeset [16666] by
- 18:37 Changeset [16665] by
- 18:34 Changeset [16664] by
- 18:31 Changeset [16663] by
- 18:28 Changeset [16662] by
- 18:28 Changeset [16661] by
- 18:27 Changeset [16660] by
- 18:13 Changeset [16659] by
- 18:12 Changeset [16658] by
- 18:09 Changeset [16657] by
- 18:07 Changeset [16656] by
- 18:00 Changeset [16655] by
- 17:58 Changeset [16654] by
- 17:56 Changeset [16653] by
- 17:55 Changeset [16652] by
- 17:52 Changeset [16651] by
- 17:50 Changeset [16650] by
- 17:47 Changeset [16649] by
- 17:45 Changeset [16648] by
- 17:43 Changeset [16647] by
- 17:42 Changeset [16646] by
- 17:40 Changeset [16645] by
- 17:37 Changeset [16644] by
- 17:35 Changeset [16643] by
- 17:30 Changeset [16642] by
- 17:23 Changeset [16641] by
- 17:08 Changeset [16640] by
- 17:05 Changeset [16639] by
- 16:59 Changeset [16638] by
- 16:57 Changeset [16637] by
- 16:53 Changeset [16636] by
- 16:51 Changeset [16635] by
- 16:47 Changeset [16634] by
- 16:43 Changeset [16633] by
- 16:42 Changeset [16632] by
- 16:40 Changeset [16631] by
- 16:37 Changeset [16630] by
- 16:36 Changeset [16629] by
- 16:33 Changeset [16628] by
- 16:31 Changeset [16627] by
- 16:28 Changeset [16626] by
- 16:27 Changeset [16625] by
- 16:23 Changeset [16624] by
- 16:22 Changeset [16623] by
- 16:18 Changeset [16622] by
- 16:18 Changeset [16621] by
- 11:24 Changeset [16620] by
- Removed some obsolete stuff.
- 11:22 Changeset [16619] by
- The incompolete event timeout can now be set as configuration value
- 11:10 Changeset [16618] by
- Added a different way to count the byted for the statistics; added the possibility to choose 'read always the board which has transmitted the least number of bytes first'
- 11:03 Changeset [16617] by
- Removed the total number of bytes, replaced by a relative one.
- 10:04 Changeset [16616] by
- setEnable must be setEnabled
- 10:00 Changeset [16615] by
- 09:59 Changeset [16614] by
- Adapted to changes in FAD_CONTROL/RUNS
- 09:58 Changeset [16613] by
- 09:56 Changeset [16612] by
- Removed some obsolete values from FAD_CONTROL/RUNS
- 09:53 Changeset [16611] by
- 09:42 Changeset [16610] by
- 09:40 Changeset [16609] by
- 09:16 Changeset [16608] by
- 09:11 Changeset [16607] by
- 09:10 Changeset [16606] by
- 08:59 Changeset [16605] by
- 08:59 Changeset [16604] by
06/02/13:
- 16:24 Changeset [16603] by
- Fixed some stupid mistakes of the changes yesterday... maybe I was too tired altready that I evern misinterpreted the output of my test program.
- 16:23 Changeset [16602] by
- Just some cosmetics... using a reverse iterator to inetrate from the back ;)
- 16:15 Changeset [16601] by
- 16:12 Changeset [16600] by
- 16:08 Changeset [16599] by
- 16:06 Changeset [16598] by
- 16:04 Changeset [16597] by
- 16:02 Changeset [16596] by
- 16:01 Changeset [16595] by
- 15:59 Changeset [16594] by
- 15:58 Changeset [16593] by
- 15:55 Changeset [16592] by
- 15:54 Changeset [16591] by
- 15:53 Changeset [16590] by
- 15:52 Changeset [16589] by
- Removed Errors and SoftTrig
- 15:52 Changeset [16588] by
- Access the static data members as static data members (removes also some valgrind error)
- 15:51 Changeset [16587] by
- If the calibration has been updated, update it in runClose; removed Errors and SoftTrig from RAW_DATA
- 15:50 Changeset [16586] by
- 15:50 Changeset [16585] by
- Removed Errors and SoftTrig
- 15:50 Changeset [16584] by
- Removed Errors and SoftTrig; let the runClose access the RUN_CTRL (to update the calibration constants); the whole memory is now reset in initMemory at once.
- 15:49 Changeset [16583] by
- 15:49 Changeset [16582] by
- Removed reference to SoftTrig
- 15:48 Changeset [16581] by
- Moved also the output to the console to the Queue... let's see if that improves something.
- 15:48 Changeset [16580] by
- 15:48 Changeset [16579] by
- Reset the whole memory... this should relly not make a big difference; removed Errors and SoftTrig.
- 15:46 Changeset [16578] by
- 15:38 Changeset [16577] by
- Changed again the logic how the scale is calculated.
- 15:34 Changeset [16576] by
- 12:51 Changeset [16575] by
- 12:50 Changeset [16574] by
- 12:45 Changeset [16573] by
- 11:41 Changeset [16572] by
- Made the last changes compile and removed the stray #
- 11:32 Changeset [16571] by
- Make sure that no run-file is open (this gives quite some probability that no events sevice is pending anymore, although it is asynchronous
- 11:31 Changeset [16570] by
- We have to check for the MCP state, too, to make sure that the state got already propagated and reports so that our stateCheck will be happy
- 02:19 Changeset [16569] by
- Show an out-of-memory message not more often than once a second; therefore, moved the reportMem to the runCtrl structure and changed the type to time_t
- 02:18 Changeset [16568] by
- Updated the scale on the event plot - the scale for drs-gain events and the scale for ext-lp events wasn't correct.
- 02:17 Changeset [16567] by
- Sending the RawData must be the vector (the data) not the pointer itself.
- 02:15 Changeset [16566] by
- Added some more output to the log for debugging.
- 02:12 Changeset [16565] by
- Ratecontrol might still believe that the trigger is on, so we force that we recive at least one new dim message which claims that the trigger is on... due to all the delays, unfortunately, this is not a guarantee...
06/01/13:
- 22:22 Changeset [16564] by
- Fixing the typo only at one place is not enough; removed the include unintentionally.
- 22:08 Changeset [16563] by
- Turned the login in the loop to ensure no access if no data (can this happen at all?) and fixed a typo (unsigned short is uint16_t not uint32_t)
- 19:56 Changeset [16562] by
- Added a possibility to move an entry from another list into this list.
- 19:55 Changeset [16561] by
- Performance improved and heavily tested version of the DRS calibration algorithms.
- 19:52 Changeset [16560] by
- Performance improved and heavily tested version of the calibration algorithm.
- 16:03 Changeset [16559] by
- 15:14 Changeset [16558] by
- 14:45 Changeset [16557] by
- 14:33 Changeset [16556] by
- 14:28 Changeset [16555] by
- 14:25 Changeset [16554] by
- 14:18 Changeset [16553] by
- 14:16 Changeset [16552] by
- 14:06 Changeset [16551] by
- 14:02 Changeset [16550] by
- 13:58 Changeset [16549] by
- 13:56 Changeset [16548] by
- 13:40 Changeset [16547] by
- 13:38 Changeset [16546] by
- Improved performance of checksum calculation by partly unrolling the loop (avoiding modulo operation, which avoids the integert and an improved byte-swap).
- 13:27 Changeset [16545] by
- 13:21 Changeset [16544] by
- 13:14 Changeset [16543] by
- 13:00 Changeset [16542] by
- 12:45 Changeset [16541] by
- Use the Time already determined.
- 12:15 Changeset [16540] by
- Fixed some typos in the last commit
- 12:11 Changeset [16539] by
- Move the update for the fDimWriteStats to UpdateRuns, so it does not block the main thread.
- 12:04 Changeset [16538] by
- Improved a bit the interpretation of a int64, now it is interpreted as signed... we cannot access the single bits easily anyway.
- 12:03 Changeset [16537] by
- Only wait if this is a valid server, e.g. dimctrl is not.
- 12:00 Changeset [16536] by
- Send the RESET_CONFIGURE as soon as we are InProgress
- 02:25 Changeset [16535] by
05/31/13:
- 15:55 Changeset [16534] by
- Send CLOSE_OPEN_FILES when a run is stopped.
- 15:25 Changeset [16533] by
- Renamed WritingData of fadctrl to RunInProgress
- 15:19 Changeset [16532] by
- Renamed state WritingData of fadctrl to RunInProgress
- 14:32 Changeset [16531] by
- Improved statistics sent with GUI_STATS; some cosmetics
- 14:31 Changeset [16530] by
- Let applyCalib know how big the current queue is to optimize cpu usage; renamed the fDimQueue* to something more related; disentangled the service update from the processing in applyCalib, to avoid them increasing memory consumption by blocking the thread, only update them ifnothing else is in their own queue anymore on only on certain time scales - I hope this solves recently seen problems with Dim blocking the network; Updated the description of STATISTICS1
- 14:26 Changeset [16529] by
- Adapted to changed in GUI_STATS
- 14:26 Changeset [16528] by
- Made the list a class member to avoid accesses from outsize and confusion by the compiler with overwritten functions; added empty()
- 14:23 Changeset [16527] by
- Do not go out of TakingData only because the trigger is switched off.
- 14:23 Changeset [16526] by
- Adapted FAD section to updates in GUI_STATS
- 13:11 Changeset [16525] by
- Adapted to changes in GUI_STATS
- 13:06 Changeset [16524] by
- Simplified GUI_STATS
- 07:30 Changeset [16523] by
- 07:24 Changeset [16522] by
- 07:21 Changeset [16521] by
- 07:17 Changeset [16520] by
- 07:15 Changeset [16519] by
- 07:12 Changeset [16518] by
- 07:10 Changeset [16517] by
- 07:07 Changeset [16516] by
- 07:05 Changeset [16515] by
- 07:02 Changeset [16514] by
- 06:53 Changeset [16513] by
- 06:39 Changeset [16512] by
- 06:32 Changeset [16511] by
- 06:26 Changeset [16510] by
- 06:23 Changeset [16509] by
- 06:11 Changeset [16508] by
Note:
See TracTimeline
for information about the timeline view.