This module (also known as conditional or adaptive experiments) allows you to define specific rules and actions to be performed during the acquisition of an experiment. It is possible to change the course of an experiment depending on the current system status or the nature of the acquired data during acquisition. Moreover, it is possible to integrate certain tasks like data logging or starting of an external application, directly into the ZEN experiment. A typical use case is to connect the image acquisition with automated image analysis.
Feedback experiments can be set up and controlled with the Experiment Feedback Tool and the Script Editor. For an example workflow for experiment feedback, see Workflow Experiment Feedback.
Note that we do not describe experiment feedback in detail here, as you can find a detailed instruction on how to perform feedback experiments and a lot of tutorials with the latest ZEN installation, if you activate the entry OAD Samples in the ZEISS Microscopy Installer. The tutorials and documentation are then placed in a folder on your PC like C:\Oad\Experiment Feedback. Experiment Feedback uses IronPython 3.4.
Key Features
- Create smart experiments and modify the acquisition on-the-fly based on online image analysis, hardware changes or external inputs (e.g. TTL signals).
- The adaptive acquisition engine allows modifying running experiments according to the rules defined inside the feedback script.
- The feedback script uses ZEN commands in combination with the Python programming language.
- The feedback script gives access to the current system status and results from the online image analysis during runtime of an experiment.
- Data Logging or starting an external application (e.g. Python, Fiji, MATLAB, etc. ), directly from within the imaging experiment is possible.