Timeline



07/10/13:

19:03 Changeset [16952] by tanio
18:59 Changeset [16951] by tanio
18:48 Changeset [16950] by tanio
18:37 Changeset [16949] by tanio
18:20 Changeset [16948] by tanio
16:59 Changeset [16947] by kraehenb
Updated the comments in calfactfits.h.

07/03/13:

17:47 Changeset [16946] by tanio

07/02/13:

17:57 Changeset [16945] by tanio
10:22 Changeset [16944] by lyard
Fixed FITS conformance issue for .fz files when numrows=0

06/30/13:

03:23 Changeset [16943] by tanio
03:22 Changeset [16942] by tanio

06/28/13:

14:32 Changeset [16941] by tbretz
Moved the conversion from dac to volt to its own function - for later easier replacement of the calibration.
14:10 Changeset [16940] by tbretz
Added a comment.
11:57 Changeset [16939] by lyard
got rid of over 1024 start cell values by adding modulo

06/27/13:

23:27 Changeset [16938] by tbretz
Added begining and end of line to output.
22:21 Changeset [16937] by tbretz
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 tbretz
Added a very simple command completion for java.
13:10 Changeset [16935] by lyard
god rid of ambiguous cast error
04:13 Changeset [16934] by tanio
03:14 Changeset [16933] by tanio
03:01 Changeset [16932] by tanio
03:00 Changeset [16931] by tanio
02:59 Changeset [16930] by tanio
02:57 Changeset [16929] by tanio
02:55 Changeset [16928] by tanio
02:55 Changeset [16927] by tanio
02:33 Changeset [16926] by tanio
02:29 Changeset [16925] by tanio
02:15 Changeset [16924] by tanio
02:14 Changeset [16923] by tanio
02:13 Changeset [16922] by tanio
02:06 Changeset [16921] by tanio
02:05 Changeset [16920] by tanio
02:03 Changeset [16919] by tanio

06/26/13:

20:30 Changeset [16918] by tanio
18:05 Changeset [16917] by tbretz
Some consistency... dorce update is the strongest call we have to update the prompt as far as I understand.
18:00 Changeset [16916] by tbretz
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 tanio
03:04 Changeset [16914] by tanio
03:00 Changeset [16913] by tanio
02:55 Changeset [16912] by tanio

06/25/13:

15:38 Changeset [16911] by tanio
15:33 Changeset [16910] by tanio
15:11 Changeset [16909] by tanio
15:08 Changeset [16908] by tanio
15:05 Changeset [16907] by tanio
15:04 Changeset [16906] by tanio
14:41 Changeset [16905] by tanio
14:32 Changeset [16904] by tanio
14:28 Changeset [16903] by tanio
14:26 Changeset [16902] by tanio
14:20 Changeset [16901] by tanio
14:18 Changeset [16900] by tanio
02:46 Changeset [16899] by tanio

06/24/13:

16:04 Changeset [16898] by lyard
Propagated the new naming of enums to other files....
15:57 Changeset [16897] by lyard
Removed bytes swapping for RAWSUM
15:16 Changeset [16896] by lyard
Added RAWSUM calculation, merged fits.h

06/23/13:

09:57 Changeset [16895] by tanio
09:54 Changeset [16894] by tanio
00:10 Changeset [16893] by tbretz
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 tbretz
16:47 Changeset [16891] by tbretz
Added a check for underflows, for the case the gains are read as offsets... only for checking purpose.
16:28 Changeset [16890] by tbretz
Consistency of member names
15:31 Changeset [16889] by tbretz
Some cleaning to easier understand the code.
15:30 Changeset [16888] by tbretz
Given proper names to the enums... we are not programming Fortran style anymore.
11:45 Changeset [16887] by tbretz
Added some smoothing to the deviation responsible for the OnTrack/Tracking; allow a second auto resume after five seconds.
10:07 Changeset [16886] by tbretz
Make sure no consietncy check is done for the last file.

