Skip to content
Snippets Groups Projects
CHANGELOG 2.29 KiB
Newer Older
  • Learn to ignore specific revisions
  • 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