In the figure you can see the typical workflow of an Experiment Feedback experiment and the most important steps involved. The yellow boxes Define Experiment, Define Image Analysis and Define Rules and Observables show the most important steps for setting up a feedback experiment.
|
Step |
Description |
|---|---|
|
Define Experiment |
Set up and configure the actual image acquisition experiment to obtain the desired image data, e.g. time lapse, Z-stack, multichannel, tile acquisition, etc. Once the setup of the acquisition is completed, you acquire sample data which will be used in the following step to setup and test the image analysis setting. |
|
Define Image Analysis |
Sets up an image analysis setting via the Image Analysis Wizard for the use inside the feedback script if an analysis step is required. Only parameters specified in the image analysis setting can later be accessed from within the experiment feedback script. Test the image analysis setting to ensure the results of the image analysis are meaningful. For more information on the Image Analysis Wizard, see Creating a New Image Analysis Setting. For advanced analysis requirements it is also possible to use an OAD macro to create an image analysis setting (*.czias file). |
|
Define Rules and Observables |
This step defines how the script actually works. Here you define the rules in the feedback script, e.g. which parameters are observed and how the experiment should react when a certain event occurs. |
|
Start Experiment |
Start the Experiment Feedback experiment and watch the output. The general concept behind this workflow can be described as a loop, which is the actual acquisition. For every event, e.g. when a new image has been acquired, the script will be executed. The rules are checked and if required, certain tasks are carried out. Additionally, it is possible to log data into a text file and/or start an external application at any time point during the experiment. |