LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.cfg
setup.py
ImSwitch.egg-info/PKG-INFO
ImSwitch.egg-info/SOURCES.txt
ImSwitch.egg-info/dependency_links.txt
ImSwitch.egg-info/entry_points.txt
ImSwitch.egg-info/requires.txt
ImSwitch.egg-info/top_level.txt
imswitch/__init__.py
imswitch/__main__.py
imswitch/_data/icon.ico
imswitch/_data/icon.png
imswitch/_data/libs/GPU_acc_recon.dll
imswitch/_data/libs/cudart64_90.dll
imswitch/_data/libs/opencv_core340.dll
imswitch/_data/libs/opencv_imgcodecs340.dll
imswitch/_data/libs/opencv_imgproc340.dll
imswitch/_data/user_defaults/README.txt
imswitch/_data/user_defaults/imcontrol_setups/README.txt
imswitch/_data/user_defaults/imcontrol_setups/example_coolLED.json
imswitch/_data/user_defaults/imcontrol_setups/example_monalisa.json
imswitch/_data/user_defaults/imcontrol_setups/example_sted.json
imswitch/_data/user_defaults/imcontrol_slm/info_glyc.json
imswitch/_data/user_defaults/imcontrol_slm/info_oil.json
imswitch/_data/user_defaults/scripts/README.txt
imswitch/_data/user_defaults/scripts/example_import.py
imswitch/_data/user_defaults/scripts/example_imported.py
imswitch/_data/user_defaults/scripts/example_record.py
imswitch/imcommon/__init__.py
imswitch/imcommon/applaunch.py
imswitch/imcommon/controller/CheckUpdatesController.py
imswitch/imcommon/controller/ModuleCommunicationChannel.py
imswitch/imcommon/controller/MultiModuleWindowController.py
imswitch/imcommon/controller/PickDatasetsController.py
imswitch/imcommon/controller/PickModulesController.py
imswitch/imcommon/controller/__init__.py
imswitch/imcommon/controller/basecontrollers.py
imswitch/imcommon/framework/__init__.py
imswitch/imcommon/framework/base.py
imswitch/imcommon/framework/qt.py
imswitch/imcommon/model/SharedAttributes.py
imswitch/imcommon/model/VFileCollection.py
imswitch/imcommon/model/__init__.py
imswitch/imcommon/model/api.py
imswitch/imcommon/model/dirtools.py
imswitch/imcommon/model/logging.py
imswitch/imcommon/model/modulesconfigtools.py
imswitch/imcommon/model/ostools.py
imswitch/imcommon/model/pythontools.py
imswitch/imcommon/model/shortcut.py
imswitch/imcommon/view/AboutDialog.py
imswitch/imcommon/view/CheckUpdatesDialog.py
imswitch/imcommon/view/ModuleLoadErrorView.py
imswitch/imcommon/view/MultiModuleWindow.py
imswitch/imcommon/view/PickDatasetsDialog.py
imswitch/imcommon/view/PickModulesDialog.py
imswitch/imcommon/view/__init__.py
imswitch/imcommon/view/guitools/BetterPushButton.py
imswitch/imcommon/view/guitools/BetterSlider.py
imswitch/imcommon/view/guitools/CheckableComboBox.py
imswitch/imcommon/view/guitools/FileWatcher.py
imswitch/imcommon/view/guitools/FloatSlider.py
imswitch/imcommon/view/guitools/__init__.py
imswitch/imcommon/view/guitools/colorutils.py
imswitch/imcommon/view/guitools/dialogtools.py
imswitch/imcommon/view/guitools/imagetools.py
imswitch/imcommon/view/guitools/naparitools.py
imswitch/imcommon/view/guitools/pyqtgraphtools.py
imswitch/imcommon/view/guitools/stylesheet.py
imswitch/imcommon/view/guitools/texttools.py
imswitch/imcontrol/__init__.py
imswitch/imcontrol/__main__.py
imswitch/imcontrol/_test/__init__.py
imswitch/imcontrol/_test/ui/__init__.py
imswitch/imcontrol/_test/ui/test_example_setups.py
imswitch/imcontrol/_test/ui/test_liveview.py
imswitch/imcontrol/_test/ui/test_without_widgets.py
imswitch/imcontrol/_test/unit/__init__.py
imswitch/imcontrol/_test/unit/test_acquisition.py
imswitch/imcontrol/_test/unit/test_recording.py
imswitch/imcontrol/_test/unit/test_scan.py
imswitch/imcontrol/_test/unit/test_stores.py
imswitch/imcontrol/controller/CommunicationChannel.py
imswitch/imcontrol/controller/ImConMainController.py
imswitch/imcontrol/controller/MasterController.py
imswitch/imcontrol/controller/PickSetupController.py
imswitch/imcontrol/controller/__init__.py
imswitch/imcontrol/controller/basecontrollers.py
imswitch/imcontrol/controller/controllers/AlignAverageController.py
imswitch/imcontrol/controller/controllers/AlignXYController.py
imswitch/imcontrol/controller/controllers/AlignmentLineController.py
imswitch/imcontrol/controller/controllers/AufofocusController.py
imswitch/imcontrol/controller/controllers/BeadRecController.py
imswitch/imcontrol/controller/controllers/ConsoleController.py
imswitch/imcontrol/controller/controllers/EtSTEDController.py
imswitch/imcontrol/controller/controllers/FFTController.py
imswitch/imcontrol/controller/controllers/FocusLockController.py
imswitch/imcontrol/controller/controllers/ImageController.py
imswitch/imcontrol/controller/controllers/LaserController.py
imswitch/imcontrol/controller/controllers/PositionerController.py
imswitch/imcontrol/controller/controllers/RecordingController.py
imswitch/imcontrol/controller/controllers/SLMController.py
imswitch/imcontrol/controller/controllers/ScanController.py
imswitch/imcontrol/controller/controllers/SettingsController.py
imswitch/imcontrol/controller/controllers/TilingController.py
imswitch/imcontrol/controller/controllers/ULensesController.py
imswitch/imcontrol/controller/controllers/ViewController.py
imswitch/imcontrol/controller/controllers/WatcherController.py
imswitch/imcontrol/controller/controllers/__init__.py
imswitch/imcontrol/controller/server/ImSwitchServer.py
imswitch/imcontrol/controller/server/__init__.py
imswitch/imcontrol/controller/server/_serialize.py
imswitch/imcontrol/model/Options.py
imswitch/imcontrol/model/SetupInfo.py
imswitch/imcontrol/model/__init__.py
imswitch/imcontrol/model/configfiletools.py
imswitch/imcontrol/model/errors.py
imswitch/imcontrol/model/interfaces/ESP32Client.py
imswitch/imcontrol/model/interfaces/RS232Driver.py
imswitch/imcontrol/model/interfaces/RS232Driver_mock.py
imswitch/imcontrol/model/interfaces/__init__.py
imswitch/imcontrol/model/interfaces/hamamatsu.py
imswitch/imcontrol/model/interfaces/hamamatsu_mock.py
imswitch/imcontrol/model/interfaces/lantzlasers.py
imswitch/imcontrol/model/interfaces/picamera.py
imswitch/imcontrol/model/interfaces/piezoPiezoconceptZ_mock.py
imswitch/imcontrol/model/interfaces/restapicamera.py
imswitch/imcontrol/model/interfaces/squid.py
imswitch/imcontrol/model/interfaces/squid_def.py
imswitch/imcontrol/model/interfaces/stageMHXY_mock.py
imswitch/imcontrol/model/interfaces/thorcamera.py
imswitch/imcontrol/model/interfaces/tiscamera.py
imswitch/imcontrol/model/interfaces/tiscamera_mock.py
imswitch/imcontrol/model/interfaces/pyicic/IC_Camera.py
imswitch/imcontrol/model/interfaces/pyicic/IC_Exception.py
imswitch/imcontrol/model/interfaces/pyicic/IC_GrabberDLL.py
imswitch/imcontrol/model/interfaces/pyicic/IC_ImagingControl.py
imswitch/imcontrol/model/interfaces/pyicic/IC_Property.py
imswitch/imcontrol/model/interfaces/pyicic/IC_Structures.py
imswitch/imcontrol/model/interfaces/pyicic/__init__.py
imswitch/imcontrol/model/lantzdrivers/__init__.py
imswitch/imcontrol/model/lantzdrivers/cobolt/__init__.py
imswitch/imcontrol/model/lantzdrivers/cobolt/cobolt0601.py
imswitch/imcontrol/model/lantzdrivers_mock/__init__.py
imswitch/imcontrol/model/lantzdrivers_mock/cobolt/__init__.py
imswitch/imcontrol/model/lantzdrivers_mock/cobolt/cobolt0601.py
imswitch/imcontrol/model/managers/DetectorsManager.py
imswitch/imcontrol/model/managers/LasersManager.py
imswitch/imcontrol/model/managers/MultiManager.py
imswitch/imcontrol/model/managers/NidaqManager.py
imswitch/imcontrol/model/managers/PositionersManager.py
imswitch/imcontrol/model/managers/PulseStreamerManager.py
imswitch/imcontrol/model/managers/RS232sManager.py
imswitch/imcontrol/model/managers/RecordingManager.py
imswitch/imcontrol/model/managers/SLMManager.py
imswitch/imcontrol/model/managers/ScanManager.py
imswitch/imcontrol/model/managers/__init__.py
imswitch/imcontrol/model/managers/detectors/APDManager.py
imswitch/imcontrol/model/managers/detectors/AVManager.py
imswitch/imcontrol/model/managers/detectors/BaslerManager.py
imswitch/imcontrol/model/managers/detectors/DetectorManager.py
imswitch/imcontrol/model/managers/detectors/ESP32CamManager.py
imswitch/imcontrol/model/managers/detectors/GXPIPYManager.py
imswitch/imcontrol/model/managers/detectors/HamamatsuManager.py
imswitch/imcontrol/model/managers/detectors/JetsonCamManager.py
imswitch/imcontrol/model/managers/detectors/PhotometricsManager.py
imswitch/imcontrol/model/managers/detectors/PiCamManager.py
imswitch/imcontrol/model/managers/detectors/TISManager.py
imswitch/imcontrol/model/managers/detectors/ThorcamManager.py
imswitch/imcontrol/model/managers/detectors/__init__.py
imswitch/imcontrol/model/managers/lasers/AAAOTFLaserManager.py
imswitch/imcontrol/model/managers/lasers/Cobolt0601LaserManager.py
imswitch/imcontrol/model/managers/lasers/CoboltLaserManager.py
imswitch/imcontrol/model/managers/lasers/CoolLEDLaserManager.py
imswitch/imcontrol/model/managers/lasers/LEDMatrixManager.py
imswitch/imcontrol/model/managers/lasers/LantzLaserManager.py
imswitch/imcontrol/model/managers/lasers/LaserManager.py
imswitch/imcontrol/model/managers/lasers/NidaqLaserManager.py
imswitch/imcontrol/model/managers/lasers/PulseStreamerLaserManager.py
imswitch/imcontrol/model/managers/lasers/PyMicroscopeLaserManager.py
imswitch/imcontrol/model/managers/lasers/SQUIDLaserManager.py
imswitch/imcontrol/model/managers/lasers/__init__.py
imswitch/imcontrol/model/managers/positioners/BSC203StageManager.py
imswitch/imcontrol/model/managers/positioners/MHXYStageManager.py
imswitch/imcontrol/model/managers/positioners/MockPositionerManager.py
imswitch/imcontrol/model/managers/positioners/NidaqPositionerManager.py
imswitch/imcontrol/model/managers/positioners/PiezoconceptZManager.py
imswitch/imcontrol/model/managers/positioners/PositionerManager.py
imswitch/imcontrol/model/managers/positioners/SQUIDStageManager.py
imswitch/imcontrol/model/managers/positioners/__init__.py
imswitch/imcontrol/model/managers/rs232/ESP32Manager.py
imswitch/imcontrol/model/managers/rs232/GRBLManager.py
imswitch/imcontrol/model/managers/rs232/RS232Manager.py
imswitch/imcontrol/model/managers/rs232/SQUIDManager.py
imswitch/imcontrol/model/managers/rs232/__init__.py
imswitch/imcontrol/model/signaldesigners/BetaScanDesigner.py
imswitch/imcontrol/model/signaldesigners/BetaTTLCycleDesigner.py
imswitch/imcontrol/model/signaldesigners/GalvoScanDesigner.py
imswitch/imcontrol/model/signaldesigners/PointScanTTLCycleDesigner.py
imswitch/imcontrol/model/signaldesigners/__init__.py
imswitch/imcontrol/model/signaldesigners/basesignaldesigners.py
imswitch/imcontrol/view/ImConMainView.py
imswitch/imcontrol/view/PickSetupDialog.py
imswitch/imcontrol/view/SLMDisplay.py
imswitch/imcontrol/view/__init__.py
imswitch/imcontrol/view/guitools/ViewSetupInfo.py
imswitch/imcontrol/view/guitools/__init__.py
imswitch/imcontrol/view/widgets/AlignAverageWidget.py
imswitch/imcontrol/view/widgets/AlignXYWidget.py
imswitch/imcontrol/view/widgets/AlignmentLineWidget.py
imswitch/imcontrol/view/widgets/AutofocusWidget.py
imswitch/imcontrol/view/widgets/BeadRecWidget.py
imswitch/imcontrol/view/widgets/ConsoleWidget.py
imswitch/imcontrol/view/widgets/EtSTEDWidget.py
imswitch/imcontrol/view/widgets/FFTWidget.py
imswitch/imcontrol/view/widgets/FocusLockWidget.py
imswitch/imcontrol/view/widgets/ImageWidget.py
imswitch/imcontrol/view/widgets/LaserWidget.py
imswitch/imcontrol/view/widgets/PositionerWidget.py
imswitch/imcontrol/view/widgets/RecordingWidget.py
imswitch/imcontrol/view/widgets/SLMWidget.py
imswitch/imcontrol/view/widgets/ScanWidget.py
imswitch/imcontrol/view/widgets/SettingsWidget.py
imswitch/imcontrol/view/widgets/TilingWidget.py
imswitch/imcontrol/view/widgets/ULensesWidget.py
imswitch/imcontrol/view/widgets/ViewWidget.py
imswitch/imcontrol/view/widgets/WatcherWidget.py
imswitch/imcontrol/view/widgets/__init__.py
imswitch/imcontrol/view/widgets/basewidgets.py
imswitch/imreconstruct/__init__.py
imswitch/imreconstruct/__main__.py
imswitch/imreconstruct/controller/CommunicationChannel.py
imswitch/imreconstruct/controller/DataEditController.py
imswitch/imreconstruct/controller/DataFrameController.py
imswitch/imreconstruct/controller/ImRecMainController.py
imswitch/imreconstruct/controller/ImRecMainViewController.py
imswitch/imreconstruct/controller/MultiDataFrameController.py
imswitch/imreconstruct/controller/ReconstructionViewController.py
imswitch/imreconstruct/controller/ScanParamsController.py
imswitch/imreconstruct/controller/WatcherFrameController.py
imswitch/imreconstruct/controller/__init__.py
imswitch/imreconstruct/controller/basecontrollers.py
imswitch/imreconstruct/model/DataObj.py
imswitch/imreconstruct/model/PatternFinder.py
imswitch/imreconstruct/model/ReconObj.py
imswitch/imreconstruct/model/SignalExtractor.py
imswitch/imreconstruct/model/__init__.py
imswitch/imreconstruct/view/DataEditDialog.py
imswitch/imreconstruct/view/DataFrame.py
imswitch/imreconstruct/view/ImRecMainView.py
imswitch/imreconstruct/view/MultiDataFrame.py
imswitch/imreconstruct/view/ReconstructionView.py
imswitch/imreconstruct/view/ScanParamsDialog.py
imswitch/imreconstruct/view/WatcherFrame.py
imswitch/imreconstruct/view/__init__.py
imswitch/imreconstruct/view/guitools/__init__.py
imswitch/imscripting/__init__.py
imswitch/imscripting/__main__.py
imswitch/imscripting/controller/CommunicationChannel.py
imswitch/imscripting/controller/ConsoleController.py
imswitch/imscripting/controller/EditorController.py
imswitch/imscripting/controller/FilesController.py
imswitch/imscripting/controller/ImScrMainController.py
imswitch/imscripting/controller/ImScrMainViewController.py
imswitch/imscripting/controller/OutputController.py
imswitch/imscripting/controller/__init__.py
imswitch/imscripting/controller/basecontrollers.py
imswitch/imscripting/model/ScriptExecutor.py
imswitch/imscripting/model/ScriptStore.py
imswitch/imscripting/model/__init__.py
imswitch/imscripting/model/actions.py
imswitch/imscripting/view/ConsoleView.py
imswitch/imscripting/view/EditorView.py
imswitch/imscripting/view/FilesView.py
imswitch/imscripting/view/ImScrMainView.py
imswitch/imscripting/view/OutputView.py
imswitch/imscripting/view/__init__.py
imswitch/imscripting/view/guitools/__init__.py