source: trunk

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @17029   13 years tbretz Fixed some possible crashes at startup when some of the arrays do not ...
(edit) @17028   13 years tbretz Updated to the recent changes in the feedback (still untested)
(edit) @17027   13 years tbretz Went over the dim services and updated them with new information or ...
(edit) @17026   13 years tbretz Directly use the calibrated currents from the feedback.
(edit) @17025   13 years tbretz Changed to new scheme of states.
(edit) @17024   13 years tbretz Changed the calibration from juts an offset to an offset and a slope. ...
(edit) @17023   13 years tbretz Added the possibility to send interrupts to the dim server.
(edit) @17022   13 years tbretz Adapted to the changes in biasctrl and feedback (get calibrated ...
(edit) @17021   13 years tbretz Will display the calculated overvoltage now.
(edit) @17020   13 years tbretz Adapted to the changes in biasctrl and feedback (get calibrated ...
(edit) @17019   13 years tbretz Adapted to the changes in biasctrl and feedback (get calibrated ...
(edit) @17018   13 years tbretz Fixed a typo in a check. Fortunately, this was never an issue in a ...
(edit) @17016   13 years tbretz Implemented an automatic crate reset in the case the fdactrl is still ...
(edit) @17015   13 years tbretz Try to handle NotReady
(edit) @17014   13 years tbretz Take 10,000 events of type single-pe as single-pe run.
(edit) @17013   13 years tbretz
(edit) @17012   13 years tbretz Move code to crateReset.js to be able to access that also from Main.js
(edit) @17009   13 years tbretz Added count() member function
(edit) @17008   13 years lyard unified support for both .gz and .fz files in the viewer
(edit) @17007   13 years lyard added decompressor program
(edit) @17006   13 years lyard this is version with improved wrong channels output
(edit) @17005   13 years tbretz Fixed a copy&paste typo in a description.
(edit) @17004   13 years tbretz Changed the way the source position is updated. When a poitning ...
(edit) @17003   13 years Daniela Dorner added directory for temporary rsync files
(edit) @17002   13 years Daniela Dorner added crons to get concam and magic allsky images
(edit) @17001   13 years Daniela Dorner handle case that time cannot be retrieved from file via ftcopy
(edit) @17000   13 years lyard added option to load appropriate table among several ones in a single file
(edit) @16999   13 years tbretz Export RaDecPosn and EquPosn
(edit) @16998   13 years Daniela Dorner fixed bug in regular expression for source names
(edit) @16997   13 years Daniela Dorner adapted to run as operator on coma
(edit) @16996   13 years tbretz Updated current prediction to latest one.
(edit) @16995   13 years tbretz Changed the order of the fad and the fsc
(edit) @16994   13 years tbretz Fixed a typo
(edit) @16993   13 years tbretz We are not waiting for Idle anymore but Valid instead.
(edit) @16992   13 years Daniela Dorner added rsync-temp-dir to avoid temporary files from the rsync on the ...
(edit) @16990   13 years Daniela Dorner adapted paths for macro
(edit) @16989   13 years Daniela Dorner adapted paths for macros and output path for star
(edit) @16988   13 years Daniela Dorner completely rewritten to run only nightly ganymeds (summing more nights ...
(edit) @16987   13 years Daniela Dorner choose dates depending on hour, treat case that rawfile not available ...
(edit) @16986   13 years Daniela Dorner added cron to fill output of QLA to DB
(edit) @16985   13 years tbretz Every context which we enter, we have to exit as well, otherwise ...
(edit) @16981   13 years tbretz Added some preliminary code to extract the type of GCn report.
(edit) @16980   13 years tbretz Added two missing packages
(edit) @16979   13 years tbretz Added a comment to the Configuring1 state.
(edit) @16978   13 years tbretz When compiling without libnova, GetMjd must read Mjd
(edit) @16977   13 years tbretz Removed the Brace-initializer. Some old compilers do not like it.
(edit) @16976   13 years tbretz Adapted to changes in the states of the ftmctrl.
(edit) @16975   13 years tbretz Forgot to use the reduced precision for the moon position (calculation ...
(edit) @16974   13 years tbretz Fixed a typo in the last commit.
(edit) @16973   13 years tbretz Added GetAngularSeparation for local coordinates and a more reasonable ...
(edit) @16972   13 years tbretz src in GetListConfition is equal to pos and pos is in deg/deg. ...
(edit) @16971   13 years tbretz Fixed a typo in the last commit.
(edit) @16970   13 years tbretz Added RaDecPosn which stores ra/dec in h/deg instead of deg/deg as EquPosn
(edit) @16969   13 years tbretz Fixed a stupid bug: ln__equ_posn stores RS in degree not in hours, ...
(edit) @16968   13 years tbretz Added a possibility to strip color codes.
(edit) @16967   13 years tbretz Updated new feedback algorithm.
(edit) @16966   13 years tbretz Changed sign of the offset, so that the offset/slope combination ...
(edit) @16965   13 years tbretz Added the slope to the channel calibration (conversion from dac counts ...
(edit) @16964   13 years lyard replaced fits with fact fits to be able to read compressed files
(edit) @16963   13 years tbretz Added ln_get_angular_separation.
(edit) @16962   13 years tbretz Added GetAngularSeparation
(edit) @16961   13 years tbretz Fixed a typo in the program option descriptions.
(edit) @16960   13 years tbretz Renamed Seeing to SeeingMed, added SeeingStdev and Solarimeter
(edit) @16959   13 years tbretz Use ::tolower instead of this compilcated cast construction.
(edit) @16958   13 years tbretz Made StartConnection virtual to allow ConnectionGCN to change the IP ...
(edit) @16957   13 years tbretz Removed the need for the Soprano library, we are using the Qt-classes ...
(edit) @16956   13 years tbretz Added a check that the new night-as-int is never decreased; improved ...
(edit) @16955   13 years tbretz Removed the need for the Soprano library, fixed the units in the ...
(edit) @16954   13 years tbretz
(edit) @16944   13 years lyard Fixed FITS conformance issue for .fz files when numrows=0
(edit) @16941   13 years tbretz Moved the conversion from dac to volt to its own function - for later ...
(edit) @16940   13 years tbretz Added a comment.
(edit) @16939   13 years lyard got rid of over 1024 start cell values by adding modulo
(edit) @16938   13 years tbretz Added begining and end of line to output.
(edit) @16937   13 years tbretz Some fixes for the display of command completion results; fixed the ...
(edit) @16936   13 years tbretz Added a very simple command completion for java.
(edit) @16935   13 years lyard god rid of ambiguous cast error
(edit) @16917   13 years tbretz Some consistency... dorce update is the strongest call we have to ...
(edit) @16916   13 years tbretz Not only when the screen geometry changes, but also when the prompt ...
(edit) @16898   13 years lyard Propagated the new naming of enums to other files....
(edit) @16897   13 years lyard Removed bytes swapping for RAWSUM
(edit) @16896   13 years lyard Added RAWSUM calculation, merged fits.h
(edit) @16893   13 years tbretz Fixed a typo, added the missing cast and removed also the MRawEvtData ...
(edit) @16892   13 years tbretz
(edit) @16891   13 years tbretz Added a check for underflows, for the case the gains are read as ...
(edit) @16890   13 years tbretz Consistency of member names
(edit) @16889   13 years tbretz Some cleaning to easier understand the code.
(edit) @16888   13 years tbretz Given proper names to the enums... we are not programming Fortran ...
(edit) @16887   13 years tbretz Added some smoothing to the deviation responsible for the ...
(edit) @16886   13 years tbretz Make sure no consietncy check is done for the last file.
(edit) @16885   13 years tbretz Slightly modified appearance of log-stream.
(edit) @16884   13 years tbretz Fixed two compiler warnings.
(edit) @16883   13 years tbretz Fixed two typos.
(edit) @16882   13 years lyard added correct checksum calculation for compressed fits reader (zfits)
(edit) @16881   13 years tbretz Replaced some loops with cout.write for better performance
(edit) @16880   13 years tbretz Redisplay has to check if this is an update due to change of terminal ...
(edit) @16879   13 years tbretz Removed the newline before the prompt. That's were the problems with ...
(edit) @16878   13 years tbretz Removed the obsolete check for 'use striut'
(edit) @16877   13 years tbretz Removed a stray debug output.
(edit) @16876   13 years lyard removed wrong error tags in log files
Note: See TracRevisionLog for help on using the revision log.