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

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.