.codacy.yml
.gitignore
.gitmodules
.landscape.yml
.mailmap
.pre-commit-config.yaml
.pylintrc
AUTHORS
CODEOWNERS
History.md
LICENSE
MANIFEST.in
Makefile
README.rst
environment.yml
pyproject.toml
setup.cfg
setup.py
.github/install.sh
.github/release-drafter.yml
.github/workflows/ci.yml
.github/workflows/deploy.yml
.github/workflows/release_drafter.yml
ctapipe/__init__.py
ctapipe/_version.py
ctapipe/conftest.py
ctapipe/containers.py
ctapipe/fitting.py
ctapipe/version.py
ctapipe.egg-info/PKG-INFO
ctapipe.egg-info/SOURCES.txt
ctapipe.egg-info/dependency_links.txt
ctapipe.egg-info/entry_points.txt
ctapipe.egg-info/not-zip-safe
ctapipe.egg-info/requires.txt
ctapipe.egg-info/top_level.txt
ctapipe/analysis/__init__.py
ctapipe/analysis/camera/__init__.py
ctapipe/analysis/camera/charge_resolution.py
ctapipe/analysis/camera/tests/__init__.py
ctapipe/analysis/camera/tests/test_charge_resolution.py
ctapipe/analysis/tests/__init__.py
ctapipe/calib/__init__.py
ctapipe/calib/camera/__init__.py
ctapipe/calib/camera/calibrator.py
ctapipe/calib/camera/flatfield.py
ctapipe/calib/camera/gainselection.py
ctapipe/calib/camera/pedestals.py
ctapipe/calib/camera/tests/__init__.py
ctapipe/calib/camera/tests/test_calibrator.py
ctapipe/calib/camera/tests/test_flatfield.py
ctapipe/calib/camera/tests/test_gainselection.py
ctapipe/calib/camera/tests/test_pedestals.py
ctapipe/calib/tests/__init__.py
ctapipe/coordinates/__init__.py
ctapipe/coordinates/camera_frame.py
ctapipe/coordinates/ground_frames.py
ctapipe/coordinates/nominal_frame.py
ctapipe/coordinates/representation.py
ctapipe/coordinates/telescope_frame.py
ctapipe/coordinates/tests/__init__.py
ctapipe/coordinates/tests/test_coordinates.py
ctapipe/coordinates/tests/test_engineering_frame.py
ctapipe/coordinates/tests/test_nominal_frame.py
ctapipe/coordinates/tests/test_roundtrip.py
ctapipe/coordinates/tests/test_telescope_frame.py
ctapipe/core/__init__.py
ctapipe/core/component.py
ctapipe/core/container.py
ctapipe/core/logging.py
ctapipe/core/plugins.py
ctapipe/core/provenance.py
ctapipe/core/qualityquery.py
ctapipe/core/support.py
ctapipe/core/tool.py
ctapipe/core/traits.py
ctapipe/core/tests/__init__.py
ctapipe/core/tests/test_component.py
ctapipe/core/tests/test_container.py
ctapipe/core/tests/test_provenance.py
ctapipe/core/tests/test_qualityquery.py
ctapipe/core/tests/test_tool.py
ctapipe/core/tests/test_traits.py
ctapipe/image/__init__.py
ctapipe/image/cleaning.py
ctapipe/image/concentration.py
ctapipe/image/extractor.py
ctapipe/image/geometry_converter.py
ctapipe/image/geometry_converter_astri.py
ctapipe/image/geometry_converter_chec.py
ctapipe/image/geometry_converter_hex.py
ctapipe/image/hillas.py
ctapipe/image/image_processor.py
ctapipe/image/leakage.py
ctapipe/image/morphology.py
ctapipe/image/pixel_likelihood.py
ctapipe/image/reducer.py
ctapipe/image/statistics.py
ctapipe/image/timing.py
ctapipe/image/toymodel.py
ctapipe/image/muon/__init__.py
ctapipe/image/muon/features.py
ctapipe/image/muon/fitting.py
ctapipe/image/muon/intensity_fitter.py
ctapipe/image/muon/ring_fitter.py
ctapipe/image/muon/tests/test_intensity_fit.py
ctapipe/image/muon/tests/test_muon_features.py
ctapipe/image/muon/tests/test_muon_fitting.py
ctapipe/image/muon/tests/test_ring_fitter.py
ctapipe/image/tests/__init__.py
ctapipe/image/tests/test_cleaning.py
ctapipe/image/tests/test_concentration.py
ctapipe/image/tests/test_extractor.py
ctapipe/image/tests/test_geometry_converter.py
ctapipe/image/tests/test_hillas.py
ctapipe/image/tests/test_image_cleaner_component.py
ctapipe/image/tests/test_image_processor.py
ctapipe/image/tests/test_leakage.py
ctapipe/image/tests/test_morphology.py
ctapipe/image/tests/test_pixel_likelihood.py
ctapipe/image/tests/test_reducer.py
ctapipe/image/tests/test_sliding_window_correction.py
ctapipe/image/tests/test_statistics.py
ctapipe/image/tests/test_timing_parameters.py
ctapipe/image/tests/test_toy.py
ctapipe/instrument/__init__.py
ctapipe/instrument/atmosphere.py
ctapipe/instrument/guess.py
ctapipe/instrument/optics.py
ctapipe/instrument/subarray.py
ctapipe/instrument/telescope.py
ctapipe/instrument/camera/__init__.py
ctapipe/instrument/camera/description.py
ctapipe/instrument/camera/geometry.py
ctapipe/instrument/camera/readout.py
ctapipe/instrument/camera/tests/__init__.py
ctapipe/instrument/camera/tests/test_description.py
ctapipe/instrument/camera/tests/test_geometry.py
ctapipe/instrument/camera/tests/test_readout.py
ctapipe/instrument/tests/__init__.py
ctapipe/instrument/tests/test_guessing.py
ctapipe/instrument/tests/test_optics.py
ctapipe/instrument/tests/test_subarray.py
ctapipe/instrument/tests/test_telescope.py
ctapipe/io/__init__.py
ctapipe/io/array.py
ctapipe/io/astropy_helpers.py
ctapipe/io/datalevels.py
ctapipe/io/dl1eventsource.py
ctapipe/io/dl1writer.py
ctapipe/io/eventseeker.py
ctapipe/io/eventsource.py
ctapipe/io/files.py
ctapipe/io/hdf5tableio.py
ctapipe/io/metadata.py
ctapipe/io/simteleventsource.py
ctapipe/io/tableio.py
ctapipe/io/toymodel.py
ctapipe/io/tests/__init__.py
ctapipe/io/tests/test_astropy_helpers.py
ctapipe/io/tests/test_available_sources.py
ctapipe/io/tests/test_dl1eventsource.py
ctapipe/io/tests/test_dl1writer.py
ctapipe/io/tests/test_event_source.py
ctapipe/io/tests/test_eventseeker.py
ctapipe/io/tests/test_files.py
ctapipe/io/tests/test_hdf5.py
ctapipe/io/tests/test_metadata.py
ctapipe/io/tests/test_prod2.py
ctapipe/io/tests/test_simteleventsource.py
ctapipe/io/tests/test_toysource.py
ctapipe/plotting/__init__.py
ctapipe/plotting/bokeh_event_viewer.py
ctapipe/plotting/charge_resolution.py
ctapipe/plotting/tests/__init__.py
ctapipe/plotting/tests/test_bokeh_event_viewer.py
ctapipe/plotting/tests/test_charge_resolution.py
ctapipe/reco/HillasReconstructor.py
ctapipe/reco/ImPACT.py
ctapipe/reco/__init__.py
ctapipe/reco/hillas_intersection.py
ctapipe/reco/reco_algorithms.py
ctapipe/reco/tests/__init__.py
ctapipe/reco/tests/test_HillasReconstructor.py
ctapipe/reco/tests/test_ImPACT.py
ctapipe/reco/tests/test_hillas_intersection.py
ctapipe/reco/tests/test_reconstruction_methods.py
ctapipe/tests/__init__.py
ctapipe/tests/coveragerc
ctapipe/tests/setup_package.py
ctapipe/tests/test_fitting.py
ctapipe/tests/test_traitles_configurable.py
ctapipe/tools/__init__.py
ctapipe/tools/camdemo.py
ctapipe/tools/display_dl1.py
ctapipe/tools/display_events_single_tel.py
ctapipe/tools/display_integrator.py
ctapipe/tools/display_summed_images.py
ctapipe/tools/dl1_merge.py
ctapipe/tools/dump_instrument.py
ctapipe/tools/dump_triggers.py
ctapipe/tools/extract_charge_resolution.py
ctapipe/tools/info.py
ctapipe/tools/muon_reconstruction.py
ctapipe/tools/plot_charge_resolution.py
ctapipe/tools/stage1.py
ctapipe/tools/utils.py
ctapipe/tools/bokeh/__init__.py
ctapipe/tools/bokeh/file_viewer.py
ctapipe/tools/bokeh/theme.yaml
ctapipe/tools/bokeh/templates/index.html
ctapipe/tools/tests/__init__.py
ctapipe/tools/tests/test_tools.py
ctapipe/utils/CutFlow.py
ctapipe/utils/__init__.py
ctapipe/utils/astro.py
ctapipe/utils/datasets.py
ctapipe/utils/download.py
ctapipe/utils/fitshistogram.py
ctapipe/utils/index_finder.py
ctapipe/utils/linalg.py
ctapipe/utils/quantities.py
ctapipe/utils/rgbtohex.py
ctapipe/utils/table_interpolator.py
ctapipe/utils/template_network_interpolator.py
ctapipe/utils/unstructured_interpolator.py
ctapipe/utils/tests/__init__.py
ctapipe/utils/tests/test_CutFlow.py
ctapipe/utils/tests/test_astro.py
ctapipe/utils/tests/test_datasets.py
ctapipe/utils/tests/test_fitshistogram.py
ctapipe/utils/tests/test_index_finder.py
ctapipe/utils/tests/test_linalg.py
ctapipe/utils/tests/test_quantities.py
ctapipe/utils/tests/test_rgbtohex.py
ctapipe/utils/tests/test_unstructured_interpolator.py
ctapipe/visualization/__init__.py
ctapipe/visualization/bokeh.py
ctapipe/visualization/mpl_array.py
ctapipe/visualization/mpl_camera.py
ctapipe/visualization/tests/__init__.py
ctapipe/visualization/tests/test_bokeh.py
ctapipe/visualization/tests/test_mpl.py
docs/FAQ.rst
docs/Makefile
docs/bibliography.rst
docs/cameras.png
docs/changelog.rst
docs/conf.py
docs/ctapipe_logo.png
docs/event.png
docs/index.html
docs/index.rst
docs/make.bat
docs/references.txt
docs/_static/theme_overrides.css
docs/_templates/autosummary/base.rst
docs/_templates/autosummary/class.rst
docs/_templates/autosummary/module.rst
docs/ctapipe_api/containers.rst
docs/ctapipe_api/index.rst
docs/ctapipe_api/analysis/index.rst
docs/ctapipe_api/calib/index.rst
docs/ctapipe_api/calib/index_camera.rst
docs/ctapipe_api/containers/index.rst
docs/ctapipe_api/coordinates/index.rst
docs/ctapipe_api/core/corediagram.dot
docs/ctapipe_api/core/index.rst
docs/ctapipe_api/core/tool-component.pdf
docs/ctapipe_api/core/tool-component.png
docs/ctapipe_api/core/traits.rst
docs/ctapipe_api/image/TwoPassWindowSum_1st_pass_example.png
docs/ctapipe_api/image/cleaning.rst
docs/ctapipe_api/image/dilate.png
docs/ctapipe_api/image/extractor.rst
docs/ctapipe_api/image/geometry_converter.rst
docs/ctapipe_api/image/hillas.rst
docs/ctapipe_api/image/index.rst
docs/ctapipe_api/image/muon.rst
docs/ctapipe_api/image/pixel_likelihood.rst
docs/ctapipe_api/image/reducers.rst
docs/ctapipe_api/image/toymodel.rst
docs/ctapipe_api/instrument/camera.rst
docs/ctapipe_api/instrument/camera_geometry.rst
docs/ctapipe_api/instrument/camera_readout.rst
docs/ctapipe_api/instrument/camerageometry_example.py
docs/ctapipe_api/instrument/config.dot
docs/ctapipe_api/instrument/index.rst
docs/ctapipe_api/instrument/optics.rst
docs/ctapipe_api/instrument/subarray.rst
docs/ctapipe_api/instrument/telescope.rst
docs/ctapipe_api/io/index.rst
docs/ctapipe_api/io/shower.png
docs/ctapipe_api/reco/ImPACT.rst
docs/ctapipe_api/reco/index.rst
docs/ctapipe_api/reco/images/ImageTemplates.png
docs/ctapipe_api/reco/images/goodness.png
docs/ctapipe_api/reco/images/likelihood.png
docs/ctapipe_api/reco/images/predictions.png
docs/ctapipe_api/tools/index.rst
docs/ctapipe_api/utils/index.rst
docs/ctapipe_api/visualization/index.rst
docs/data_models/dl1.rst
docs/data_models/index.rst
docs/development/code-guidelines.rst
docs/development/index.rst
docs/development/maintainer-info.rst
docs/development/pullrequests.rst
docs/development/py-pipe-dependencies.pdf
docs/development/py-pipe-dependencies.png
docs/development/rootmigration.rst
docs/development/style-guide.rst
docs/development/support-libraries.rst
docs/examples/InstrumentDescription.ipynb
docs/examples/Tools.ipynb
docs/examples/Tools.json
docs/examples/camera_display.ipynb
docs/examples/containers.ipynb
docs/examples/containers_with_enums_and_table_writer.ipynb
docs/examples/convert_hex_to_square.ipynb
docs/examples/dilate_image.ipynb
docs/examples/index.rst
docs/examples/nd_interpolation.ipynb
docs/examples/provenance.ipynb
docs/examples/table_writer_reader.ipynb
docs/getting_started/index.rst
docs/tools/index.rst
docs/tutorials/calibrated_data_exploration.ipynb
docs/tutorials/coordinates_example.ipynb
docs/tutorials/ctapipe_handson.ipynb
docs/tutorials/ground_frame.png
docs/tutorials/index.rst
docs/tutorials/lst_analysis_bootcamp_2018.ipynb
docs/tutorials/raw_data_exploration.ipynb
docs/tutorials/theta_square.ipynb
docs/tutorials/tilted_ground_frame.png
examples/README.rst
examples/array_display.py
examples/calc_pedestals.py
examples/camera_animation.py
examples/camera_display_multi.py
examples/camera_norms.py
examples/camera_rotation.py
examples/coordinate_transformations.py
examples/highlight_pixel.py
examples/instrument_info.py
examples/load_one_event.py
examples/plot_all_cameras.py
examples/plot_array_hillas.py
examples/plot_camera_frames.py
examples/plot_hillas_parameters.py
examples/plot_showers_in_nominal.py
examples/plot_theta_square.py
examples/simple_event_writer.json
examples/simple_event_writer.py
examples/stage1_config.json
examples/stereo_reconstruction.py
examples/tool_example.py