-
Dominik Loidolt authored
Implement the compression entity header as defined in PLATO-UVIE-PL-UM-0001 for compression and decompression
Dominik Loidolt authoredImplement the compression entity header as defined in PLATO-UVIE-PL-UM-0001 for compression and decompression
To find the state of this project's repository at the time of any of these versions, check out the tags.
- Changelog
- [Unreleased]
- [0.07] - 13-12-2021
- [0.06] - 12-11-2021
- [0.05] - 23-04-2021
- Removed
- Changed
- [0.05 Beta 2] - 04-12-2020
- Fixed
- [0.05 Beta] - 17-11-2020
- Fixed
- Added
- [0.04] - 12-08-2020
- Fixed
- [0.03] - 07-07-2020
- Added
- Fixed
- [0.02] - 02-06-2020
- Added
- Changed
- Fixed
- Removed
- [0.01] - 06-05-2020
- Added
CHANGELOG.md 2.67 KiB
Changelog
All notable changes to this project will be documented in this file.
[Unreleased]
[0.07] - 13-12-2021
- NOTE: The behaviour of the cmp_tool has changed. From now on, the compressed data will be preceded by a header by default. The old behaviour can be achieved with the --no_header option the behaviour of the cmp_tool has changed. From now on, the compressed data will be preceded by a header by default. The old behaviour can be achieved with the --no_header option.
- Implement the compression entity header as defined in PLATO-UVIE-PL-UM-0001 for compression and decompression
- small bug fixes
[0.06] - 12-11-2021
- if samples = 0 the cmp_tool counts the samples in the data file and uses them
- if buffer_length = 0 the 2*samples parameter is used as buffer_length
- added feature to guess the compression configuration
- some code restructuring
- added more detailed error messages
- small bug fixes
[0.05] - 23-04-2021
Removed
- discard old file format. Now the only input format is like: 12 AB 23 CD .. ..
Changed
- change to new compression and decompression library
[0.05 Beta 2] - 04-12-2020
Fixed
- packet file number now 4 digits long
- now the mtu size in .rdcu_pkt_mode_cfg file for the data packets
[0.05 Beta] - 17-11-2020
Fixed
- fixes small errors when reading the data
Added
- add frame script to mange multiple compression in a raw
- add last_info option to generate RMAP packets to read the last compression results in parallel
[0.04] - 12-08-2020
Fixed
- fixes an error when reading compressed data for decompression when compiled for a 32-bit system where a long integer has 4 bytes
- fixes a bug that generates wrong packets for reading data from the RDCU with the --rdcu_pkt option
[0.03] - 07-07-2020
Added
- README: add a note for the --rdcu_pkt option
Fixed
- if the --rdcu_pkt option is set the program did not create the TC_FILES directory for the tc files
- if the --rdcu_pkt option is set the program did not build the data and model packets correctly.
- if the --rdcu_pkt option is set the program now also sets the RDCU Interrupt Enable bit.
- fix typo in Help and README
[0.02] - 02-06-2020
Added
- add --rdcu_pkt option to generate the packets to set a RDCU compression
- add --model_cfg, --diff_cfg option to print default model/1d-diff configuration
- add --rdcu_par option to add the RDCU parameters to compression configuration and decompression information
- check the cfg file and the info file for plausibility
Changed
- change .info file format
Fixed
- include fixes of rmap lib
Removed
- removes comma symbol as indicator for a comment
[0.01] - 06-05-2020
Added
- initialte realse