source: trunk

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @17288   12 years lyard Bugfix to be able to reuse the same zofits object to write more than ...
(edit) @17287   12 years tbretz izstream is already included from factfits.
(edit) @17286   12 years tbretz Added new classes zofits and factofits
(edit) @17285   12 years lyard fixed bug related to thread-safe-ness
(edit) @17284   12 years lyard added special case for sanity checks if calibration table is compressed
(edit) @17283   12 years lyard added no-wait condition when processing is immediate
(edit) @17282   12 years tbretz Added some more missing std:: for the compilition in Mars
(edit) @17281   12 years tbretz Use the correct define as setup by configure
(edit) @17280   12 years tbretz When we take data (eg drs-pedestal) and the voltag eis off do not ...
(edit) @17279   12 years tbretz Fixed the ionice
(edit) @17278   12 years tbretz Updated the number of bytes in the DRS_RUN service.
(edit) @17277   12 years tbretz Missed the possibility to setup the number of tiles after the ...
(edit) @17276   12 years tbretz Set a catalog size which is reasonable for normal data taking / data ...
(edit) @17275   12 years tbretz The allowed-scheme to distinguish between what to do in case of a ...
(edit) @17274   12 years tbretz Added more missing std::
(edit) @17273   12 years tbretz Removed std:: from fits
(edit) @17272   12 years tbretz Added night to the end of the DRS_RUNS service.
(edit) @17271   12 years tbretz Added night to the DRS_RUNS service.
(edit) @17270   12 years tbretz Start fadctrl with a higher I/O priority.
(edit) @17269   12 years tbretz Instead of a lot of conditionals in case of no queue, the queues are ...
(edit) @17268   12 years tbretz Implemented a <-operator to allow for sorting and the possibility to ...
(edit) @17267   12 years tbretz Added header guard.
(edit) @17266   12 years tbretz Removed the std:: from the fits classes.
(edit) @17265   12 years tbretz changed std::ofits to just ofits
(edit) @17264   12 years tbretz Hopefully finished removing the std namespace from the headers.
(edit) @17263   12 years tbretz Added more std:: namespace qualifiers
(edit) @17262   12 years tbretz Removed the 'using namespace' from header
(edit) @17261   12 years tbretz Removed 'using namespace' from header; some minor simplifications
(edit) @17260   12 years tbretz Removed the 'using namespace std;' from the header.
(edit) @17259   12 years lyard added output of tables in a file for fitsdump
(edit) @17258   12 years tbretz Replaced calls to post by emplace. Therefore implemented new ...
(edit) @17257   12 years tbretz Added button for ZFits
(edit) @17256   12 years tbretz Fixed some compiling issues.
(edit) @17255   12 years dneise removed some macros.
(edit) @17254   12 years tbretz Use a shared_ptr with aliasing of char* instead of a MemoryChunk
(edit) @17253   12 years lyard zofits with catalog shrinking and compressed calibration table
(edit) @17252   12 years tbretz Changed the order of arguments to WriteFitsImp.
(edit) @17251   12 years tbretz Forgot the #endif
(edit) @17250   12 years tbretz Updated exception handling to make Mars happy.
(edit) @17249   12 years tbretz Added a special constructor version to make CINT happy and me unhappy.
(edit) @17248   12 years tbretz Moved the night argument to the end so that it can be omoitted
(edit) @17247   12 years tbretz Added a check for its existance and potentially use colorgcc
(edit) @17246   12 years tbretz Use LINKER so that we can compiler with colorgcc
(edit) @17245   12 years tbretz Added definees for PACKAGE_NAME, PACKAGE_VERSION and REVISION
(edit) @17244   12 years tbretz Added new options and commands to configure file compression; added ...
(edit) @17243   12 years tbretz Encapsulated the header with a guard (I don't understand why this was ...
(edit) @17242   12 years tbretz Removed obsolete and potentially dangerous include
(edit) @17241   12 years tbretz Fixed a square root of a potenitally negative number; replaced setting ...
(edit) @17240   12 years tbretz Added SetDefaultKeys
(edit) @17239   12 years lyard zofits with extra default values setters
(edit) @17238   12 years tbretz Using the new Queue implementation, all queued functions need to ...
(edit) @17237   12 years lyard Cleaner version of zofits
(edit) @17236   12 years tbretz Using the new Queue implementation, all queued functions need to ...
(edit) @17235   12 years tbretz Some changes to limits: An alarm is now posted if the difference ...
(edit) @17234   12 years tbretz So far the assumption was that the precise one is the DAC, but (most ...
(edit) @17233   12 years tbretz Get the last available drs calibration to initialize the ...
(edit) @17232   12 years tbretz Give the night to DrsCalibration::WriteFitsImp
(edit) @17231   12 years tbretz Moved the implementation of the output file from a data memember to a ...
(edit) @17230   12 years tbretz Use Queue from externals instead of src.
(edit) @17229   12 years tbretz Use Queue from externals instead of src.
(edit) @17228   12 years tbretz Adapted to changes in Queue; Compression queues do not need sorting... ...
(edit) @17227   12 years tbretz Remove fSort; replaced the possibility to define a wrapper class which ...
(edit) @17226   12 years tbretz SerDrsCalibration changed to vector... pointers are always a security ...
(edit) @17225   12 years tbretz Fixed initialization with static data member; removed buggy example; ...
(edit) @17224   12 years tbretz Added missing include; setup a reasonable scheme for calling AddColumn ...
(edit) @17223   12 years tbretz Renamed BlockHeaderWriter to Compression - it is the user interface! ...
(edit) @17222   12 years lyard Header of zofits and zfits, with common enums
(edit) @17221   12 years lyard better version of zofits. New factofits. Only cleanup, defines, ...
(edit) @17220   12 years tbretz Reverting to last revision.
(edit) @17219   12 years lyard draft zofits working with Queue and MemoryManager
(edit) @17217   12 years tbretz Updated the FTM_CONTROL service handling. It was broken since kValid ...
(edit) @17216   12 years lyard Added the brand new zofits class.
(edit) @17215   12 years tbretz Now feedback has a dedicated state to check whether is is calibrated - ...
(edit) @17214   12 years tbretz This fix should change that sometimes the rate is displayed in red ...
(edit) @17213   12 years tbretz Some additons to the tab-completion.
(edit) @17212   12 years tbretz Added new file format ZFits
(edit) @17211   12 years tbretz Added the upcoming new file format ZFits.
(edit) @17210   12 years ftemme changed the values in the ceres.rc for the 12 bit ADC
(edit) @17209   12 years ftemme Implemented 12 bit ADC
(edit) @17208   12 years ftemme changed values for baselineMean and gainMean according to a simulated ...
(edit) @17207   12 years dneise updates ceres.rc to something we are currently using ... and added ...
(edit) @17206   12 years lyard Added missing initialization of is_compressed variable
(edit) @17205   12 years dneise set svn:ignore to ignore automaticly created files
(edit) @17204   12 years Daniela Dorner filling aux info to db already at 9 and 10
(edit) @17203   12 years tbretz Added custom channel offsets to correct gain variations seen in the ...
(edit) @17202   12 years dneise in commit 17200 & 17201 I committed accidentally a lot of changes, ...
(edit) @17201   12 years dneise forgot to add Afterpuls class files
(edit) @17200   12 years dneise adjusted svn:ignore property to ignore Cint and Deb files
(edit) @17199   12 years tbretz Implemented the option to fix the noise to sigma; fix noise to sigma ...
(edit) @17198   12 years Jens Buss added condition: writing MMcEvtBasic container to fits only for data ...
(edit) @17197   12 years Jens Buss bug fix: memory leak, added delete for variable random
(edit) @17196   12 years tbretz Removed some output to allow the use in a cron job without getting ...
(edit) @17195   12 years tbretz Removed some output to allow the use in a cron job without getting ...
(edit) @17194   12 years tbretz Plot one standard pixel and one time marker channel; I think it makes ...
(edit) @17193   12 years tbretz Added libTools to fitsdump
(edit) @17192   12 years tbretz Read the mean value for the temperatures directly from the report; ...
(edit) @17191   12 years tbretz There is no need to wiat for the commad to be sent.
(edit) @17190   12 years tbretz Adapted script to new feedback states, take the slower ramping into ...
(edit) @17189   12 years tbretz Little improvements to the output.
(edit) @17188   12 years tbretz Removed FEEDBACK-TEST and SINGLEPE-TEST -- they are not needed anymore.
Note: See TracRevisionLog for help on using the revision log.