source:

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @17270   11 years tbretz Start fadctrl with a higher I/O priority.
(edit) @17269   11 years tbretz Instead of a lot of conditionals in case of no queue, the queues are ...
(edit) @17268   11 years tbretz Implemented a <-operator to allow for sorting and the possibility to ...
(edit) @17267   11 years tbretz Added header guard.
(edit) @17266   11 years tbretz Removed the std:: from the fits classes.
(edit) @17265   11 years tbretz changed std::ofits to just ofits
(edit) @17264   11 years tbretz Hopefully finished removing the std namespace from the headers.
(edit) @17263   11 years tbretz Added more std:: namespace qualifiers
(edit) @17262   11 years tbretz Removed the 'using namespace' from header
(edit) @17261   11 years tbretz Removed 'using namespace' from header; some minor simplifications
(edit) @17260   11 years tbretz Removed the 'using namespace std;' from the header.
(edit) @17259   11 years lyard added output of tables in a file for fitsdump
(edit) @17258   11 years tbretz Replaced calls to post by emplace. Therefore implemented new ...
(edit) @17257   11 years tbretz Added button for ZFits
(edit) @17256   11 years tbretz Fixed some compiling issues.
(edit) @17255   11 years dneise removed some macros.
(edit) @17254   11 years tbretz Use a shared_ptr with aliasing of char* instead of a MemoryChunk
(edit) @17253   11 years lyard zofits with catalog shrinking and compressed calibration table
(edit) @17252   11 years tbretz Changed the order of arguments to WriteFitsImp.
(edit) @17251   11 years tbretz Forgot the #endif
(edit) @17250   11 years tbretz Updated exception handling to make Mars happy.
(edit) @17249   11 years tbretz Added a special constructor version to make CINT happy and me unhappy.
(edit) @17248   11 years tbretz Moved the night argument to the end so that it can be omoitted
(edit) @17247   11 years tbretz Added a check for its existance and potentially use colorgcc
(edit) @17246   11 years tbretz Use LINKER so that we can compiler with colorgcc
(edit) @17245   11 years tbretz Added definees for PACKAGE_NAME, PACKAGE_VERSION and REVISION
(edit) @17244   11 years tbretz Added new options and commands to configure file compression; added ...
(edit) @17243   11 years tbretz Encapsulated the header with a guard (I don't understand why this was ...
(edit) @17242   11 years tbretz Removed obsolete and potentially dangerous include
(edit) @17241   11 years tbretz Fixed a square root of a potenitally negative number; replaced setting ...
(edit) @17240   11 years tbretz Added SetDefaultKeys
(edit) @17239   11 years lyard zofits with extra default values setters
(edit) @17238   11 years tbretz Using the new Queue implementation, all queued functions need to ...
(edit) @17237   11 years lyard Cleaner version of zofits
(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) @17228   11 years tbretz Adapted to changes in Queue; Compression queues do not need sorting... ...
(edit) @17227   11 years tbretz Remove fSort; replaced the possibility to define a wrapper class which ...
(edit) @17226   11 years tbretz SerDrsCalibration changed to vector... pointers are always a security ...
(edit) @17225   11 years tbretz Fixed initialization with static data member; removed buggy example; ...
(edit) @17224   11 years tbretz Added missing include; setup a reasonable scheme for calling AddColumn ...
(edit) @17223   11 years tbretz Renamed BlockHeaderWriter to Compression - it is the user interface! ...
(edit) @17222   11 years lyard Header of zofits and zfits, with common enums
(edit) @17221   11 years lyard better version of zofits. New factofits. Only cleanup, defines, ...
(edit) @17220   11 years tbretz Reverting to last revision.
(edit) @17219   11 years lyard draft zofits working with Queue and MemoryManager
(edit) @17218   11 years tanio
(edit) @17217   11 years tbretz Updated the FTM_CONTROL service handling. It was broken since kValid ...
(edit) @17216   11 years lyard Added the brand new zofits class.
(edit) @17215   11 years tbretz Now feedback has a dedicated state to check whether is is calibrated - ...
(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) @17211   11 years tbretz Added the upcoming new file format ZFits.
(edit) @17210   11 years ftemme changed the values in the ceres.rc for the 12 bit ADC
(edit) @17209   11 years ftemme Implemented 12 bit ADC
(edit) @17208   11 years ftemme changed values for baselineMean and gainMean according to a simulated ...
(edit) @17207   11 years dneise updates ceres.rc to something we are currently using ... and added ...
(edit) @17206   11 years lyard Added missing initialization of is_compressed variable
(edit) @17205   11 years dneise set svn:ignore to ignore automaticly created files
(edit) @17204   11 years Daniela Dorner filling aux info to db already at 9 and 10
(edit) @17203   11 years tbretz Added custom channel offsets to correct gain variations seen in the ...
(edit) @17202   11 years dneise in commit 17200 & 17201 I committed accidentally a lot of changes, ...
(edit) @17201   11 years dneise forgot to add Afterpuls class files
(edit) @17200   11 years dneise adjusted svn:ignore property to ignore Cint and Deb files
(edit) @17199   11 years tbretz Implemented the option to fix the noise to sigma; fix noise to sigma ...
(edit) @17198   11 years Jens Buss added condition: writing MMcEvtBasic container to fits only for data ...
(edit) @17197   11 years Jens Buss bug fix: memory leak, added delete for variable random
(edit) @17196   11 years tbretz Removed some output to allow the use in a cron job without getting ...
(edit) @17195   11 years tbretz Removed some output to allow the use in a cron job without getting ...
(edit) @17194   11 years tbretz Plot one standard pixel and one time marker channel; I think it makes ...
(edit) @17193   11 years tbretz Added libTools to fitsdump
(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) @17190   11 years tbretz Adapted script to new feedback states, take the slower ramping into ...
(edit) @17189   11 years tbretz Little improvements to the output.
(edit) @17188   11 years tbretz Removed FEEDBACK-TEST and SINGLEPE-TEST -- they are not needed anymore.
(edit) @17187   11 years tbretz Adapted the waiting time to the slower ramping, removed the setting of ...
(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) @17182   11 years tbretz Reverting to last revision.
(edit) @17181   11 years tbretz Reverting to last revision.
(edit) @17180   11 years tbretz Reverting to last revision.
(edit) @17179   11 years tbretz Reverting to last revision.
(edit) @17178   11 years tbretz Reverting to last revision.
(edit) @17177   11 years tbretz Reverting to last revision.
(edit) @17176   11 years tbretz Reverting to last revision.
(edit) @17175   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) @17171   11 years tbretz Changed the order
Note: See TracRevisionLog for help on using the revision log.