Newer
Older

yannick legoc
committed
Version 1.4.8, 2025-03-27
-------------------------
- Corrected zero-crossing event data.
- Removed UNKNOWN from list of displayed boards.
Version 1.4.7, 2025-03-20
-------------------------
- Corrected BoardRelativeTime for V1725_CFD, V2740_CFD.
Version 1.4.6, 2025-02-17
-------------------------
- Added 2 caen cards: V1725_CFD, V2740_CFD.
Version 1.4.5, 2025-01-30
-------------------------
- Automatic range determination in histogram reader.
- Added rpaths for macOS.
- Added C1740_GAUSS and A7 (has no event data) boards.
- Corrected readEvent() for more than one crate.
Version 1.4.3, 2023-05-12
- Corrected read and write of version 1 for 1725 PHA and 1730 PSD.
Version 1.4.2, 2021-05-12
-------------------------
- Changed size of the rollover member of Event from 16 to 32 to manage special cases when the absolute time is greater than 48bits nanoseconds.
Version 1.4.1, 2021-05-04
-------------------------
- Added header corrector program.
Version 1.3.3, 2019-10-17

legoc
committed
-------------------------
- Improved lstexporter128 with the possibility to filter a set of channels with a ratio.
- Bugfix: writing 64 for the number of channels of a board writes 0 (6 bits). Solution is to convert 0 to 64 when reading the value.

legoc
committed
Version 1.3.2, 2019-05-28
-------------------------
- Added GGDMS and GGFMCPICKUP boards.
- Corrected masks for eventEnergy() function according to the number of bits defined.
Version 1.2.0, 2018-09-20
-------------------------
- Made dependency to boost only with --enable-cameo option.
- Removed read and write functions to property_tree from CrateBoard.h.
- Number of bits for the timestamp of the 1725 PHA RT changed to 31.
- Removed lsto generation from lstrates128 application.
Version 1.1.1, 2017-01-10
-------------------------
- Implemented writeListModeContextToBinary.
-------------------------
- Integrated new boards
- New interface to access data
- Added columns to lstreader128
- Relative time is related to a board
- Corrected missing jump when a bad event is read in EventArrayAlgorithm.
- Implemented different reading when version = 1 and version > 1.
- Corrected using time base for calculating rates. Added the lstrates128 application.
- Corrected reading of the 1724 board (30bits of timestamp with 2 bits of zero)
Version 1.0.2, 2016-07-11
-------------------------
- Corrected boost dependencies.
Version 1.0.1, 2016-05-05
-------------------------
- Minor corrections.
Version 1.0.0, 2016-03-05
-------------------------
- initial version forked from the branch new128 of LstDataProcess library.