MANIFEST.in
README.rst
setup.cfg
setup.py
cextern/README.rst
ctapipe/__init__.py
ctapipe/_version_cache.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/chargeresolution.py
ctapipe/analysis/camera/tests/__init__.py
ctapipe/analysis/camera/tests/test_chargeresolution.py
ctapipe/analysis/tests/__init__.py
ctapipe/calib/__init__.py
ctapipe/calib/pedestals.py
ctapipe/calib/trace.py
ctapipe/calib/array/__init__.py
ctapipe/calib/array/muon_integrator.py
ctapipe/calib/array/muon_ring_finder.py
ctapipe/calib/atmo/__init__.py
ctapipe/calib/camera/__init__.py
ctapipe/calib/camera/calibrator.py
ctapipe/calib/camera/dl0.py
ctapipe/calib/camera/dl1.py
ctapipe/calib/camera/r1.py
ctapipe/calib/camera/tests/__init__.py
ctapipe/calib/camera/tests/test_calibrator.py
ctapipe/calib/camera/tests/test_dl0.py
ctapipe/calib/camera/tests/test_dl1.py
ctapipe/calib/camera/tests/test_r1.py
ctapipe/calib/pointing/__init__.py
ctapipe/calib/tests/__init__.py
ctapipe/calib/tests/test_muon.py
ctapipe/calib/tests/test_pedestals.py
ctapipe/coordinates/__init__.py
ctapipe/coordinates/angular_frames.py
ctapipe/coordinates/ground_frames.py
ctapipe/coordinates/representation.py
ctapipe/coordinates/tests/__init__.py
ctapipe/coordinates/tests/test_coordinates.py
ctapipe/core/__init__.py
ctapipe/core/component.py
ctapipe/core/container.py
ctapipe/core/factory.py
ctapipe/core/logging.py
ctapipe/core/provenance.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_factory.py
ctapipe/core/tests/test_provenance.py
ctapipe/core/tests/test_tool.py
ctapipe/extern/__init__.py
ctapipe/flow/__init__.py
ctapipe/flow/flow.py
ctapipe/flow/stager_rep.py
ctapipe/flow/algorithms/__init__.py
ctapipe/flow/algorithms/add.py
ctapipe/flow/algorithms/calibration_step.py
ctapipe/flow/algorithms/display_telescope_step.py
ctapipe/flow/algorithms/int_generator.py
ctapipe/flow/algorithms/inverse.py
ctapipe/flow/algorithms/odd.py
ctapipe/flow/algorithms/pair.py
ctapipe/flow/algorithms/prepare_display_step.py
ctapipe/flow/algorithms/simtelarray_reader.py
ctapipe/flow/algorithms/string_writer.py
ctapipe/flow/gui/__init__.py
ctapipe/flow/gui/graphwidget.py
ctapipe/flow/gui/guiconnection.py
ctapipe/flow/gui/guiflow.py
ctapipe/flow/gui/images_rc.py
ctapipe/flow/gui/infolabel.py
ctapipe/flow/gui/main_window.py
ctapipe/flow/multiprocess/__init__.py
ctapipe/flow/multiprocess/connections.py
ctapipe/flow/multiprocess/consumer_zmq.py
ctapipe/flow/multiprocess/producer_zmq.py
ctapipe/flow/multiprocess/router_queue_zmq.py
ctapipe/flow/multiprocess/stager_zmq.py
ctapipe/image/__init__.py
ctapipe/image/charge_extractors.py
ctapipe/image/cleaning.py
ctapipe/image/geometry_converter.py
ctapipe/image/hillas.py
ctapipe/image/pixel_likelihood.py
ctapipe/image/reductors.py
ctapipe/image/toymodel.py
ctapipe/image/waveform_cleaning.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/muon_diagnostic_plots.py
ctapipe/image/muon/muon_integrator.py
ctapipe/image/muon/muon_reco_functions.py
ctapipe/image/muon/muon_ring_finder.py
ctapipe/image/muon/ring_fitter.py
ctapipe/image/tests/__init__.py
ctapipe/image/tests/test_charge_extraction.py
ctapipe/image/tests/test_cleaning.py
ctapipe/image/tests/test_geometry_converter.py
ctapipe/image/tests/test_hillas.py
ctapipe/image/tests/test_pixel_likelihood.py
ctapipe/image/tests/test_waveform_cleaning.py
ctapipe/instrument/InstrumentDescription.py
ctapipe/instrument/__init__.py
ctapipe/instrument/atmosphere.py
ctapipe/instrument/camera.py
ctapipe/instrument/tests/__init__.py
ctapipe/instrument/tests/test_camera.py
ctapipe/instrument/tests/test_instrumentmodule.py
ctapipe/io/__init__.py
ctapipe/io/array.py
ctapipe/io/containers.py
ctapipe/io/eventfilereader.py
ctapipe/io/files.py
ctapipe/io/hdftableio.py
ctapipe/io/hessio.py
ctapipe/io/serializer.py
ctapipe/io/sources.py
ctapipe/io/toymodel.py
ctapipe/io/zfits.py
ctapipe/io/tests/__init__.py
ctapipe/io/tests/test_eventfilereader.py
ctapipe/io/tests/test_files.py
ctapipe/io/tests/test_hdf5.py
ctapipe/io/tests/test_hessio.py
ctapipe/io/tests/test_serializer.py
ctapipe/plotting/__init__.py
ctapipe/plotting/array.py
ctapipe/plotting/camera.py
ctapipe/plotting/event_viewer.py
ctapipe/plotting/tests/__init__.py
ctapipe/plotting/tests/test_array.py
ctapipe/plotting/tests/test_camera.py
ctapipe/reco/HillasReconstructor.py
ctapipe/reco/ImPACT.py
ctapipe/reco/__init__.py
ctapipe/reco/energy_regressor.py
ctapipe/reco/event_classifier.py
ctapipe/reco/reco_algorithms.py
ctapipe/reco/regressor_classifier_base.py
ctapipe/reco/shower_max.py
ctapipe/reco/tests/__init__.py
ctapipe/reco/tests/test_FitGammaHillas.py
ctapipe/reco/tests/test_ImPACT.py
ctapipe/reco/tests/test_energy_regressor.py
ctapipe/reco/tests/test_event_classifier.py
ctapipe/reco/tests/test_regressor_classifier_base.py
ctapipe/reco/tests/test_showermaxestimator.py
ctapipe/tests/__init__.py
ctapipe/tests/setup_package.py
ctapipe/tools/__init__.py
ctapipe/tools/camdemo.py
ctapipe/tools/dump_instrument.py
ctapipe/tools/dump_triggers.py
ctapipe/tools/extract_charge_resolution.py
ctapipe/tools/info.py
ctapipe/tools/plot_charge_resolution.py
ctapipe/tools/plot_charge_resolution_variation_hist.py
ctapipe/tools/utils.py
ctapipe/tools/tests/__init__.py
ctapipe/utils/__init__.py
ctapipe/utils/datasets.py
ctapipe/utils/dynamic_class.py
ctapipe/utils/fitshistogram.py
ctapipe/utils/json2fits.py
ctapipe/utils/linalg.py
ctapipe/utils/table_interpolator.py
ctapipe/utils/tests/__init__.py
ctapipe/utils/tests/test_datasets.py
ctapipe/utils/tests/test_fitshistogram.py
ctapipe/utils/tests/test_json_2_fits.py
ctapipe/utils/tests/test_linalg.py
ctapipe/visualization/__init__.py
ctapipe/visualization/mpl.py
ctapipe/visualization/tests/__init__.py
ctapipe/visualization/tests/test_mpl.py
docs/FAQ.rst
docs/Makefile
docs/bibliography.rst
docs/cameras.png
docs/conf.py
docs/event.png
docs/index.html
docs/index.rst
docs/make.bat
docs/references.txt
docs/_templates/autosummary/base.rst
docs/_templates/autosummary/class.rst
docs/_templates/autosummary/module.rst
docs/analysis/index.rst
docs/calib/index.rst
docs/calib/index_camera.rst
docs/coordinates/index.rst
docs/core/corediagram.dot
docs/core/index.rst
docs/core/tool-component.pdf
docs/development/code-guidelines.rst
docs/development/index.rst
docs/development/maintainer-info.rst
docs/development/pullrequests.rst
docs/development/style-guide.rst
docs/development/support-libraries.rst
docs/flow/index.rst
docs/flow/pipeline.png
docs/getting_started/index.rst
docs/image/charge_extractors.rst
docs/image/cleaning.rst
docs/image/dilate.png
docs/image/hillas.rst
docs/image/image_example.py
docs/image/index.rst
docs/image/muon.rst
docs/image/pixel_likelihood.rst
docs/image/reductors.rst
docs/image/toymodel.rst
docs/instrument/camerageometry_example.py
docs/instrument/config.dot
docs/instrument/index.rst
docs/io/index.rst
docs/io/shower.png
docs/reco/index.rst
docs/tools/index.rst
docs/utils/index.rst
docs/visualization/index.rst
licenses/LICENSE.rst
licenses/README.rst