LICENSE
README.md
pyproject.toml
setup.cfg
setup.py
src/legend_pydataobj.egg-info/PKG-INFO
src/legend_pydataobj.egg-info/SOURCES.txt
src/legend_pydataobj.egg-info/dependency_links.txt
src/legend_pydataobj.egg-info/entry_points.txt
src/legend_pydataobj.egg-info/not-zip-safe
src/legend_pydataobj.egg-info/requires.txt
src/legend_pydataobj.egg-info/top_level.txt
src/lgdo/__init__.py
src/lgdo/_version.py
src/lgdo/cli.py
src/lgdo/lgdo_utils.py
src/lgdo/lh5_store.py
src/lgdo/logging.py
src/lgdo/utils.py
src/lgdo/compression/__init__.py
src/lgdo/compression/base.py
src/lgdo/compression/generic.py
src/lgdo/compression/radware.py
src/lgdo/compression/utils.py
src/lgdo/compression/varlen.py
src/lgdo/types/__init__.py
src/lgdo/types/array.py
src/lgdo/types/arrayofequalsizedarrays.py
src/lgdo/types/encoded.py
src/lgdo/types/fixedsizearray.py
src/lgdo/types/lgdo.py
src/lgdo/types/scalar.py
src/lgdo/types/struct.py
src/lgdo/types/table.py
src/lgdo/types/vectorofvectors.py
src/lgdo/types/waveform_table.py
tests/conftest.py
tests/test_cli.py
tests/test_lgdo_utils.py
tests/test_lh5_iterator.py
tests/test_lh5_store.py
tests/compression/conftest.py
tests/compression/test_compression.py
tests/compression/test_radware_sigcompress.py
tests/compression/test_str2wfcodec.py
tests/compression/test_uleb128_zigzag_diff.py
tests/compression/sigcompress/LDQTA_r117_20200110T105115Z_cal_geds_raw-0.dat
tests/compression/sigcompress/special-wf-clipped.dat
tests/types/test_array.py
tests/types/test_arrayofequalsizedarrays.py
tests/types/test_encoded.py
tests/types/test_fixedsizearray.py
tests/types/test_representations.py
tests/types/test_scalar.py
tests/types/test_struct.py
tests/types/test_table.py
tests/types/test_table_eval.py
tests/types/test_vectorofvectors.py
tests/types/test_waveform_table.py