AUTHORS.rst
CONTRIBUTING.rst
HISTORY.rst
LICENSE
MANIFEST.in
README.rst
setup.cfg
setup.py
docs/Makefile
docs/conf.py
docs/configuration.rst
docs/development.rst
docs/history.rst
docs/index.rst
docs/installation.rst
docs/main.rst
docs/make.bat
docs/replacements.rst
docs/usage.rst
docs/keep/authors.rst
docs/keep/contributing.rst
forms/camera_control.ui
forms/camera_data.ui
forms/camera_info_dialog.ui
forms/centroid_plots_config.ui
forms/configuration_dialog.ui
forms/data_config.ui
forms/gaussian_camera_config.ui
forms/general_config.ui
forms/main_window.ui
forms/psd_plots_config.ui
forms/scatter_plot.ui
forms/vimba_camera_config.ui
images/exit.svg
images/filesave.svg
images/folder_open.svg
images/smm_logo_sm.png
spot_motion_monitor/__init__.py
spot_motion_monitor.egg-info/PKG-INFO
spot_motion_monitor.egg-info/SOURCES.txt
spot_motion_monitor.egg-info/dependency_links.txt
spot_motion_monitor.egg-info/entry_points.txt
spot_motion_monitor.egg-info/not-zip-safe
spot_motion_monitor.egg-info/requires.txt
spot_motion_monitor.egg-info/top_level.txt
spot_motion_monitor/camera/__init__.py
spot_motion_monitor/camera/base_camera.py
spot_motion_monitor/camera/camera_status.py
spot_motion_monitor/camera/gaussian_camera.py
spot_motion_monitor/camera/vimba_camera.py
spot_motion_monitor/config/__init__.py
spot_motion_monitor/config/base_config.py
spot_motion_monitor/config/buffer_model_config.py
spot_motion_monitor/config/camera_config.py
spot_motion_monitor/config/centroid_plot_config.py
spot_motion_monitor/config/data_config.py
spot_motion_monitor/config/full_frame_model_config.py
spot_motion_monitor/config/gaussian_camera_config.py
spot_motion_monitor/config/general_config.py
spot_motion_monitor/config/psd_plot_config.py
spot_motion_monitor/config/roi_frame_model_config.py
spot_motion_monitor/config/vimba_camera_config.py
spot_motion_monitor/controller/__init__.py
spot_motion_monitor/controller/camera_controller.py
spot_motion_monitor/controller/data_controller.py
spot_motion_monitor/controller/plot_ccd_controller.py
spot_motion_monitor/controller/plot_centroid_controller.py
spot_motion_monitor/controller/plot_psd_controller.py
spot_motion_monitor/models/__init__.py
spot_motion_monitor/models/buffer_model.py
spot_motion_monitor/models/full_frame_model.py
spot_motion_monitor/models/roi_frame_model.py
spot_motion_monitor/utils/__init__.py
spot_motion_monitor/utils/config_helpers.py
spot_motion_monitor/utils/constants.py
spot_motion_monitor/utils/css.py
spot_motion_monitor/utils/exceptions.py
spot_motion_monitor/utils/fft_calculator.py
spot_motion_monitor/utils/frame_information.py
spot_motion_monitor/utils/functions.py
spot_motion_monitor/utils/fwhm_calculator.py
spot_motion_monitor/utils/information_updater.py
spot_motion_monitor/utils/parser.py
spot_motion_monitor/utils/psd_calculator.py
spot_motion_monitor/utils/time_handler.py
spot_motion_monitor/utils/yaml_input.py
spot_motion_monitor/views/__init__.py
spot_motion_monitor/views/base_config_tab.py
spot_motion_monitor/views/base_configuration_dialog.py
spot_motion_monitor/views/camera_configuration_dialog.py
spot_motion_monitor/views/camera_control_widget.py
spot_motion_monitor/views/camera_data_widget.py
spot_motion_monitor/views/camera_information_dialog.py
spot_motion_monitor/views/camera_plot_widget.py
spot_motion_monitor/views/centroid_1d_plot_widget.py
spot_motion_monitor/views/centroid_plot_config_tab.py
spot_motion_monitor/views/centroid_scatter_plot_widget.py
spot_motion_monitor/views/data_config_tab.py
spot_motion_monitor/views/data_configuration_dialog.py
spot_motion_monitor/views/gaussian_camera_config_tab.py
spot_motion_monitor/views/general_config_tab.py
spot_motion_monitor/views/general_configuration_dialog.py
spot_motion_monitor/views/main_window.py
spot_motion_monitor/views/plot_configuration_dialog.py
spot_motion_monitor/views/psd_1d_plot_widget.py
spot_motion_monitor/views/psd_plot_config_tab.py
spot_motion_monitor/views/psd_waterfall_plot_widget.py
spot_motion_monitor/views/vimba_camera_config_tab.py
spot_motion_monitor/views/forms/__init__.py
tests/__init__.py
tests/camera/__init__.py
tests/camera/test_base_camera.py
tests/camera/test_gaussian_camera.py
tests/config/__init__.py
tests/config/test_base_config.py
tests/config/test_buffer_model_config.py
tests/config/test_camera_config.py
tests/config/test_centroid_plot_config.py
tests/config/test_data_config.py
tests/config/test_full_frame_model_config.py
tests/config/test_gaussian_camera_config.py
tests/config/test_general_config.py
tests/config/test_psd_plot_config.py
tests/config/test_roi_frame_model_config.py
tests/config/test_vimba_camera_config.py
tests/controller/__init__.py
tests/controller/test_camera_controller.py
tests/controller/test_data_controller.py
tests/controller/test_plot_ccd_controller.py
tests/controller/test_plot_centroid_controller.py
tests/controller/test_plot_psd_controller.py
tests/models/__init__.py
tests/models/test_buffer_model.py
tests/models/test_full_frame_model.py
tests/models/test_roi_frame_model.py
tests/utils/__init__.py
tests/utils/test_config_helpers.py
tests/utils/test_fft_calculator.py
tests/utils/test_functions.py
tests/utils/test_fwhm_calculator.py
tests/utils/test_parser.py
tests/utils/test_psd_calculator.py
tests/utils/test_time_handler.py
tests/views/__init__.py
tests/views/test_base_config_tab.py
tests/views/test_base_configuration_dialog.py
tests/views/test_camera_configuration_dialog.py
tests/views/test_camera_control_widget.py
tests/views/test_camera_data_widget.py
tests/views/test_camera_information_dialog.py
tests/views/test_camera_plot_widget.py
tests/views/test_centroid_1d_plot_widget.py
tests/views/test_centroid_plot_config_tab.py
tests/views/test_centroid_scatter_plot_widget.py
tests/views/test_data_config_tab.py
tests/views/test_data_configuration_dialog.py
tests/views/test_gaussian_camera_config_tab.py
tests/views/test_general_config_tab.py
tests/views/test_general_configuration_dialog.py
tests/views/test_main_window.py
tests/views/test_plot_configuration_dialog.py
tests/views/test_psd_1d_plot_widget.py
tests/views/test_psd_plot_config_tab.py
tests/views/test_psd_waterfall_widget.py
tests/views/test_vimba_camera_config_tab.py