python-trsfile icon indicating copy to clipboard operation
python-trsfile copied to clipboard

Add support for reading and writing of trace set files (.trs) to Python

Results 6 python-trsfile issues
Sort by recently updated
recently updated
newest added

Following comment does not reflect reality: ``` +--------------+-----------------------------------------------------------+ | padding_mode | Padding mode to use. The supported values are: | | | :py:attr:`trsfile.common.TracePadding.NONE` (default) | | | :py:attr:`trsfile.common.TracePadding.AUTO` | +--------------+-----------------------------------------------------------+...

The README currently does not document the updated ways in which trace(Set) parameter maps can be used. Information about the default trace set parameter map and the automatic creation of...

I have a trs file whose size is larger than 200G. After running the code, a Memory Error is reported. How to solve this problem?

https://github.com/Riscure/python-trsfile/blob/1ac882d45bcc72825f5ff2113200bc8182b5a39d/trsfile/engine/trs.py#L518

This PR fixes issue #35

To reproduce: - Create an empty trace set with the header containing only Header.TRS_VERSION: 2 - Try to open the trace set Expected: - The trace set can be opened...