LICENSE
README.md
pyproject.toml
src/CAS_GUI.egg-info/PKG-INFO
src/CAS_GUI.egg-info/SOURCES.txt
src/CAS_GUI.egg-info/dependency_links.txt
src/CAS_GUI.egg-info/requires.txt
src/CAS_GUI.egg-info/top_level.txt
src/cas_gui/__init__.py
src/cas_gui/base.py
src/cas_gui/lextab.py
src/cas_gui/yacctab.py
src/cas_gui/cameras/DCXCameraInterface.py
src/cas_gui/cameras/FileInterface.py
src/cas_gui/cameras/FleaCameraInterface.py
src/cas_gui/cameras/GenericCamera.py
src/cas_gui/cameras/KiraluxCamera.py
src/cas_gui/cameras/SimulatedCamera.py
src/cas_gui/cameras/WebCamera.py
src/cas_gui/cameras/WebCameraColour.py
src/cas_gui/cameras/thorlab/breeze_resources.py
src/cas_gui/cameras/thorlab/color_example.py
src/cas_gui/cameras/thorlab/init.py
src/cas_gui/cameras/thorlab/polarization_example.py
src/cas_gui/cameras/thorlab/polling_example.py
src/cas_gui/cameras/thorlab/tifffile_tiff_writing_example.py
src/cas_gui/cameras/thorlab/tkinter_camera_live_view.py
src/cas_gui/cameras/thorlab/tl_camera.py
src/cas_gui/cameras/thorlab/tl_camera_enums.py
src/cas_gui/cameras/thorlab/tl_color_enums.py
src/cas_gui/cameras/thorlab/tl_mono_to_color_enums.py
src/cas_gui/cameras/thorlab/tl_mono_to_color_processor.py
src/cas_gui/cameras/thorlab/tl_polarization_enums.py
src/cas_gui/cameras/thorlab/tl_polarization_processor.py
src/cas_gui/cameras/thorlab/windows_setup.py
src/cas_gui/example_data/vid_example.tif
src/cas_gui/res/Toggle_blue.png
src/cas_gui/res/Toggle_disable.png
src/cas_gui/res/Toggle_grey.png
src/cas_gui/res/cameras.csv
src/cas_gui/res/cas_modern.css
src/cas_gui/res/logo_256_red.png
src/cas_gui/res/resources.py
src/cas_gui/res/resources.qrc
src/cas_gui/res/__pycache__/resources.cpython-310.pyc
src/cas_gui/res/__pycache__/resources.cpython-311.pyc
src/cas_gui/res/icons/camera_white.svg
src/cas_gui/res/icons/chevron_white.svg
src/cas_gui/res/icons/copy_white.svg
src/cas_gui/res/icons/download_white.svg
src/cas_gui/res/icons/exit_white.svg
src/cas_gui/res/icons/eye_white.svg
src/cas_gui/res/icons/film_white.svg
src/cas_gui/res/icons/grid_white.svg
src/cas_gui/res/icons/play_white.svg
src/cas_gui/res/icons/save_white.svg
src/cas_gui/res/icons/settings_white.svg
src/cas_gui/res/icons/study_white.svg
src/cas_gui/subclasses/cas_bundle.py
src/cas_gui/threads/bundle_processor.py
src/cas_gui/threads/image_acquisition_thread.py
src/cas_gui/threads/image_processor_class.py
src/cas_gui/threads/image_processor_process.py
src/cas_gui/threads/image_processor_thread.py
src/cas_gui/threads/image_transfer_thread.py
src/cas_gui/utils/im_tools.py
src/cas_gui/widgets/double_slider.py
src/cas_gui/widgets/image_display.py
src/cas_gui/widgets/label_checkbox_widget.py
src/cas_gui/widgets/range_spin_box.py
tests/test_Kiralux_cam.py
tests/test_acquire_and_bundle_processor.py
tests/test_bundle_processor.py
tests/test_dcx_cam.py
tests/test_file_reader.py
tests/test_sim_cam.py
tests/test_threading.py