source:

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @11770   13 years neise removed bug in nc_format. wrongly used pointer to piinter nc_format_buffer.
(edit) @11769   13 years tbretz Throw exceptions with text; do not use stoi otherwise we have to catch ...
(edit) @11768   13 years tbretz Send the 2000/4096 also as default gain.
(edit) @11767   13 years tbretz Apply the correct 2000/4096 also as default gain.
(edit) @11766   13 years tbretz Latest changes.
(edit) @11765   13 years tbretz Fixed the missing color for the horizontal histograms in the Raw data tab.
(edit) @11764   13 years tbretz Fixed the missing color for the horizontal histograms in the Raw data tab.
(edit) @11763   13 years tbretz Fixed the broken format of STATIC_DATA
(edit) @11762   13 years tbretz Sanity check for fInHandler when sending new light pulser intensity
(edit) @11761   13 years tbretz Fixed the light pulser control (DimStaticData)
(edit) @11760   13 years tbretz Print light pulser settings.
(edit) @11759   13 years tbretz Added new DATA_EVENT display.
(edit) @11758   13 years tbretz Renamed EVENT_DATA to RAW_EVENT; added new EVENT_DATA
(edit) @11757   13 years neise version 0x02.13: send data via socket 1 only. sockets 2..7 should be ...
(edit) @11756   13 years neise bitfiles are now versioned as well
(edit) @11755   13 years neise reinit of this svn repos .... it was all too messy deleted the old ...
(edit) @11754   13 years tbretz Added GetPixelStats and changed type of scalerel from uint32 to uint64
(edit) @11753   13 years lyard added display of calibrated data
(edit) @11752   13 years tbretz Changed artificial 0.5 to corect scale 2000/4096
(edit) @11751   13 years tbretz Added the missing factor 0.5 to convert ADC counts to rough mV
(edit) @11750   13 years tbretz Added Errors in EVENT header.
(edit) @11749   13 years tbretz Removed some stray output.
(edit) @11748   13 years tbretz Latest updates.
(edit) @11747   13 years tbretz Added runNr to eventCheck; added stub for subProcEvt
(edit) @11746   13 years tbretz Removed some stray debug output.
(edit) @11745   13 years tbretz Changed some argument types to match the huge range needed by the gain ...
(edit) @11744   13 years tbretz Set fNumRows to 0 in OpenFile; added ResetColumns function
(edit) @11743   13 years tbretz Initialize fConv to 0.
(edit) @11742   13 years tbretz changed some variable types to match the big range needed for the gain ...
(edit) @11741   13 years tbretz Fixed scale for gain and secondaroy offset; increase fStep after ...
(edit) @11740   13 years lyard improved zooming and bug fix of raw events viewer
(edit) @11739   13 years tbretz Fixed Dim format for STATIC_DATA
(edit) @11738   13 years tbretz
(edit) @11737   13 years tbretz Some updates to the package list.
(edit) @11736   13 years tbretz Added some comments.
(edit) @11735   13 years tbretz If we are already at the end of the stream return a default rather ...
(edit) @11734   13 years tbretz If we are already at the end of the stream return a default rather ...
(edit) @11733   13 years tbretz Move dimInfo in the service list at the last position to ensure that ...
(edit) @11732   13 years tbretz Added a check to make sure that the next run is not started while the ...
(edit) @11731   13 years tbretz Removed DimTriggerCounter; added DimTreiggerRates
(edit) @11730   13 years tbretz When removing something from a list we have to pass a copy instead of ...
(edit) @11729   13 years tbretz Changed definitions in a way that forward declarations of the structs ...
(edit) @11728   13 years tbretz Do not split DrsCalib.h until it is unified with MARS.
(edit) @11727   13 years tbretz Added the new files for the data processors.
(edit) @11726   13 years tbretz
(edit) @11725   13 years tbretz Renamed the data processors and moved them to their own files.
(edit) @11724   13 years tbretz Updated.
(edit) @11723   13 years tbretz Fixed a bug when iterators point to empty lists.
(edit) @11722   13 years tbretz
(edit) @11721   13 years tbretz Added checks for Qwt
(edit) @11720   13 years tbretz Move QT4_INCLUDES to configure.ac; added the new FitsFile class.
(edit) @11719   13 years tbretz Adapted to the changed in FitsFile; encapsulated ...
(edit) @11718   13 years tbretz Fixed a typo and make sure that the buffer doesn't overflow if the ...
(edit) @11717   13 years tbretz Fixed the memset in GetSampleStats.
(edit) @11716   13 years tbretz Make use of the new FitsFile class.
(edit) @11715   13 years tbretz Implemented using the new class FitsFile to write raw data and to ...
(edit) @11714   13 years tbretz Enabled regular call of RootUpdate, by calling DisplatchOneEvent ...
(edit) @11713   13 years tbretz Fixed a problem in RemoveAllServers - it must be made sure that the ...
(edit) @11712   13 years tbretz Added function to return the FormatList suitable for CCfits.
(edit) @11711   13 years tbretz Fixed a bug when the END tag was the first in a block
(edit) @11710   13 years tbretz Added libConfiguration.la to viwer.
(edit) @11709   13 years tbretz Display the received light-pulser settings.
(edit) @11708   13 years tbretz Added light-pulser settings to the DimStaticData structure.
(edit) @11707   13 years tbretz Fixed some misspelled commands; removed the stray Fad from the ...
(edit) @11706   13 years tbretz Removed the stray Fad from the light-pulser widgets.
(edit) @11705   13 years tbretz Added some ifdef to make it compile with Qwt 5.2; little change to the ...
(edit) @11704   13 years lyard replace histograms by curves drawn by myself
(edit) @11703   13 years tbretz Added a nother check to help debugging whether the FITS header ...
(edit) @11702   13 years tbretz Added GetSize() memember function and return this value in case of errors.
(edit) @11701   13 years tbretz Display the result of the DRS calibration.
(edit) @11700   13 years tbretz Send the result of the DRS calibration to the GUI.
(edit) @11699   13 years tbretz Added a new function GetSampleStats which directly writes into an ...
(edit) @11698   13 years tbretz Fixed a bug in the name of the slots for the light pulse intensity.
(edit) @11697   13 years lyard version 0.2 of the raw events viewer
(edit) @11696   13 years neise the changes we made with thomas B did not work. I have to find out ...
(edit) @11695   13 years tbretz Updated from dim_v19r22 to dim_v19r23
(edit) @11694   13 years tbretz Renamed FTM buttons.
(edit) @11693   13 years tbretz Changed title for ADC tab.
(edit) @11692   13 years tbretz Added trigger number to GUI.
(edit) @11691   13 years tbretz Added Light Pulser commands.
(edit) @11690   13 years tbretz Renamed 'StartCell' to 'StartCellData'
(edit) @11689   13 years tbretz Added latest changes in the EventBuilder; consequently added ...
(edit) @11688   13 years tbretz Scale calibrated data to 1000mV
(edit) @11687   13 years tbretz Fixed default case of Drs calibration.
(edit) @11686   13 years tbretz Don't divide ADC signal by by two, this is now done in the Drs ...
(edit) @11685   13 years tbretz Added Update of event display in caseof change of chip id.
(edit) @11684   13 years tbretz Send Event data as floats.
(edit) @11683   13 years tbretz Added functions to calculate result in floating points.
(edit) @11682   13 years tbretz Added radio buttons for different scaling methods in ADC tab.
(edit) @11681   13 years neise removed minor typos
(edit) @11680   13 years tbretz Added a missing array index in the new code
(edit) @11679   13 years weitzel
(edit) @11678   13 years tbretz To be unified with the code in MARS.
(edit) @11677   13 years tbretz Added new fake-file DataFileCalib for DRS calibration.
(edit) @11676   13 years tbretz Added file format 4 for DRS calibration.
(edit) @11675   13 years tbretz Added Channel/Chip to ADC tab
(edit) @11674   13 years tbretz Switch off backlog for ConsoleStream per default.
(edit) @11673   13 years tbretz Added 'no-dim' option to make boost happy; added function to convert ...
(edit) @11672   13 years tbretz Changed CBC on ADT tab to CBCC
(edit) @11671   13 years tbretz Fixed a bug in nc_format - nc_format_buffer is already the pointer and ...
Note: See TracRevisionLog for help on using the revision log.