LICENSE
README.md
pyproject.toml
src/daq2lh5/__init__.py
src/daq2lh5/_version.py
src/daq2lh5/build_raw.py
src/daq2lh5/cli.py
src/daq2lh5/data_decoder.py
src/daq2lh5/data_streamer.py
src/daq2lh5/logging.py
src/daq2lh5/raw_buffer.py
src/daq2lh5/utils.py
src/daq2lh5/buffer_processor/__init__.py
src/daq2lh5/buffer_processor/buffer_processor.py
src/daq2lh5/buffer_processor/lh5_buffer_processor.py
src/daq2lh5/compass/__init__.py
src/daq2lh5/compass/compass_config_parser.py
src/daq2lh5/compass/compass_event_decoder.py
src/daq2lh5/compass/compass_header_decoder.py
src/daq2lh5/compass/compass_streamer.py
src/daq2lh5/fc/__init__.py
src/daq2lh5/fc/fc_config_decoder.py
src/daq2lh5/fc/fc_event_decoder.py
src/daq2lh5/fc/fc_eventheader_decoder.py
src/daq2lh5/fc/fc_fsp_decoder.py
src/daq2lh5/fc/fc_status_decoder.py
src/daq2lh5/fc/fc_streamer.py
src/daq2lh5/llama/__init__.py
src/daq2lh5/llama/llama_base.py
src/daq2lh5/llama/llama_event_decoder.py
src/daq2lh5/llama/llama_header_decoder.py
src/daq2lh5/llama/llama_streamer.py
src/daq2lh5/orca/__init__.py
src/daq2lh5/orca/orca_base.py
src/daq2lh5/orca/orca_digitizers.py
src/daq2lh5/orca/orca_fcio.py
src/daq2lh5/orca/orca_flashcam.py
src/daq2lh5/orca/orca_header.py
src/daq2lh5/orca/orca_header_decoder.py
src/daq2lh5/orca/orca_packet.py
src/daq2lh5/orca/orca_run_decoder.py
src/daq2lh5/orca/orca_streamer.py
src/daq2lh5/orca/skim_orca_file.py
src/legend_daq2lh5.egg-info/PKG-INFO
src/legend_daq2lh5.egg-info/SOURCES.txt
src/legend_daq2lh5.egg-info/dependency_links.txt
src/legend_daq2lh5.egg-info/entry_points.txt
src/legend_daq2lh5.egg-info/not-zip-safe
src/legend_daq2lh5.egg-info/requires.txt
src/legend_daq2lh5.egg-info/top_level.txt
tests/conftest.py
tests/test_build_raw.py
tests/test_cli.py
tests/test_raw_buffer.py
tests/buffer_processor/test_buffer_processor.py
tests/buffer_processor/test_lh5_buffer_processor.py
tests/buffer_processor/test_buffer_processor_configs/buffer_processor_config.json
tests/buffer_processor/test_buffer_processor_configs/lh5_buffer_processor_config.json
tests/buffer_processor/test_buffer_processor_configs/raw_out_spec_no_proc.json
tests/compass/conftest.py
tests/compass/test_compass_event_decoder.py
tests/compass/test_compass_header_decoder.py
tests/compass/test_compass_streamer.py
tests/configs/fc-out-spec.json
tests/configs/orca-out-spec-cli.json
tests/configs/orca-out-spec.json
tests/fc/conftest.py
tests/fc/test_fc_config_decoder.py
tests/fc/test_fc_event_decoder.py
tests/fc/test_fc_status_decoder.py
tests/fc/test_fc_streamer.py
tests/llama/conftest.py
tests/llama/test_llama_event_decoder.py
tests/llama/test_llama_header_decoder.py
tests/llama/test_llama_streamer.py
tests/orca/conftest.py
tests/orca/test_or_run_decoder_for_run.py
tests/orca/test_orca_fc.py
tests/orca/test_orca_fcio.py
tests/orca/test_orca_packet.py
tests/orca/test_orca_to_raw.py