camacq.plugins package
Handle plugins.
- camacq.plugins.get_plugins()
Return a dict of plugin modules.
- async camacq.plugins.setup_module(center, config)
Set up the plugins package.
- Parameters:
center (Center instance) – The Center instance.
config (dict) – The config dict.
Subpackages
- camacq.plugins.api package
- camacq.plugins.automations package
- camacq.plugins.leica package
LeicaApiLeicaCommandEventLeicaImageEventLeicaStartCommandEventLeicaStopCommandEventsetup_module()- Submodules
- camacq.plugins.leica.command module
- camacq.plugins.leica.helper module
- camacq.plugins.leica.sample module
- camacq.plugins.sample package
Submodules
camacq.plugins.rename_image module
Handle renaming of an image.
- camacq.plugins.rename_image.rename_image(old_path, new_path)
Rename image at old_path to new_path.
- Parameters:
old_path (str) – The absolute path to the existing image.
new_path (str) – The absolute path to the renamed image.
- async camacq.plugins.rename_image.setup_module(center, config)
Set up image rename plugin.
- Parameters:
center (Center instance) – The Center instance.
config (dict) – The config dict.