Skip to content

Scripting

Microscopy edited this page Nov 1, 2022 · 5 revisions

BioImager implements the Microscope class with the following usage.


Microscope.TakeImage();

//We can take an image stack based on properties set in the GUI or by specifying them in script.

Microscope.TakeImageStack();

Microscope.TakeImageStack(25000,25050,10);```

We can also use any of the functions in the Bio library.

Clone this wiki locally