LICENCE.txt
README.md
pyproject.toml
openwfs/__init__.py
openwfs/build_backend.py
openwfs/core.py
openwfs/plot_utilities.py
openwfs.egg-info/PKG-INFO
openwfs.egg-info/SOURCES.txt
openwfs.egg-info/dependency_links.txt
openwfs.egg-info/requires.txt
openwfs.egg-info/top_level.txt
openwfs/algorithms/__init__.py
openwfs/algorithms/basic_fourier.py
openwfs/algorithms/dual_reference.py
openwfs/algorithms/genetic.py
openwfs/algorithms/ssa.py
openwfs/algorithms/troubleshoot.py
openwfs/algorithms/utilities.py
openwfs/devices/__init__.py
openwfs/devices/camera.py
openwfs/devices/galvo_scanner.py
openwfs/devices/nidaq_gain.py
openwfs/devices/zaber_stage.py
openwfs/devices/slm/__init__.py
openwfs/devices/slm/context.py
openwfs/devices/slm/geometry.py
openwfs/devices/slm/patch.py
openwfs/devices/slm/shaders.py
openwfs/devices/slm/slm.py
openwfs/devices/slm/texture.py
openwfs/processors/__init__.py
openwfs/processors/hdrcamera.py
openwfs/processors/processors.py
openwfs/simulation/__init__.py
openwfs/simulation/microscope.py
openwfs/simulation/mockdevices.py
openwfs/simulation/slm.py
openwfs/simulation/transmission.py
openwfs/utilities/__init__.py
openwfs/utilities/patterns.py
openwfs/utilities/utilities.py
tests/test_algorithms_troubleshoot.py
tests/test_camera.py
tests/test_core.py
tests/test_mock_devices.py
tests/test_patterns.py
tests/test_processors.py
tests/test_scanning_microscope.py
tests/test_simulation.py
tests/test_slm.py
tests/test_utilities.py
tests/test_wfs.py