CHANGELOG.txt
LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.py
pyccapt/__init__.py
pyccapt/config.toml
pyccapt.egg-info/PKG-INFO
pyccapt.egg-info/SOURCES.txt
pyccapt.egg-info/dependency_links.txt
pyccapt.egg-info/entry_points.txt
pyccapt.egg-info/requires.txt
pyccapt.egg-info/top_level.txt
pyccapt/calibration/CALIBRATION.md
pyccapt/calibration/DATA_STRUCTURE.md
pyccapt/calibration/__init__.py
pyccapt/calibration/path_utils.py
pyccapt/calibration/clustering/__init__.py
pyccapt/calibration/clustering/clustering.py
pyccapt/calibration/clustering/isosurface.py
pyccapt/calibration/core/__init__.py
pyccapt/calibration/core/adaptive_residual_calibration.py
pyccapt/calibration/core/background.py
pyccapt/calibration/core/calibration.py
pyccapt/calibration/core/correction_models.py
pyccapt/calibration/core/diagnostics.py
pyccapt/calibration/core/exceptions.py
pyccapt/calibration/core/flight_path_t0.py
pyccapt/calibration/core/gui_ion_select.py
pyccapt/calibration/core/hist_bin_optimizer.py
pyccapt/calibration/core/interactive_point_identification.py
pyccapt/calibration/core/ion_selection.py
pyccapt/calibration/core/logging_library.py
pyccapt/calibration/core/mc_plot.py
pyccapt/calibration/core/mc_plot_api.py
pyccapt/calibration/core/mc_plot_background_helpers.py
pyccapt/calibration/core/mc_plot_peak_helpers.py
pyccapt/calibration/core/mc_plot_selector_helpers.py
pyccapt/calibration/core/ml_calibration.py
pyccapt/calibration/core/peak_spectral_analysis.py
pyccapt/calibration/core/share_variables.py
pyccapt/calibration/core/spectrum_simulation.py
pyccapt/calibration/core/tools.py
pyccapt/calibration/core/validation.py
pyccapt/calibration/core/widgets.py
pyccapt/calibration/data_tools/__init__.py
pyccapt/calibration/data_tools/_raw_workflow_common.py
pyccapt/calibration/data_tools/_raw_workflow_roentdek.py
pyccapt/calibration/data_tools/_raw_workflow_surface_concept.py
pyccapt/calibration/data_tools/ato_tools.py
pyccapt/calibration/data_tools/data_loadcrop.py
pyccapt/calibration/data_tools/data_tools.py
pyccapt/calibration/data_tools/dataset_path_qt.py
pyccapt/calibration/data_tools/file_dialog.py
pyccapt/calibration/data_tools/merge_range.py
pyccapt/calibration/data_tools/plot_vline_draw.py
pyccapt/calibration/data_tools/raw_data_surface_concept.py
pyccapt/calibration/data_tools/raw_data_workflow.py
pyccapt/calibration/data_tools/run_dataset_path_qt.py
pyccapt/calibration/data_tools/selectors_data.py
pyccapt/calibration/leap_tools/__init__.py
pyccapt/calibration/leap_tools/ccapt_tools.py
pyccapt/calibration/leap_tools/cloud_plotter.py
pyccapt/calibration/leap_tools/leap_tools.py
pyccapt/calibration/leap_tools/cameca_raw/README.md
pyccapt/calibration/leap_tools/cameca_raw/__init__.py
pyccapt/calibration/leap_tools/cameca_raw/rhit_extract.py
pyccapt/calibration/leap_tools/cameca_raw/rhit_tools.py
pyccapt/calibration/leap_tools/cameca_raw/str_tools.py
pyccapt/calibration/mc/__init__.py
pyccapt/calibration/mc/mc_tools.py
pyccapt/calibration/mc/tof_tools.py
pyccapt/calibration/reconstructions/__init__.py
pyccapt/calibration/reconstructions/crystal_helper.py
pyccapt/calibration/reconstructions/density_map.py
pyccapt/calibration/reconstructions/fft.py
pyccapt/calibration/reconstructions/io_utils.py
pyccapt/calibration/reconstructions/iso_surface.py
pyccapt/calibration/reconstructions/proxigram.py
pyccapt/calibration/reconstructions/rdf.py
pyccapt/calibration/reconstructions/reconstruction.py
pyccapt/calibration/reconstructions/rotation_tools.py
pyccapt/calibration/reconstructions/sdm.py
pyccapt/calibration/reconstructions/specimen_builder.py
pyccapt/calibration/reconstructions/tapsim_builder.py
pyccapt/calibration/reflectron_correction/__init__.py
pyccapt/calibration/reflectron_correction/core.py
pyccapt/calibration/reflectron_correction/data/presets/3000XHR_Leoben_21_14093_intersections.csv
pyccapt/calibration/reflectron_correction/data/presets/3000XHR_Leoben_21_14093_reference.csv
pyccapt/calibration/reflectron_correction/data/presets/3000XHR_Leoben_21_14093_triangles.csv
pyccapt/calibration/reflectron_correction/data/presets/4000XHR_Erlangen_56_4833_intersections.csv
pyccapt/calibration/reflectron_correction/data/presets/4000XHR_Erlangen_56_4833_reference.csv
pyccapt/calibration/reflectron_correction/data/presets/4000XHR_Erlangen_56_4833_triangles.csv
pyccapt/calibration/reflectron_correction/data/presets/5000XR_Leoben_5124_368_intersections.csv
pyccapt/calibration/reflectron_correction/data/presets/5000XR_Leoben_5124_368_reference.csv
pyccapt/calibration/reflectron_correction/data/presets/5000XR_Leoben_5124_368_triangles.csv
pyccapt/calibration/reflectron_correction/data/presets/5000XR_Oxford_5083_23091_intersections.csv
pyccapt/calibration/reflectron_correction/data/presets/5000XR_Oxford_5083_23091_reference.csv
pyccapt/calibration/reflectron_correction/data/presets/5000XR_Oxford_5083_23091_triangles.csv
pyccapt/calibration/reflectron_correction/data/presets/6000XR_Chalmers_6002_770_intersections.csv
pyccapt/calibration/reflectron_correction/data/presets/6000XR_Chalmers_6002_770_reference.csv
pyccapt/calibration/reflectron_correction/data/presets/6000XR_Chalmers_6002_770_triangles.csv
pyccapt/control/CONTROL.md
pyccapt/control/DATA_STRUCTURE.md
pyccapt/control/__init__.py
pyccapt/control/__main__.py
pyccapt/control/electrode.toml
pyccapt/control/apt/__init__.py
pyccapt/control/apt/apt_exp_control.py
pyccapt/control/apt/apt_exp_control_func.py
pyccapt/control/apt/detector_runtime.py
pyccapt/control/apt/experiment_state.py
pyccapt/control/core/__init__.py
pyccapt/control/core/baking_loging.py
pyccapt/control/core/com_ports.py
pyccapt/control/core/control_data_tool.py
pyccapt/control/core/device_checks.py
pyccapt/control/core/experiment_statistics.py
pyccapt/control/core/hdf5_creator.py
pyccapt/control/core/loggi.py
pyccapt/control/core/read_files.py
pyccapt/control/core/runtime.py
pyccapt/control/core/share_variables.py
pyccapt/control/core/tof2mc_simple.py
pyccapt/control/devices/__init__.py
pyccapt/control/devices/camera.py
pyccapt/control/devices/edwards_tic.py
pyccapt/control/devices/email_send.py
pyccapt/control/devices/initialize_devices.py
pyccapt/control/devices/pfeiffer_gauges.py
pyccapt/control/devices/signal_generator.py
pyccapt/control/drs/README.md
pyccapt/control/drs/__init__.py
pyccapt/control/drs/drs.py
pyccapt/control/drs/drs_lib.dll
pyccapt/control/drs/drs_lib.exp
pyccapt/control/drs/drs_lib.lib
pyccapt/control/gui/__init__.py
pyccapt/control/gui/gui_baking.py
pyccapt/control/gui/gui_cameras.py
pyccapt/control/gui/gui_gates.py
pyccapt/control/gui/gui_laser_control.py
pyccapt/control/gui/gui_main.py
pyccapt/control/gui/gui_pumps_vacuum.py
pyccapt/control/gui/gui_stage_control.py
pyccapt/control/gui/gui_visualization.py
pyccapt/control/gui/main_parameters.py
pyccapt/control/gui/process_coordinator.py
pyccapt/control/nkt_photonics/__init__.py
pyccapt/control/nkt_photonics/nktpbus_activate.py
pyccapt/control/nkt_photonics/origamiClassCLI.py
pyccapt/control/tdc_roentdek/CoboldPC2011R5-2_Header-Template_1TDC8HP.lmf
pyccapt/control/tdc_roentdek/README.md
pyccapt/control/tdc_roentdek/__init__.py
pyccapt/control/tdc_roentdek/cobold_tool.py
pyccapt/control/tdc_roentdek/global.cfg
pyccapt/control/tdc_roentdek/tdc_roentdek.py
pyccapt/control/tdc_roentdek/wrapper_read_TDC8HP_x64.dll
pyccapt/control/tdc_roentdek/source/CoboldPC2011R5-2_Header-Template_1TDC8HP.lmf
pyccapt/control/tdc_roentdek/source/global.cfg
pyccapt/control/tdc_roentdek/source/hptdc_driver_3.5.2_x64.lib
pyccapt/control/tdc_roentdek/source/hptdc_driver_3.5.2_x86.lib
pyccapt/control/tdc_roentdek/source/lmf2txt.exe
pyccapt/control/tdc_surface_concept/README.md
pyccapt/control/tdc_surface_concept/__init__.py
pyccapt/control/tdc_surface_concept/okFrontPanel.dll
pyccapt/control/tdc_surface_concept/pthreadVC2.dll
pyccapt/control/tdc_surface_concept/sc2ddld304_1b_tagrst.bit
pyccapt/control/tdc_surface_concept/scDeviceClass60.dll
pyccapt/control/tdc_surface_concept/scTDC.py
pyccapt/control/tdc_surface_concept/scTDC1.dll
pyccapt/control/tdc_surface_concept/scTDC1.lib
pyccapt/control/tdc_surface_concept/scTDC_hdf50.dll
pyccapt/control/tdc_surface_concept/tdc_gpx3.ini
pyccapt/control/tdc_surface_concept/tdc_surface_concept.py
pyccapt/control/thorlabs_apt/APT Server.chm
pyccapt/control/thorlabs_apt/APT.dll
pyccapt/control/thorlabs_apt/APT.lib
pyccapt/control/thorlabs_apt/APTChopper.ocx
pyccapt/control/thorlabs_apt/APTLaser.ocx
pyccapt/control/thorlabs_apt/APTPZMotor.ocx
pyccapt/control/thorlabs_apt/APTQuad.ocx
pyccapt/control/thorlabs_apt/APTTEC.ocx
pyccapt/control/thorlabs_apt/GdiPlus.dll
pyccapt/control/thorlabs_apt/MG17Comms.dll
pyccapt/control/thorlabs_apt/MG17Core.dll
pyccapt/control/thorlabs_apt/MG17Logger.ocx
pyccapt/control/thorlabs_apt/MG17Motor.ocx
pyccapt/control/thorlabs_apt/MG17NanoTrak.ocx
pyccapt/control/thorlabs_apt/MG17Piezo.ocx
pyccapt/control/thorlabs_apt/MG17System.ocx
pyccapt/control/thorlabs_apt/MG17UIThread.dll
pyccapt/control/thorlabs_apt/MG17Utils.dll
pyccapt/control/thorlabs_apt/README.md
pyccapt/control/thorlabs_apt/_APTAPI.py
pyccapt/control/thorlabs_apt/__init__.py
pyccapt/control/thorlabs_apt/_error_codes.py
pyccapt/control/thorlabs_apt/core.py
pyccapt/control/thorlabs_apt/ftd2xx.dll
pyccapt/control/thorlabs_apt/thorlab_motor.py
pyccapt/control/usb_switch/USBaccessX64.dll
pyccapt/control/usb_switch/__init__.py
pyccapt/control/usb_switch/usb_switch.py
pyccapt/files/arrow.png
pyccapt/files/close_all.png
pyccapt/files/color_scheme.h5
pyccapt/files/cryo_load_main_open.png
pyccapt/files/cryo_load_open.png
pyccapt/files/cryo_open.png
pyccapt/files/field_density_table.h5
pyccapt/files/green-led-on.png
pyccapt/files/isotopeTable.h5
pyccapt/files/led-orange.png
pyccapt/files/led-red-on.png
pyccapt/files/load_main_open.png
pyccapt/files/load_open.png
pyccapt/files/logo.png
pyccapt/files/logo2.png
pyccapt/files/main_open.png
pyccapt/files/PyQt6_UI/README.md
pyccapt/files/PyQt6_UI/gui_baking.ui
pyccapt/files/PyQt6_UI/gui_cameras.ui
pyccapt/files/PyQt6_UI/gui_gates.ui
pyccapt/files/PyQt6_UI/gui_laser_control.ui
pyccapt/files/PyQt6_UI/gui_laser_control_special.ui
pyccapt/files/PyQt6_UI/gui_main.ui
pyccapt/files/PyQt6_UI/gui_pumps_vacuum.ui
pyccapt/files/PyQt6_UI/gui_stage_control.ui
pyccapt/files/PyQt6_UI/gui_visualization.ui