source:

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @16949   11 years tanio
(edit) @16948   11 years tanio
(edit) @16947   11 years kraehenb Updated the comments in calfactfits.h.
(edit) @16946   11 years tanio
(edit) @16945   11 years tanio
(edit) @16944   11 years lyard Fixed FITS conformance issue for .fz files when numrows=0
(edit) @16943   11 years tanio
(edit) @16942   11 years tanio
(edit) @16941   11 years tbretz Moved the conversion from dac to volt to its own function - for later ...
(edit) @16940   11 years tbretz Added a comment.
(edit) @16939   11 years lyard got rid of over 1024 start cell values by adding modulo
(edit) @16938   11 years tbretz Added begining and end of line to output.
(edit) @16937   11 years tbretz Some fixes for the display of command completion results; fixed the ...
(edit) @16936   11 years tbretz Added a very simple command completion for java.
(edit) @16935   11 years lyard god rid of ambiguous cast error
(edit) @16934   11 years tanio
(edit) @16933   11 years tanio
(edit) @16932   11 years tanio
(edit) @16931   11 years tanio
(edit) @16930   11 years tanio
(edit) @16929   11 years tanio
(edit) @16928   11 years tanio
(edit) @16927   11 years tanio
(edit) @16926   11 years tanio
(edit) @16925   11 years tanio
(edit) @16924   11 years tanio
(edit) @16923   11 years tanio
(edit) @16922   11 years tanio
(edit) @16921   11 years tanio
(edit) @16920   11 years tanio
(edit) @16919   11 years tanio
(edit) @16918   11 years tanio
(edit) @16917   11 years tbretz Some consistency... dorce update is the strongest call we have to ...
(edit) @16916   11 years tbretz Not only when the screen geometry changes, but also when the prompt ...
(edit) @16915   11 years tanio
(edit) @16914   11 years tanio
(edit) @16913   11 years tanio
(edit) @16912   11 years tanio
(edit) @16911   11 years tanio
(edit) @16910   11 years tanio
(edit) @16909   11 years tanio
(edit) @16908   11 years tanio
(edit) @16907   11 years tanio
(edit) @16906   11 years tanio
(edit) @16905   11 years tanio
(edit) @16904   11 years tanio
(edit) @16903   11 years tanio
(edit) @16902   11 years tanio
(edit) @16901   11 years tanio
(edit) @16900   11 years tanio
(edit) @16899   11 years tanio
(edit) @16898   11 years lyard Propagated the new naming of enums to other files....
(edit) @16897   11 years lyard Removed bytes swapping for RAWSUM
(edit) @16896   11 years lyard Added RAWSUM calculation, merged fits.h
(edit) @16895   11 years tanio
(edit) @16894   11 years tanio
(edit) @16893   11 years tbretz Fixed a typo, added the missing cast and removed also the MRawEvtData ...
(edit) @16892   11 years tbretz
(edit) @16891   11 years tbretz Added a check for underflows, for the case the gains are read as ...
(edit) @16890   11 years tbretz Consistency of member names
(edit) @16889   11 years tbretz Some cleaning to easier understand the code.
(edit) @16888   11 years tbretz Given proper names to the enums... we are not programming Fortran ...
(edit) @16887   11 years tbretz Added some smoothing to the deviation responsible for the ...
(edit) @16886   11 years tbretz Make sure no consietncy check is done for the last file.
(edit) @16885   11 years tbretz Slightly modified appearance of log-stream.
(edit) @16884   11 years tbretz Fixed two compiler warnings.
(edit) @16883   11 years tbretz Fixed two typos.
(edit) @16882   11 years lyard added correct checksum calculation for compressed fits reader (zfits)
(edit) @16881   11 years tbretz Replaced some loops with cout.write for better performance
(edit) @16880   11 years tbretz Redisplay has to check if this is an update due to change of terminal ...
(edit) @16879   11 years tbretz Removed the newline before the prompt. That's were the problems with ...
(edit) @16878   11 years tbretz Removed the obsolete check for 'use striut'
(edit) @16877   11 years tbretz Removed a stray debug output.
(edit) @16876   11 years lyard removed wrong error tags in log files
(edit) @16875   11 years tbretz Fixed an issue with the detection of the 'camera' argument.
(edit) @16874   11 years tbretz Direct the output in case of wrong states to the dim log.
(edit) @16873   11 years tanio
(edit) @16872   11 years tbretz Updated EventHook to match virtual function definition.
(edit) @16871   11 years tbretz Use a to_string instead of an ostringstream for conversion
(edit) @16870   11 years tbretz When we output something ourselves before the event hook is called in ...
(edit) @16869   11 years tbretz When we output something ourselves before the event hook is called in ...
(edit) @16868   11 years tbretz Added 'home' and 'end' key to fixed key bindings, this makes it work ...
(edit) @16867   11 years lyard got rid of defines
(edit) @16866   11 years tbretz Removed the output of the ratescans to an ascii file. Sending it to ...
(edit) @16865   11 years tbretz Increased the time to wait for the data of a ftm reply to a ...
(edit) @16864   11 years tbretz Fixed the twilight check
(edit) @16863   11 years Daniela Dorner bugfix for case histogram in star does not exist, update code for ...
(edit) @16862   11 years tbretz Deleteing the line does not seem necessary anymore.
(edit) @16861   11 years tbretz Indentation cosmetics.
(edit) @16860   11 years tbretz Added 'use strict'
(edit) @16859   11 years tbretz Added 'use strict'
(edit) @16858   11 years tbretz Fixed a typo: Should be var, not int
(edit) @16857   11 years tbretz Added the 'use strict'
(edit) @16856   11 years tbretz Forgot this one...
(edit) @16855   11 years tbretz Fixed a couple of issues including missing setting of badbit, broken ...
(edit) @16854   11 years tbretz The length of the bytes released must be converted from short to bytes.
(edit) @16853   11 years tbretz Replaced some console.out by dim.log; take only 1min runs during ...
(edit) @16852   11 years tbretz Some changes to the output, replaced some console.out by dim.log
(edit) @16851   11 years tbretz Changed underflow level from 650 to 600; replaced some console.out by ...
(edit) @16850   11 years Daniela Dorner fixed bug in getting source name from drive file
Note: See TracRevisionLog for help on using the revision log.