source: trunk/FACT++/src

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @17358   11 years tbretz Added forward declaration for std::mutex
(edit) @17357   11 years tbretz Fixed a compilation error.
(edit) @17350   11 years tbretz Adapted the resource type to the zofits argument types
(edit) @17348   11 years tbretz A more efficient handling and more options for the path to the log files.
(edit) @17347   11 years tbretz Display when lid is moving.
(edit) @17346   11 years tbretz Updated the temperature coefficient of the Pt1000 to better fit the ...
(edit) @17345   11 years tbretz Automatically try to send STOP if after an UNLOCK the systme is in error.
(edit) @17344   11 years tbretz We don't need a warning if the history file cannot be opened, it might ...
(edit) @17343   11 years tbretz Removed DimWriteStatistics::CreateDirectory - can be replaced by ...
(edit) @17342   11 years tbretz Adapted to the changes in MessageImp to allow the datalogger to write ...
(edit) @17341   11 years tbretz Implemented an output if between two messages, the date changes. This ...
(edit) @17340   11 years tbretz Fixed an option description.
(edit) @17339   11 years tbretz Use the new ReadGrid from Interpolator2D
(edit) @17332   11 years tbretz Added a trigger counter in the run and event object and count the ...
(edit) @17331   11 years tbretz 75s is too short, because in the case of the first event, it can ...
(edit) @17330   11 years tbretz Give access to the full information in Open/Write/Close
(edit) @17329   11 years tbretz Removed trigger counter - this is now done globally; adapted function ...
(edit) @17325   11 years tbretz The status is requested once in a minute, so it is pointless to check ...
(edit) @17320   11 years tbretz Implemented missing Overcurrent state.
(edit) @17319   11 years tbretz Added some crosschecks for the switching of the night after an recent ...
(edit) @17318   11 years tbretz Updated query for case sensitivity of database.
(edit) @17316   11 years tbretz
(edit) @17300   11 years tbretz RunDescription given to Open missed the information about maxevts and ...
(edit) @17299   11 years tbretz Added some comments to the code.
(edit) @17291   11 years lyard BugFixed fitsdump to display the correct num of rows also for ...
(edit) @17280   11 years tbretz When we take data (eg drs-pedestal) and the voltag eis off do not ...
(edit) @17278   11 years tbretz Updated the number of bytes in the DRS_RUN service.
(edit) @17276   11 years tbretz Set a catalog size which is reasonable for normal data taking / data ...
(edit) @17272   11 years tbretz Added night to the end of the DRS_RUNS service.
(edit) @17271   11 years tbretz Added night to the DRS_RUNS service.
(edit) @17266   11 years tbretz Removed the std:: from the fits classes.
(edit) @17259   11 years lyard added output of tables in a file for fitsdump
(edit) @17256   11 years tbretz Fixed some compiling issues.
(edit) @17252   11 years tbretz Changed the order of arguments to WriteFitsImp.
(edit) @17244   11 years tbretz Added new options and commands to configure file compression; added ...
(edit) @17238   11 years tbretz Using the new Queue implementation, all queued functions need to ...
(edit) @17236   11 years tbretz Using the new Queue implementation, all queued functions need to ...
(edit) @17235   11 years tbretz Some changes to limits: An alarm is now posted if the difference ...
(edit) @17234   11 years tbretz So far the assumption was that the precise one is the DAC, but (most ...
(edit) @17233   11 years tbretz Get the last available drs calibration to initialize the ...
(edit) @17232   11 years tbretz Give the night to DrsCalibration::WriteFitsImp
(edit) @17231   11 years tbretz Moved the implementation of the output file from a data memember to a ...
(edit) @17230   11 years tbretz Use Queue from externals instead of src.
(edit) @17229   11 years tbretz Use Queue from externals instead of src.
(edit) @17220   11 years tbretz Reverting to last revision.
(edit) @17219   11 years lyard draft zofits working with Queue and MemoryManager
(edit) @17214   11 years tbretz This fix should change that sometimes the rate is displayed in red ...
(edit) @17213   11 years tbretz Some additons to the tab-completion.
(edit) @17212   11 years tbretz Added new file format ZFits
(edit) @17203   11 years tbretz Added custom channel offsets to correct gain variations seen in the ...
(edit) @17192   11 years tbretz Read the mean value for the temperatures directly from the report; ...
(edit) @17191   11 years tbretz There is no need to wiat for the commad to be sent.
(edit) @17186   11 years tbretz Fixed a typo in the evaluation of the configuration; added sending ...
(edit) @17185   11 years tbretz Reverting to last revision.
(edit) @17184   11 years tbretz Reverting to last revision.
(edit) @17183   11 years tbretz Reverting to last revision.
(edit) @17174   11 years tbretz Some minor updates and a bug fix in the format of the NOMINAL service.
(edit) @17173   11 years tbretz Use the new algorithm by default; implemented temperature correction ...
(edit) @17172   11 years tbretz Read bias patch wise tenmperatures from fscctrl instead of calculating ...
(edit) @17170   11 years tbretz Implemented a new service providing bias patch wise temperatures; in ...
(edit) @17169   11 years tbretz Improved the median calculation; added a sanity check for the rms ...
(edit) @17167   11 years tbretz Added sanity check for rms calculation.
(edit) @17166   11 years tbretz There must be a cast to size -- I missed that last time; fixed a bug ...
(edit) @17147   11 years tbretz Added more options to format the output stream. Added filter support ...
(edit) @17123   11 years tbretz Use the new interpolation algorithm to interpolate the ...
(edit) @17060   11 years tbretz Added trigger patch wise display of the camera sensor temperatures. ...
(edit) @17034   11 years tbretz Typo: pos -> pow
(edit) @17030   11 years tbretz Fixed a bug in the R8 service; service calibrated currents also during ...
(edit) @17029   11 years tbretz Fixed some possible crashes at startup when some of the arrays do not ...
(edit) @17027   11 years tbretz Went over the dim services and updated them with new information or ...
(edit) @17026   11 years tbretz Directly use the calibrated currents from the feedback.
(edit) @17025   11 years tbretz Changed to new scheme of states.
(edit) @17024   11 years tbretz Changed the calibration from juts an offset to an offset and a slope. ...
(edit) @17020   11 years tbretz Adapted to the changes in biasctrl and feedback (get calibrated ...
(edit) @17007   11 years lyard added decompressor program
(edit) @17006   11 years lyard this is version with improved wrong channels output
(edit) @17005   11 years tbretz Fixed a copy&paste typo in a description.
(edit) @17004   11 years tbretz Changed the way the source position is updated. When a poitning ...
(edit) @17000   11 years lyard added option to load appropriate table among several ones in a single file
(edit) @16996   11 years tbretz Updated current prediction to latest one.
(edit) @16985   11 years tbretz Every context which we enter, we have to exit as well, otherwise ...
(edit) @16981   11 years tbretz Added some preliminary code to extract the type of GCn report.
(edit) @16979   11 years tbretz Added a comment to the Configuring1 state.
(edit) @16978   11 years tbretz When compiling without libnova, GetMjd must read Mjd
(edit) @16977   11 years tbretz Removed the Brace-initializer. Some old compilers do not like it.
(edit) @16975   11 years tbretz Forgot to use the reduced precision for the moon position (calculation ...
(edit) @16972   11 years tbretz src in GetListConfition is equal to pos and pos is in deg/deg. ...
(edit) @16969   11 years tbretz Fixed a stupid bug: ln__equ_posn stores RS in degree not in hours, ...
(edit) @16968   11 years tbretz Added a possibility to strip color codes.
(edit) @16967   11 years tbretz Updated new feedback algorithm.
(edit) @16965   11 years tbretz Added the slope to the channel calibration (conversion from dac counts ...
(edit) @16964   11 years lyard replaced fits with fact fits to be able to read compressed files
(edit) @16961   11 years tbretz Fixed a typo in the program option descriptions.
(edit) @16960   11 years tbretz Renamed Seeing to SeeingMed, added SeeingStdev and Solarimeter
(edit) @16959   11 years tbretz Use ::tolower instead of this compilcated cast construction.
(edit) @16958   11 years tbretz Made StartConnection virtual to allow ConnectionGCN to change the IP ...
(edit) @16956   11 years tbretz Added a check that the new night-as-int is never decreased; improved ...
(edit) @16955   11 years tbretz Removed the need for the Soprano library, fixed the units in the ...
(edit) @16954   11 years tbretz
(edit) @16944   11 years lyard Fixed FITS conformance issue for .fz files when numrows=0
Note: See TracRevisionLog for help on using the revision log.