.bandit
.coveragerc
.dockerignore
.flake8
.gitattributes
.gitignore
.gitlab-ci.yml
.gitmodules
.isort.cfg
.pre-commit-config.yaml
.pydocstyle
AUTHORS.rst
CHANGELOG.md
CONTRIBUTING.md
Dockerfile
HOW_TO_RELEASE.md
LICENSE.txt
MANIFEST.in
README.md
badges.py
development.md
doc8.ini
docker-compose.yml
environment.yml
kubernetes.yaml
logo.png
mypy.ini
pylint.cfg
pytest.ini
pyxel-logo.png
requirements-dev.txt
requirements.txt
setup.cfg
setup.py
tox.ini
versioneer.py
.gitlab/issue_templates/bug_report.md
.gitlab/issue_templates/documentation_improvement.md
.gitlab/issue_templates/feature_request.md
.gitlab/issue_templates/submit_question.md
.gitlab/merge_request_templates/merge_request_template.md
continuous_integration/scripts/create_json_schema.py
continuous_integration/scripts/download_last_environment_artifact.py
continuous_integration/scripts/requirements.txt
docs/Makefile
docs/README.rst
docs/docker-howto.md
docs/make.bat
docs/requirements-docs.txt
docs/_static/redirect.html
docs/source/conf.py
docs/source/index.rst
docs/source/refs.bib
docs/source/_static/H4RG.png
docs/source/_static/dummy.py
docs/source/_static/pyxel-logo.png
docs/source/_static/pyxel_ccd_pipeline.graphml
docs/source/_static/pyxel_cmos_pipeline.graphml
docs/source/_static/pyxel_detector.graphml
docs/source/_static/pyxel_pipeline.graphml
docs/source/_static/style.css
docs/source/_static/old/pyxel_architecture_pipeline.graphml
docs/source/_static/old/pyxel_architecture_pipeline_spie-paper.graphml
docs/source/_static/old/pyxel_architecture_pipeline_spie-paper_NEW.graphml
docs/source/_static/old/pyxel_architecture_poster_spie-paper.graphml
docs/source/_static/old/pyxel_architecture_poster_spie-paper_NEW.graphml
docs/source/_static/old/pyxel_architecture_toplevel.graphml
docs/source/_static/old/pyxel_architecture_toplevel_time_dependent.graphml
docs/source/_static/old/pyxel_architecture_webserver_GUI.graphml
docs/source/_static/old/pyxel_detector_spie-paper.graphml
docs/source/about/acknowledgements.rst
docs/source/about/acronyms.rst
docs/source/about/bibliography.rst
docs/source/about/brief_history.rst
docs/source/about/citation.rst
docs/source/about/contributors.rst
docs/source/about/faq.rst
docs/source/about/license.rst
docs/source/about/_static/esa-logo.png
docs/source/background/architecture.rst
docs/source/background/detectors.rst
docs/source/background/overview.rst
docs/source/background/pipeline.rst
docs/source/background/running_modes.rst
docs/source/background/yaml.rst
docs/source/background/_static/architecture.png
docs/source/background/_static/model-table.png
docs/source/background/_static/pyxel_ccd_pipeline.png
docs/source/background/_static/pyxel_detector.png
docs/source/background/_static/yaml_new.png
docs/source/background/detectors/apd.rst
docs/source/background/detectors/ccd.rst
docs/source/background/detectors/cmos.rst
docs/source/background/detectors/mkid.rst
docs/source/background/running_modes/calibration_mode.rst
docs/source/background/running_modes/exposure_mode.rst
docs/source/background/running_modes/observation_mode.rst
docs/source/howto/detector_import_export.ipynb
docs/source/howto/exposure.yaml
docs/source/howto/new_model.rst
docs/source/howto/overview.rst
docs/source/howto/proton_L2_solarMax_11mm_Shielding.txt
docs/source/references/apireference.rst
docs/source/references/changelog.md
docs/source/references/contributing.rst
docs/source/references/models.rst
docs/source/references/overview.rst
docs/source/references/api/calibration.rst
docs/source/references/api/configuration.rst
docs/source/references/api/datastructures.rst
docs/source/references/api/detectorproperties.rst
docs/source/references/api/detectors.rst
docs/source/references/api/exposure.rst
docs/source/references/api/inputs.rst
docs/source/references/api/notebook.rst
docs/source/references/api/observation.rst
docs/source/references/api/outputs.rst
docs/source/references/api/pipelines.rst
docs/source/references/api/run.rst
docs/source/references/api/util.rst
docs/source/references/model_groups/charge_collection_models.rst
docs/source/references/model_groups/charge_generation_models.rst
docs/source/references/model_groups/charge_measurement_models.rst
docs/source/references/model_groups/charge_transfer_models.rst
docs/source/references/model_groups/optical_models.rst
docs/source/references/model_groups/phasing_models.rst
docs/source/references/model_groups/photon_generation_models.rst
docs/source/references/model_groups/readout_electronics.rst
docs/source/references/model_groups/_static/sar_architecture.png
docs/source/tutorials/examples.rst
docs/source/tutorials/get_help.rst
docs/source/tutorials/install.rst
docs/source/tutorials/overview.rst
docs/source/tutorials/running.rst
docs/source/tutorials/_static/Pyxel-example-transparent.png
docs/source/tutorials/_static/pyxel-logo.png
pyxel/__init__.py
pyxel/__main__.py
pyxel/_version.py
pyxel/evaluator.py
pyxel/options.py
pyxel/py.typed
pyxel/run.py
pyxel/show_versions.py
pyxel/state.py
pyxel/backends/__init__.py
pyxel/backends/hdf5.py
pyxel/calibration/__init__.py
pyxel/calibration/algorithm.py
pyxel/calibration/archipelago.py
pyxel/calibration/calibration.py
pyxel/calibration/fitness.py
pyxel/calibration/fitting.py
pyxel/calibration/protocols.py
pyxel/calibration/user_defined.py
pyxel/calibration/util.py
pyxel/configuration/__init__.py
pyxel/configuration/configuration.py
pyxel/data_structure/__init__.py
pyxel/data_structure/array.py
pyxel/data_structure/charge.py
pyxel/data_structure/image.py
pyxel/data_structure/persistence.py
pyxel/data_structure/phase.py
pyxel/data_structure/photon.py
pyxel/data_structure/pixel.py
pyxel/data_structure/signal.py
pyxel/data_structure/util.py
pyxel/detectors/__init__.py
pyxel/detectors/characteristics.py
pyxel/detectors/detector.py
pyxel/detectors/environment.py
pyxel/detectors/geometry.py
pyxel/detectors/optics.py
pyxel/detectors/readout_properties.py
pyxel/detectors/apd/__init__.py
pyxel/detectors/apd/apd.py
pyxel/detectors/apd/apd_characteristics.py
pyxel/detectors/apd/apd_geometry.py
pyxel/detectors/ccd/__init__.py
pyxel/detectors/ccd/ccd.py
pyxel/detectors/ccd/ccd_characteristics.py
pyxel/detectors/ccd/ccd_geometry.py
pyxel/detectors/cmos/__init__.py
pyxel/detectors/cmos/cmos.py
pyxel/detectors/cmos/cmos_characteristics.py
pyxel/detectors/cmos/cmos_geometry.py
pyxel/detectors/mkid/__init__.py
pyxel/detectors/mkid/mkid.py
pyxel/detectors/mkid/mkid_characteristics.py
pyxel/detectors/mkid/mkid_geometry.py
pyxel/exposure/__init__.py
pyxel/exposure/exposure.py
pyxel/exposure/readout.py
pyxel/inputs/__init__.py
pyxel/inputs/loader.py
pyxel/models/__init__.py
pyxel/models/charge_collection/__init__.py
pyxel/models/charge_collection/collection.py
pyxel/models/charge_collection/diffusion.py
pyxel/models/charge_collection/fix_pattern_noise.py
pyxel/models/charge_collection/full_well.py
pyxel/models/charge_collection/inter_pixel_capacitance.py
pyxel/models/charge_collection/persistence.py
pyxel/models/charge_generation/__init__.py
pyxel/models/charge_generation/apd_gain.py
pyxel/models/charge_generation/charge_injection.py
pyxel/models/charge_generation/dark_current.py
pyxel/models/charge_generation/dark_current_rule07.py
pyxel/models/charge_generation/load_charge.py
pyxel/models/charge_generation/photoelectrons.py
pyxel/models/charge_generation/cosmix/__init__.py
pyxel/models/charge_generation/cosmix/cosmix.py
pyxel/models/charge_generation/cosmix/particle.py
pyxel/models/charge_generation/cosmix/plotting.py
pyxel/models/charge_generation/cosmix/simulation.py
pyxel/models/charge_generation/cosmix/util.py
pyxel/models/charge_generation/cosmix/data/inputs/stepsize_proton_100MeV_100um_Si_10k.ascii
pyxel/models/charge_generation/cosmix/data/inputs/stepsize_proton_100MeV_40um_Si_10k.ascii
pyxel/models/charge_generation/cosmix/data/inputs/stepsize_proton_100MeV_50um_Si_10k.ascii
pyxel/models/charge_generation/cosmix/data/inputs/stepsize_proton_100MeV_60um_Si_10k.ascii
pyxel/models/charge_generation/cosmix/data/inputs/stepsize_proton_100MeV_70um_Si_10k.ascii
pyxel/models/charge_measurement/__init__.py
pyxel/models/charge_measurement/linearity.py
pyxel/models/charge_measurement/measurement.py
pyxel/models/charge_measurement/offset.py
pyxel/models/charge_measurement/readout_noise.py
pyxel/models/charge_measurement/reset_noise.py
pyxel/models/charge_measurement/nghxrg/01_README.ipynb
pyxel/models/charge_measurement/nghxrg/__init__.py
pyxel/models/charge_measurement/nghxrg/nghxrg.py
pyxel/models/charge_measurement/nghxrg/nghxrg_beta.py
pyxel/models/charge_transfer/__init__.py
pyxel/models/charge_transfer/cdm.py
pyxel/models/charge_transfer/arctic_cti/__init__.py
pyxel/models/charge_transfer/arctic_cti/models_arctic_vanilla.py
pyxel/models/optics/__init__.py
pyxel/models/optics/point_spread_function.py
pyxel/models/optics/poppy.py
pyxel/models/phasing/__init__.py
pyxel/models/phasing/pulse_processing.py
pyxel/models/photon_generation/__init__.py
pyxel/models/photon_generation/illumination.py
pyxel/models/photon_generation/load_image.py
pyxel/models/photon_generation/shot_noise.py
pyxel/models/photon_generation/stripe_pattern.py
pyxel/models/readout_electronics/__init__.py
pyxel/models/readout_electronics/amplification.py
pyxel/models/readout_electronics/amplifier_crosstalk.py
pyxel/models/readout_electronics/dead_time.py
pyxel/models/readout_electronics/phase_conversion.py
pyxel/models/readout_electronics/sar_adc.py
pyxel/models/readout_electronics/sar_adc_with_noise.py
pyxel/models/readout_electronics/simple_adc.py
pyxel/models/signal_transfer/__init__.py
pyxel/notebook/__init__.py
pyxel/notebook/calibration.py
pyxel/notebook/html_representation.py
pyxel/notebook/jupyxel.py
pyxel/observation/__init__.py
pyxel/observation/observation.py
pyxel/observation/parameter_values.py
pyxel/outputs/__init__.py
pyxel/outputs/calibration_outputs.py
pyxel/outputs/exposure_outputs.py
pyxel/outputs/observation_outputs.py
pyxel/outputs/outputs.py
pyxel/pipelines/__init__.py
pyxel/pipelines/model_function.py
pyxel/pipelines/model_group.py
pyxel/pipelines/pipeline.py
pyxel/pipelines/processor.py
pyxel/templates/_TEMPLATE.py
pyxel/util/__init__.py
pyxel/util/add_model.py
pyxel/util/examples.py
pyxel/util/image.py
pyxel/util/memory.py
pyxel/util/random.py
pyxel/util/timing.py
pyxel_sim.egg-info/PKG-INFO
pyxel_sim.egg-info/SOURCES.txt
pyxel_sim.egg-info/dependency_links.txt
pyxel_sim.egg-info/entry_points.txt
pyxel_sim.egg-info/requires.txt
pyxel_sim.egg-info/top_level.txt
pyxel_sim.egg-info/zip-safe
static/pyxel_schema.json
tests/__init__.py
tests/conftest.py
tests/test_options.py
tests/test_show_versions.py
tests/calibration/test_check_ranges.py
tests/calibration/test_slice_to_range.py
tests/configuration/test_load.py
tests/data/ascii_input_0.data
tests/data/ascii_input_1.data
tests/data/ascii_input_2.data
tests/data/ascii_input_3.data
tests/data/ascii_input_4.data
tests/data/ascii_input_5.data
tests/data/calibrate-data-weights.txt
tests/data/calibrate-data.fits
tests/data/calibrate-data.npy
tests/data/calibrate-data.txt
tests/data/calibrate.yaml
tests/data/calibrate_custom_fitness.yaml
tests/data/calibrate_fits.yaml
tests/data/calibrate_least_squares.yaml
tests/data/calibrate_models.yaml
tests/data/calibrate_nlopt.yaml
tests/data/calibrate_sade.yaml
tests/data/calibrate_sga.yaml
tests/data/calibrate_weighting.yaml
tests/data/dummy_simple.yaml
tests/data/parametric.yaml
tests/data/yaml.yaml
tests/data/inputs/proton_L2_solarMax_11mm_Shielding.txt
tests/data/inputs/proton_L2_solarMax_NoShielding.txt
tests/data/inputs/stepsize_proton_100MeV_100um_Si_10k.ascii
tests/data/inputs/stepsize_proton_100MeV_40um_Si_10k.ascii
tests/data/inputs/stepsize_proton_100MeV_50um_Si_10k.ascii
tests/data/inputs/stepsize_proton_100MeV_60um_Si_10k.ascii
tests/data/inputs/stepsize_proton_100MeV_70um_Si_10k.ascii
tests/data/inputs/stopping_power_protons.txt
tests/data_structure/test_charge.py
tests/detectors/test_ccd.py
tests/detectors/test_ccd_characteristics.py
tests/detectors/test_ccd_geometry.py
tests/detectors/test_cmos.py
tests/detectors/test_cmos_characteristics.py
tests/detectors/test_cmos_geometry.py
tests/detectors/test_detectors.py
tests/detectors/test_environment.py
tests/detectors/test_geometry.py
tests/detectors/test_mkid.py
tests/detectors/test_mkid_characteristics.py
tests/detectors/test_mkid_geometry.py
tests/functional_tests/__init__.py
tests/functional_tests/my_models.py
tests/functional_tests/test_parametric.py
tests/functional_tests/test_yaml.py
tests/inputs/test_image.py
tests/model_tests/amplifier_crosstalk/test_crosstalk.py
tests/models/charge_collection/test_fix_pattern_noise.py
tests/models/charge_collection/test_persistence.py
tests/models/charge_collection/test_simple_full_well.py
tests/models/charge_collection/test_simple_ipc.py
tests/models/charge_collection/test_simple_persistence.py
tests/models/charge_generation/test_apd_gain.py
tests/models/charge_generation/test_charge_injection.py
tests/models/charge_generation/test_dark_current.py
tests/models/charge_generation/test_dark_current_rule07.py
tests/models/charge_generation/test_load_charge.py
tests/models/charge_generation/test_photoelectrons.py
tests/models/charge_measurement/test_nghxrg.py
tests/models/charge_measurement/test_non_linearity.py
tests/models/charge_measurement/test_offset.py
tests/models/charge_measurement/test_readout_noise.py
tests/models/charge_measurement/test_reset_noise.py
tests/models/charge_transfer/arctic_remove.py
tests/models/charge_transfer/test_arctic_add.py
tests/models/charge_transfer/test_cdm.py
tests/models/optics/test_load_psf.py
tests/models/optics/test_optical_psf.py
tests/models/phasing/test_pulse_processing.py
tests/models/photon_generation/test_illumination.py
tests/models/photon_generation/test_load_image.py
tests/models/photon_generation/test_shot_noise.py
tests/models/photon_generation/test_stripe_pattern.py
tests/models/readout_electronics/test_ac_crosstalk.py
tests/models/readout_electronics/test_dc_crosstalk.py
tests/models/readout_electronics/test_dead_time_filter.py
tests/models/readout_electronics/test_get_matrix.py
tests/models/readout_electronics/test_phase_conversion.py
tests/models/readout_electronics/test_sar_adc.py
tests/models/readout_electronics/test_sar_adc_with_noise.py
tests/models/readout_electronics/test_simple_adc.py
tests/pipelines/test_pipelines.py
tests/unittests/__init__.py
tests/unittests/test_arguments.py
tests/unittests/test_calibration.py
tests/unittests/test_detector.py
tests/unittests/test_environment.py
tests/unittests/test_fitting.py
tests/unittests/test_model_function.py
tests/unittests/test_pyxel_loader.py
tests/util/test_fit_into_array.py
tests/util/test_memory.py