Use the definite focus during acquisition

Post your acquisition-related questions and macros here
Post Reply
erwan Grandgirard
Posts: 8
Joined: Wed May 12, 2021 4:46 pm
Location: Strasbourg

Use the definite focus during acquisition

Post by erwan Grandgirard »

Hello
I wrote a macro to launch a multi-tille acquisitions, stitch, slit and save the files in a folder.
all functions :) !!! except when I use the DF in my setting.
is there a function allowing to wait for the end of the DF initialization :?: because my macro continues during the DF offset setting

thank you !
CarlZeissMicroscopy3
Posts: 180
Joined: Wed May 20, 2020 10:10 am

Re: Use the definite focus during acquisition

Post by CarlZeissMicroscopy3 »

Hello erwan Grandgirard,

could you please post some lines of code so that it is clear which concrete steps you execute in your macro.

In addition, it would be nice to know which Zen blue version, including hotfix, you use?

Thanks!
erwan Grandgirard
Posts: 8
Joined: Wed May 12, 2021 4:46 pm
Location: Strasbourg

Re: Use the definite focus during acquisition

Post by erwan Grandgirard »

hello,

the code is in github: https://github.com/Erwan67/ZEISS-Macro- ... -save.git

thank you
have nice day!
CarlZeissMicroscopy3
Posts: 180
Joined: Wed May 20, 2020 10:10 am

Re: Use the definite focus during acquisition

Post by CarlZeissMicroscopy3 »

Hello erwan Grandgirard,

looking at your macro everything seems to be ok.

What do you mean by 'when I use the DF in my setting' and 'my macro continues during the DF offset setting'.

DF must be configured within your experiment (exp), which is executed in

output_Scan = Zen.Acquisition.Execute(exp)

to work correctly.
Post Reply