LICENSE
README.md
pyproject.toml
pyrpoc/__init__.py
pyrpoc/main.py
pyrpoc.egg-info/PKG-INFO
pyrpoc.egg-info/SOURCES.txt
pyrpoc.egg-info/dependency_links.txt
pyrpoc.egg-info/entry_points.txt
pyrpoc.egg-info/requires.txt
pyrpoc.egg-info/top_level.txt
pyrpoc/core/__init__.py
pyrpoc/core/errors.py
pyrpoc/core/modulation.py
pyrpoc/core/params.py
pyrpoc/core/registry.py
pyrpoc/core/streams.py
pyrpoc/data/__init__.py
pyrpoc/data/dataset.py
pyrpoc/data/io.py
pyrpoc/data/library.py
pyrpoc/data/transforms.py
pyrpoc/devices/__init__.py
pyrpoc/devices/base.py
pyrpoc/devices/registry.py
pyrpoc/devices/daq/__init__.py
pyrpoc/devices/daq/device.py
pyrpoc/devices/daq/panel.py
pyrpoc/devices/galvo/__init__.py
pyrpoc/devices/galvo/device.py
pyrpoc/devices/time_tagger/__init__.py
pyrpoc/devices/time_tagger/device.py
pyrpoc/devices/time_tagger/panel.py
pyrpoc/operations/__init__.py
pyrpoc/operations/modulation.py
pyrpoc/operations/raster.py
pyrpoc/operations/simulation.py
pyrpoc/operations/split_raster.py
pyrpoc/operations/tagger.py
pyrpoc/programs/__init__.py
pyrpoc/programs/confocal.py
pyrpoc/programs/flim.py
pyrpoc/programs/registry.py
pyrpoc/programs/simulation.py
pyrpoc/programs/split_confocal.py
pyrpoc/run/__init__.py
pyrpoc/run/claims.py
pyrpoc/run/program.py
pyrpoc/run/runner.py
pyrpoc/session/__init__.py
pyrpoc/session/state.py
pyrpoc/session/store.py
pyrpoc/shell/__init__.py
pyrpoc/shell/app.py
pyrpoc/shell/cards.py
pyrpoc/shell/catalog.py
pyrpoc/shell/devices_panel.py
pyrpoc/shell/launcher.py
pyrpoc/shell/library_panel.py
pyrpoc/shell/menubar.py
pyrpoc/shell/param_form.py
pyrpoc/shell/run_bridge.py
pyrpoc/shell/session_io.py
pyrpoc/shell/views_panel.py
pyrpoc/shell/window.py
pyrpoc/shell/theme/__init__.py
pyrpoc/shell/theme/breeze_all.py
pyrpoc/shell/theme/breeze_resources.py
pyrpoc/shell/theme/manager.py
pyrpoc/views/__init__.py
pyrpoc/views/base.py
pyrpoc/views/image_2d.py
pyrpoc/views/mask_editor.py
pyrpoc/views/overlay.py
pyrpoc/views/registry.py
tests/test_headless.py
tests/test_import_rules.py
tests/test_program_shape.py