.flake8
.gitignore
.mailmap
.travis.yml
.zenodo.json
LICENSE
README.md
setup.cfg
setup.py
aict_tools/__init__.py
aict_tools/apply.py
aict_tools/configuration.py
aict_tools/cta_helpers.py
aict_tools/feature_generation.py
aict_tools/features.py
aict_tools/io.py
aict_tools/logging.py
aict_tools/onnx.py
aict_tools/parallel.py
aict_tools/plotting.py
aict_tools/pmml.py
aict_tools/preprocessing.py
aict_tools.egg-info/PKG-INFO
aict_tools.egg-info/SOURCES.txt
aict_tools.egg-info/dependency_links.txt
aict_tools.egg-info/entry_points.txt
aict_tools.egg-info/not-zip-safe
aict_tools.egg-info/requires.txt
aict_tools.egg-info/top_level.txt
aict_tools/scripts/__init__.py
aict_tools/scripts/apply_cuts.py
aict_tools/scripts/apply_disp_regressor.py
aict_tools/scripts/apply_dxdy_regressor.py
aict_tools/scripts/apply_energy_regressor.py
aict_tools/scripts/apply_separation_model.py
aict_tools/scripts/convert_pandas2h5py.py
aict_tools/scripts/fact_to_dl3.py
aict_tools/scripts/plot_disp_performance.py
aict_tools/scripts/plot_dxdy_performance.py
aict_tools/scripts/plot_regressor_performance.py
aict_tools/scripts/plot_separator_performance.py
aict_tools/scripts/split_data.py
aict_tools/scripts/train_disp_regressor.py
aict_tools/scripts/train_dxdy_regressor.py
aict_tools/scripts/train_energy_regressor.py
aict_tools/scripts/train_separation_model.py
examples/config_energy.yaml
examples/config_separator.yaml
examples/config_source.yaml
examples/config_source_altitude.yaml
examples/config_source_cta.yaml
examples/config_source_dxdy.yaml
examples/crab.hdf5
examples/cta_config.yaml
examples/cta_gammas.h5
examples/full_config.yaml
examples/gamma.hdf5
examples/gamma_cta.hdf5
examples/gamma_diffuse.hdf5
examples/gamma_diffuse_altitude.hdf5
examples/gamma_diffuse_cta.hdf5
examples/proton.hdf5
examples/quality_cuts.yaml
tests/config_source.yaml
tests/cta_coord_test.hdf
tests/expected_results.csv
tests/test_config.py
tests/test_cta_coords.py
tests/test_cuts.py
tests/test_executables.py
tests/test_io.py
tests/test_parallel.py
tests/test_results.py
tests/test_save_model.py
tests/test_split_data.py