AUTHORS.rst
LICENSE.txt
MANIFEST.in
README.md
setup.cfg
setup.py
versioneer.py
pyxel/__init__.py
pyxel/__main__.py
pyxel/_version.py
pyxel/evaluator.py
pyxel/options.py
pyxel/run.py
pyxel/show_versions.py
pyxel/state.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/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/ccd.py
pyxel/detectors/ccd_characteristics.py
pyxel/detectors/ccd_geometry.py
pyxel/detectors/characteristics.py
pyxel/detectors/cmos.py
pyxel/detectors/cmos_characteristics.py
pyxel/detectors/cmos_geometry.py
pyxel/detectors/detector.py
pyxel/detectors/environment.py
pyxel/detectors/geometry.py
pyxel/detectors/mkid.py
pyxel/detectors/mkid_characteristics.py
pyxel/detectors/mkid_geometry.py
pyxel/detectors/optics.py
pyxel/detectors/readout_properties.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/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/tars/__init__.py
pyxel/models/charge_generation/tars/particle.py
pyxel/models/charge_generation/tars/plotting.py
pyxel/models/charge_generation/tars/simulation.py
pyxel/models/charge_generation/tars/tars.py
pyxel/models/charge_generation/tars/util.py
pyxel/models/charge_generation/tars/data/inputs/stepsize_proton_100MeV_100um_Si_10k.ascii
pyxel/models/charge_generation/tars/data/inputs/stepsize_proton_100MeV_40um_Si_10k.ascii
pyxel/models/charge_generation/tars/data/inputs/stepsize_proton_100MeV_50um_Si_10k.ascii
pyxel/models/charge_generation/tars/data/inputs/stepsize_proton_100MeV_60um_Si_10k.ascii
pyxel/models/charge_generation/tars/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/readout_noise.py
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/poppy.py
pyxel/models/phasing/Pulse_processing.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/others.py
pyxel/models/readout_electronics/sar_adc.py
pyxel/models/readout_electronics/simple_digitization.py
pyxel/models/readout_electronics/util.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/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
tests/configuration/test_load.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/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