Skip to content

Scripting

Microscopy edited this page Nov 1, 2022 · 5 revisions

BioImager implements the Microscope class with the following usage.

Microscope.MoveLeft(100); 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);

Clone this wiki locally