.gitignore
.gitlab-ci.yml
LICENSE
README.md
pyproject.toml
.gitlab/.gitkeep
.gitlab/ci/.gitkeep
.gitlab/ci/build_documentation.yml
.gitlab/ci/create_release_and_publish.yml
.gitlab/ci/create_test_release.yml
.gitlab/ci/job_templates.yml
.gitlab/ci/run_tests.yml
demo/download_origin_showers.sh
demo/simple_example.py
demo/simple_example_with_jax.py
demo/synthesis_for_single_slices.py
docs/.gitkeep
docs/make_docs.py
docs/source/changelog.rst
docs/source/conf.py
docs/source/conventions_units.rst
docs/source/index.rst
docs/source/logging.rst
docs/source/corsika/corsika_index.rst
docs/source/corsika/file_generation.rst
docs/source/corsika/package_documentation.rst
docs/source/jax/difference_with_numpy.rst
docs/source/jax/jax_index.rst
docs/source/jax/module_structure.rst
docs/source/jax/package_documentation.rst
docs/source/numpy/module_structure.rst
docs/source/numpy/numpy_index.rst
docs/source/numpy/package_documentation.rst
docs/source/template-synthesis/ts_algorithm.rst
docs/source/template-synthesis/ts_index.rst
docs/source/template-synthesis/ts_origin_showers.rst
docs/source/template-synthesis/ts_treatment_of_vxB.rst
docs/source/template-synthesis/ts_workflow.rst
smiet/__init__.py
smiet/units.py
smiet.egg-info/PKG-INFO
smiet.egg-info/SOURCES.txt
smiet.egg-info/dependency_links.txt
smiet.egg-info/requires.txt
smiet.egg-info/top_level.txt
smiet/corsika/__init__.py
smiet/corsika/generate_file_contents.py
smiet/corsika/write_simulation.py
smiet/jax/__init__.py
smiet/jax/synthesis.py
smiet/jax/io/__init__.py
smiet/jax/io/base_shower.py
smiet/jax/io/coreas_hdf5.py
smiet/jax/io/sliced_shower.py
smiet/jax/utilities/__init__.py
smiet/jax/utilities/batched_interpolation.py
smiet/jax/utilities/geometry.py
smiet/jax/utilities/jax_utils.py
smiet/jax/utilities/utilities.py
smiet/numpy/__init__.py
smiet/numpy/synthesis.py
smiet/numpy/io/__init__.py
smiet/numpy/io/base_shower.py
smiet/numpy/io/coreas_shower.py
smiet/numpy/io/sliced_shower.py
smiet/numpy/utilities/__init__.py
smiet/numpy/utilities/cs_transformations.py
smiet/numpy/utilities/geometry.py
smiet/numpy/utilities/trace_utils.py
smiet/spectral_parameters/spectral_parameters_30_500_100.hdf5
smiet/spectral_parameters/spectral_parameters_30_80_50.hdf5
smiet/templates/.gitkeep
tests/.gitkeep
tests/interpolate_synthesis.py
tests/produce_slice_synthesis.py
tests/produce_slice_synthesis_jax.py
tests/read_cherenkov_shower.py