AUTHORS.rst
LICENSE.txt
MANIFEST.in
README.md
pyproject.toml
setup.py
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/backends/__init__.py
pyxel/backends/asdf.py
pyxel/backends/hdf5.py
pyxel/calibration/__init__.py
pyxel/calibration/algorithm.py
pyxel/calibration/archipelago.py
pyxel/calibration/archipelago_datatree.py
pyxel/calibration/calibration.py
pyxel/calibration/fitness.py
pyxel/calibration/fitting.py
pyxel/calibration/fitting_datatree.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/scene.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_geometry.py
pyxel/detectors/cmos/__init__.py
pyxel/detectors/cmos/cmos.py
pyxel/detectors/cmos/cmos_geometry.py
pyxel/detectors/mkid/__init__.py
pyxel/detectors/mkid/mkid.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/util.py
pyxel/models/charge_collection/__init__.py
pyxel/models/charge_collection/collection.py
pyxel/models/charge_collection/diffusion.py
pyxel/models/charge_collection/fixed_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_deposition.py
pyxel/models/charge_generation/charge_injection.py
pyxel/models/charge_generation/dark_current.py
pyxel/models/charge_generation/dark_current_induced.py
pyxel/models/charge_generation/dark_current_rule07.py
pyxel/models/charge_generation/dark_current_saphira.py
pyxel/models/charge_generation/load_charge.py
pyxel/models/charge_generation/photoelectrons.py
pyxel/models/charge_generation/simple_dark_current.py
pyxel/models/charge_generation/wavelength_qe.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_generation/data/mct-stopping-power.csv
pyxel/models/charge_generation/data/proton_L2_solarMax_11mm_Shielding.txt
pyxel/models/charge_generation/data/proton_L2_solarMax_NoShielding.txt
pyxel/models/charge_generation/data/protons-in-silicon_stopping-power.csv
pyxel/models/charge_measurement/__init__.py
pyxel/models/charge_measurement/amplifier_crosstalk.py
pyxel/models/charge_measurement/linearity.py
pyxel/models/charge_measurement/measurement.py
pyxel/models/charge_measurement/non_linearity_calculation.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/__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/emccd_poisson.py
pyxel/models/charge_transfer/emccd_poisson_cic.py
pyxel/models/charge_transfer/arctic_cti/__init__.py
pyxel/models/charge_transfer/arctic_cti/models_arctic_vanilla.py
pyxel/models/data_processing/__init__.py
pyxel/models/data_processing/linear_regression.py
pyxel/models/data_processing/mean_variance.py
pyxel/models/data_processing/remove_cosmic_rays.py
pyxel/models/data_processing/snr.py
pyxel/models/data_processing/source_extractor.py
pyxel/models/data_processing/statistics.py
pyxel/models/phasing/__init__.py
pyxel/models/phasing/pulse_processing.py
pyxel/models/phasing/mkid_models/SC.py
pyxel/models/phasing/mkid_models/SCtheory/__init__.py
pyxel/models/photon_collection/__init__.py
pyxel/models/photon_collection/ariel_airs.py
pyxel/models/photon_collection/illumination.py
pyxel/models/photon_collection/load_image.py
pyxel/models/photon_collection/new_model.py
pyxel/models/photon_collection/point_spread_function.py
pyxel/models/photon_collection/poppy.py
pyxel/models/photon_collection/shot_noise.py
pyxel/models/photon_collection/simple_collection.py
pyxel/models/photon_collection/stripe_pattern.py
pyxel/models/readout_electronics/__init__.py
pyxel/models/readout_electronics/amplification.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/scene_generation/__init__.py
pyxel/models/scene_generation/load_star_map.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/static/pyxel_schema.json
pyxel/templates/_TEMPLATE.py
pyxel/util/__init__.py
pyxel/util/add_model.py
pyxel/util/caching.py
pyxel/util/examples.py
pyxel/util/fileutil.py
pyxel/util/image.py
pyxel/util/materials.py
pyxel/util/memory.py
pyxel/util/misc.py
pyxel/util/randomize.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
tests/test_evaluator.py
tests/test_options.py
tests/test_show_versions.py