MANIFEST.in
README.md
setup.py
autocti/__init__.py
autocti/exc.py
autocti/charge_injection/__init__.py
autocti/charge_injection/ci_data.py
autocti/charge_injection/ci_fit.py
autocti/charge_injection/ci_frame.py
autocti/charge_injection/ci_hyper.py
autocti/charge_injection/ci_mask.py
autocti/charge_injection/ci_pattern.py
autocti/charge_injection/plotters/__init__.py
autocti/charge_injection/plotters/ci_data_plotters.py
autocti/charge_injection/plotters/ci_fit_plotters.py
autocti/charge_injection/plotters/data_plotters.py
autocti/charge_injection/plotters/fit_plotters.py
autocti/data/__init__.py
autocti/data/cti_image.py
autocti/data/mask.py
autocti/data/util.py
autocti/model/__init__.py
autocti/model/arctic_params.py
autocti/model/arctic_settings.py
autocti/model/pyarctic.py
autocti/pipeline/__init__.py
autocti/pipeline/phase.py
autocti/pipeline/pipeline.py
autocti/pipeline/tagging.py
autocti/plotters/__init__.py
autocti/plotters/array_plotters.py
autocti/plotters/line_plotters.py
autocti/plotters/plotter_util.py
test/__init__.py
test/fixtures.py
test/integration/__init__.py
test/integration/integration_util.py
test/integration/output/__init__.py
test/integration/tests/__init__.py
test/integration/tests/features/__init__.py
test/integration/tests/features/phase_tagging.py
test/integration/tests/features/front_edge_and_trails_masking/__init__.py
test/integration/tests/features/front_edge_and_trails_masking/parallel.py
test/integration/tests/features/front_edge_and_trails_masking/parallel_and_serial.py
test/integration/tests/features/front_edge_and_trails_masking/serial.py
test/integration/tests/features/total_density_range/__init__.py
test/integration/tests/features/total_density_range/parallel.py
test/integration/tests/features/total_density_range/parallel_and_serial.py
test/integration/tests/features/total_density_range/serial.py
test/integration/tests/parallel/__init__.py
test/integration/tests/parallel/x1_species_x1_image.py
test/integration/tests/parallel/x1_species_x1_image_cosmic_rays.py
test/integration/tests/parallel/x1_species_x1_image_hyper_phase.py
test/integration/tests/parallel/x1_species_x2_images_use_pool.py
test/integration/tests/parallel/x1_species_x4_image_hyper_phase.py
test/integration/tests/parallel/x3_species_x1_image.py
test/integration/tests/parallel/x3_species_x1_image_linked_phases.py
test/integration/tests/parallel/x3_species_x2_images_use_pool.py
test/integration/tests/parallel_and_serial/__init__.py
test/integration/tests/parallel_and_serial/x1_species_x1_image.py
test/integration/tests/parallel_and_serial/x1_species_x1_image_cosmic_rays.py
test/integration/tests/parallel_and_serial/x1_species_x1_image_hyper_phase.py
test/integration/tests/parallel_and_serial/x1_species_x2_images_use_pool.py
test/integration/tests/parallel_and_serial/x1_species_x4_image_hyper_phase.py
test/integration/tests/parallel_and_serial/x3_species_x1_image.py
test/integration/tests/parallel_and_serial/x3_species_x2_images_use_pool.py
test/integration/tests/serial/__init__.py
test/integration/tests/serial/x1_species_x1_image.py
test/integration/tests/serial/x1_species_x1_image_cosmic_rays.py
test/integration/tests/serial/x1_species_x1_image_hyper_phase.py
test/integration/tests/serial/x1_species_x2_images_use_pool.py
test/integration/tests/serial/x1_species_x4_image_hyper_phase.py
test/integration/tests/serial/x3_species_x1_image.py
test/integration/tests/serial/x3_species_x2_images_use_pool.py
test/simulation/__init__.py
test/simulation/data_maker.py
test/simulation/makers.py
test/simulation/simulation_util.py
test/unit/__init__.py
test/unit/charge_injection/__init__.py
test/unit/charge_injection/test_ci_data.py
test/unit/charge_injection/test_ci_fit.py
test/unit/charge_injection/test_ci_frame.py
test/unit/charge_injection/test_ci_hyper.py
test/unit/charge_injection/test_ci_mask.py
test/unit/charge_injection/test_ci_pattern.py
test/unit/charge_injection/plotters/__init__.py
test/unit/charge_injection/plotters/test_ci_data_plotters.py
test/unit/charge_injection/plotters/test_ci_fit_plotters.py
test/unit/charge_injection/plotters/test_data_plotters.py
test/unit/charge_injection/plotters/test_fit_plotters.py
test/unit/data/__init__.py
test/unit/data/test_add_correct_cti_to_image.py
test/unit/data/test_cti_image.py
test/unit/data/test_mask.py
test/unit/data/test_util.py
test/unit/mock/__init__.py
test/unit/mock/mock.py
test/unit/model/__init__.py
test/unit/model/test_arctic_params.py
test/unit/model/test_arctic_settings.py
test/unit/model/test_pyarctic.py
test/unit/pipeline/__init__.py
test/unit/pipeline/test_phase.py
test/unit/pipeline/test_pipeline.py
test/unit/pipeline/test_tagging.py