06/21/13:

22:30 Changeset [16885] by tbretz
Slightly modified appearance of log-stream.
22:29 Changeset [16884] by tbretz
Fixed two compiler warnings.
22:29 Changeset [16883] by tbretz
Fixed two typos.
17:08 Changeset [16882] by lyard
added correct checksum calculation for compressed fits reader (zfits)
16:05 Changeset [16881] by tbretz
Replaced some loops with cout.write for better performance
16:02 Changeset [16880] by tbretz
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 tbretz
Removed the newline before the prompt. That's were the problems with the display came from.
16:00 Changeset [16878] by tbretz
Removed the obsolete check for 'use striut'
14:41 Changeset [16877] by tbretz
Removed a stray debug output.
13:38 Changeset [16876] by lyard
removed wrong error tags in log files

06/20/13:

21:54 Changeset [16875] by tbretz
Fixed an issue with the detection of the 'camera' argument.
21:54 Changeset [16874] by tbretz
Direct the output in case of wrong states to the dim log.
05:02 Changeset [16873] by tanio

06/19/13:

17:14 Changeset [16872] by tbretz
Updated EventHook to match virtual function definition.
17:10 Changeset [16871] by tbretz
Use a to_string instead of an ostringstream for conversion
17:09 Changeset [16870] by tbretz
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 tbretz
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 tbretz
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 lyard
got rid of defines
11:21 Changeset [16866] by tbretz
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 tbretz
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 tbretz
Fixed the twilight check
03:50 Changeset [16863] by Daniela Dorner
bugfix for case histogram in star does not exist, update code for nightly files

06/17/13:

16:33 Changeset [16862] by tbretz
Deleteing the line does not seem necessary anymore.
14:16 Changeset [16861] by tbretz
Indentation cosmetics.
13:58 Changeset [16860] by tbretz
Added 'use strict'
13:57 Changeset [16859] by tbretz
Added 'use strict'
13:57 Changeset [16858] by tbretz
Fixed a typo: Should be var, not int
13:57 Changeset [16857] by tbretz
Added the 'use strict'

06/15/13:

19:14 Changeset [16856] by tbretz
Forgot this one...
19:10 Changeset [16855] by tbretz
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 tbretz
The length of the bytes released must be converted from short to bytes.
18:11 Changeset [16853] by tbretz
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 tbretz
Some changes to the output, replaced some console.out by dim.log
18:08 Changeset [16851] by tbretz
Changed underflow level from 650 to 600; replaced some console.out by dim.log
04:45 Changeset [16850] by Daniela Dorner
fixed bug in getting source name from drive file

06/14/13:

17:13 Changeset [16849] by tbretz
Added ln_get_lunar_earth_dist
14:56 Changeset [16848] by lyard
Fixed reconstructed file filename
14:53 Changeset [16847] by lyard
fixed -again- checksum calculation while reading... hopefully
14:38 Changeset [16846] by lyard
reverted the change: this did not work...
14:21 Changeset [16845] by lyard
Added guard handling of case where startCells not found and Drs requested
14:20 Changeset [16844] by lyard
fixed checksum calculation while reading... hopefully
11:27 Changeset [16843] by tbretz
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 tbretz
Updated some output.
11:15 Changeset [16841] by tbretz
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 lyard
bug fix and emplace_back
11:12 Changeset [16839] by tbretz
Some updates on the output; removed an obsolete wait for MCP Idle.
11:11 Changeset [16838] by tbretz
Try a CLOSE, if the LID is in the state 'Unknown' - might still need some interaction of the shifter.
11:06 Changeset [16837] by tbretz
Added 'Overcurrent' as possible status.
10:56 Changeset [16836] by tbretz
Use make_shared where possible.
10:55 Changeset [16835] by tbretz
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 tbretz
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 tbretz
The disposed handle fInterruptCallback must also be cleared, otherwise it might still be accessible. Removed a stray debug output.
10:51 Changeset [16832] by tbretz
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 tbretz
Do not print any thresholds when the ratecontrol is not in operation.
10:36 Changeset [16830] by tbretz
Print a warning if an interrupt request is received but no script is running.

