.git_archival.txt
.gitattributes
.gitignore
.pre-commit-config.yaml
.readthedocs.yaml
AI_POLICY.md
CITATION.cff
LICENSE
README.md
noxfile.py
pyproject.toml
.github/CONTRIBUTING.md
.github/dependabot.yml
.github/release.yml
.github/workflows/add-to-project.yml
.github/workflows/cd.yml
.github/workflows/ci.yml
docs/Makefile
docs/generate_docs_images.py
docs/source/cli_usage.md
docs/source/conf.py
docs/source/description.md
docs/source/index.md
docs/source/naming.md
docs/source/runtime-cfg.md
docs/source/visualization.md
docs/source/images/array_cryostat.png
docs/source/images/array_reentrance_tube.png
docs/source/images/cavern.png
docs/source/images/detector_unit.png
docs/source/images/detector_unit_cosmogenic.png
docs/source/images/geom_12_strings_side.png
docs/source/images/geom_12_strings_top.png
docs/source/images/geom_12_strings_wo_string_7_side.png
docs/source/images/geom_12_strings_wo_string_7_top.png
docs/source/images/geom_6_strings_side.png
docs/source/images/geom_6_strings_top.png
docs/source/images/string.png
docs/source/images/string_fibers.png
docs/source/images/watertank.png
src/l1000geom/__init__.py
src/legend_pygeom_l1000.egg-info/PKG-INFO
src/legend_pygeom_l1000.egg-info/SOURCES.txt
src/legend_pygeom_l1000.egg-info/dependency_links.txt
src/legend_pygeom_l1000.egg-info/entry_points.txt
src/legend_pygeom_l1000.egg-info/not-zip-safe
src/legend_pygeom_l1000.egg-info/requires.txt
src/legend_pygeom_l1000.egg-info/scm_file_list.json
src/legend_pygeom_l1000.egg-info/scm_version.json
src/legend_pygeom_l1000.egg-info/top_level.txt
src/pygeoml1000/__init__.py
src/pygeoml1000/_version.py
src/pygeoml1000/cavern_and_labs.py
src/pygeoml1000/cli.py
src/pygeoml1000/config.py
src/pygeoml1000/core.py
src/pygeoml1000/cryo.py
src/pygeoml1000/fibers.py
src/pygeoml1000/hpge_strings.py
src/pygeoml1000/manifest.py
src/pygeoml1000/rt_profiles.py
src/pygeoml1000/watertank.py
src/pygeoml1000/watertank_instrumentation.py
src/pygeoml1000/wlsr.py
src/pygeoml1000/configs/array.yaml
src/pygeoml1000/configs/crystal.yaml
src/pygeoml1000/configs/detail.yaml
src/pygeoml1000/configs/hpge.yaml
src/pygeoml1000/configs/pmts.yaml
src/pygeoml1000/configs/pmts_pos.yaml
src/pygeoml1000/configs/runtime_config_schema.yaml
src/pygeoml1000/configs/sipm.yaml
src/pygeoml1000/configs/string.yaml
src/pygeoml1000/materials/__init__.py
src/pygeoml1000/materials/ketek_sipm.py
src/pygeoml1000/materials/surfaces.py
src/pygeoml1000/models/BasePlate_large.stl
src/pygeoml1000/models/BasePlate_medium.stl
src/pygeoml1000/models/BasePlate_medium_ortec.stl
src/pygeoml1000/models/BasePlate_small.stl
src/pygeoml1000/models/BasePlate_xlarge.stl
src/pygeoml1000/models/README.md
src/pygeoml1000/models/StringSupportStructure.stl
src/pygeoml1000/models/TopPlate.stl
src/pygeoml1000/models/TopPlate_ppc.stl
src/pygeoml1000/models/TriStar_large.stl
src/pygeoml1000/models/TriStar_medium.stl
src/pygeoml1000/models/TriStar_small.stl
src/pygeoml1000/models/TriStar_xlarge.stl
tests/test_cli.py
tests/test_config.py
tests/test_core.py
tests/test_manifest.py