-
Notifications
You must be signed in to change notification settings - Fork 5
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);