.gitignore
.readthedocs.yml
.travis.yml
LICENSE
README.md
pyproject.toml
setup.cfg
setup.py
docs/Makefile
docs/api.rst
docs/conf.py
docs/index.rst
docs/make.bat
docs/_static/.gitkeep
docs/_static/theme_overrides.css
docs/_templates/.gitkeep
docs/images/overview.svg
docs/images/overview.xml
tests/__init__.py
tests/test_creation.py
tests/test_generic.py
tests/test_header.py
tests/test_parameter.py
tests/test_parametermap.py
tests/test_trace.py
tests/test_trsfile.py
tests/data/90x500xfloat.trs
trsfile/VERSION.txt
trsfile/__init__.py
trsfile/common.py
trsfile/parametermap.py
trsfile/standardparameters.py
trsfile/trace.py
trsfile/trace_set.py
trsfile/traceparameter.py
trsfile/utils.py
trsfile.egg-info/PKG-INFO
trsfile.egg-info/SOURCES.txt
trsfile.egg-info/dependency_links.txt
trsfile.egg-info/requires.txt
trsfile.egg-info/top_level.txt
trsfile/engine/__init__.py
trsfile/engine/engine.py
trsfile/engine/file.py
trsfile/engine/trs.py