Skip to content

Use motion hooks to process update_on on Daiquiri

Valentin Valls requested to merge update-auto-update into bm18-tomo

This MR rework the tomo imaging device in order to use motion hooks.

Previously motion events was used.

Motion hooks are only triggered by the session requesting the move. As result if the daiquiri session move a motor, the daiquiri session will update the camera image.

While no tomo imaging is loaded by the session, no motion hooks will be registered.

Merge request reports