Skip to content
Snippets Groups Projects
CHANGELOG 3.35 KiB
Newer Older
  • Learn to ignore specific revisions
  • 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
    
    yannick legoc's avatar
    yannick legoc committed
    -------------------------
    - Automatic range determination in histogram reader.
    - Added rpaths for macOS.
    
    - Added C1740_GAUSS and A7 (has no event data) boards.
    
    yannick legoc's avatar
    yannick legoc committed
    
    
    Version 1.4.4, 2023-10-31
    
    legoc's avatar
    legoc committed
    -------------------------
    - Improved histogram reader.
    
    - Corrected readEvent() for more than one crate.
    
    legoc's avatar
    legoc committed
    
    
    Version 1.4.3, 2023-05-12
    
    legoc's avatar
    legoc committed
    -------------------------
    - Added histogram reader.
    
    - Corrected read and write of version 1 for 1725 PHA and 1730 PSD.
    
    legoc's avatar
    legoc committed
    
    
    legoc's avatar
    legoc committed
    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.
    
    
    legoc's avatar
    legoc committed
    Version 1.4.1, 2021-05-04
    -------------------------
    - Added header corrector program.
    
    
    ics's avatar
    ics committed
    Version 1.4.0, 2021-01-13
    
    legoc's avatar
    legoc committed
    -------------------------
    - Switched to CMake.
    
    legoc's avatar
    legoc committed
    - Adapted Cameo apps with JSON data.
    
    legoc's avatar
    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.
    
    Version 1.3.2, 2019-05-28
    -------------------------
    - Added GGDMS and GGFMCPICKUP boards.
    
    
    
    legoc's avatar
    legoc committed
    Version 1.3.1, 2019-05-06
    
    -------------------------
    
    legoc's avatar
    legoc committed
    - Cameo C++11.
    
    legoc's avatar
    legoc committed
    Version 1.3.0, 2018-12-18
    
    legoc's avatar
    legoc committed
    -------------------------
    
    - Corrected masks for eventEnergy() function according to the number of bits defined.
    
    legoc's avatar
    legoc committed
    - Implemented version 2 for unifying the timestamps.
    
    legoc's avatar
    legoc committed
    
    
    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.
    
    legoc's avatar
    legoc committed
    - Added cmake build support for the core library.
    
    - Number of bits for the timestamp of the 1725 PHA RT changed to 31.
    
    legoc's avatar
    legoc committed
    Version 1.1.4, 2018-05-22
    
    legoc's avatar
    legoc committed
    -------------------------
    
    legoc's avatar
    legoc committed
    - Unspecified data added.
    
    - Exporter to CSV application added.
    
    legoc's avatar
    legoc committed
    
    Version 1.1.3, 2018-02-20
    
    legoc's avatar
    legoc committed
    -------------------------
    
    - Plot application improved.
    
    legoc's avatar
    legoc committed
    
    
    legoc's avatar
    legoc committed
    Version 1.1.2, 2018-01-24
    
    legoc's avatar
    legoc committed
    -------------------------
    
    legoc's avatar
    legoc committed
    - Corrected board info structure.
    
    - Removed lsto generation from lstrates128 application.
    
    legoc's avatar
    legoc committed
    - Added C1725_PHA_RT board.
    
    
    legoc's avatar
    legoc committed
    
    
    legoc's avatar
    legoc committed
    Version 1.1.1, 2017-01-10
    -------------------------
    - Implemented writeListModeContextToBinary.
    
    
    legoc's avatar
    legoc committed
    
    
    legoc's avatar
    legoc committed
    Version 1.1.0, 2016-12-16
    
    -------------------------
    - Integrated new boards
    - New interface to access data
    - Added columns to lstreader128
    - Relative time is related to a board
    
    
    
    legoc's avatar
    legoc committed
    Version 1.0.3, 2016-10-11
    
    legoc's avatar
    legoc committed
    -------------------------
    
    legoc's avatar
    legoc committed
    - 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)
    
    legoc's avatar
    legoc committed
    
    
    legoc's avatar
    legoc committed
    Version 1.0.2, 2016-07-11
    -------------------------
    - Corrected boost dependencies.
    
    
    legoc's avatar
    legoc committed
    Version 1.0.1, 2016-05-05
    -------------------------
    - Minor corrections.
    
    
    Version 1.0.0, 2016-03-05
    -------------------------
    
    legoc's avatar
    legoc committed
    - initial version forked from the branch new128 of LstDataProcess library.
    
    legoc's avatar
    legoc committed