06/13/13:

20:52 Changeset [16829] by tbretz
Updated.
20:51 Changeset [16828] by tbretz
In Configured2 we do just wait.
20:51 Changeset [16827] by tbretz
Make sure all boards are connected.
17:11 Changeset [16826] by lyard
added 0 length files handling
16:04 Changeset [16825] by lyard
Added heap consistency check. Not yet enabled
13:28 Changeset [16824] by tbretz
Updated usage information.
13:27 Changeset [16823] by tbretz
Added libTool to showlog libraries.
13:26 Changeset [16822] by tbretz
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 tbretz
Switch off database use for showlog as a default.
08:55 Changeset [16820] by lyard
Modified block header's sequence scheme

06/12/13:

22:14 Changeset [16819] by tbretz
Added new program showlog
22:13 Changeset [16818] by tbretz
Added new program showlog
22:11 Changeset [16817] by tbretz
18:32 Changeset [16816] by tanio
15:56 Changeset [16815] by lyard
replaced compression enum handling
15:56 Changeset [16814] by lyard
added block headers and changed compression mechanism
11:43 Changeset [16813] by tbretz
Implemented some debug out to a log-file when the sql query fails.
11:42 Changeset [16812] by tbretz
When a user was logged in, the setting of a collaborator failed.. this is fixed now.
10:59 Changeset [16811] by lyard
oops, got rid of cout
10:58 Changeset [16810] by lyard
Added tile header to zfits
10:30 Changeset [16809] by lyard
Added tile num rows tag

06/11/13:

18:25 Changeset [16808] by tbretz
kSM_KeepState must also be accounted for Events.
18:20 Changeset [16807] by tbretz
Second argument was missing in all SetCurrentState (although I hope they will disappear soon)
16:44 Changeset [16806] by lyard
Fixed HEAP size calculation bug
16:37 Changeset [16805] by lyard
Added TILE marker and size between tile data

06/10/13:

17:25 Changeset [16804] by tbretz
Updated the description of setInterruptHandler and added triggerInterrupt
17:23 Changeset [16803] by tbretz
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 tbretz
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 tbretz
Replaced the new invalid FTM::State::kConfigured with Configured1 and Configured2
12:38 Changeset [16800] by tbretz
Changed 90V to 80V
12:33 Changeset [16799] by lyard
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 tbretz
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 tbretz
Improved output when a command is sent.
12:02 Changeset [16796] by tbretz
Wait for ftmctrl to be in Valid not Idle; changed the level to detect an underflow.
12:02 Changeset [16795] by tbretz
Added Configuring3 state; improved output whena command is sent:
12:01 Changeset [16794] by tbretz
output some information so that it is aparent which FTU gives the problem.
12:01 Changeset [16793] by tbretz
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 tbretz
There is not much we can do in Configured2 other than waiting for the trigger to becoome enabled.
11:59 Changeset [16791] by tbretz
Configured is now Configured1 and Configured2
11:58 Changeset [16790] by tbretz
Added a chck for the clock conditioner; ftmctrl should now be in Valid not anymore in Idle.
11:57 Changeset [16789] by tbretz
Debugging output seems not needed anymore.
11:57 Changeset [16788] by tbretz
11:57 Changeset [16787] by tbretz
Improved the output whenever a command is sent.
11:54 Changeset [16786] by tbretz
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 tbretz
Replaced kConfigured with kConfigured1 according to the recent change in the ftmctrl.
11:36 Changeset [16784] by tbretz
Adapted the state checks according to the recent change in the ftmctrl.
11:36 Changeset [16783] by tbretz
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 tbretz
Added MagicLidar and Temperature to status page; replaced some numerical states with their enum counterparts.
Note: See TracTimeline for information about the timeline view.