![]() |
BioImager
3.9.1
A .NET microscopy imaging library. Supports various microscopes by using imported libraries & GUI automation. Supported libraries include PriorĀ® & ZeissĀ® & all devices supported by Micromanager 2.0 and python-microscope.
|
Public Member Functions | |
| None | __init__ (self, microscope.abc.DeformableMirror device, *args, **kwargs) |
| None | setActuatorValue (self, int actuator_index, int value) |
| None | resetPattern (self) |
Display a slider for each actuator. Constructing this widget will set all actuators to their mid-point since the actuators position are not queryable.. The reset button does this too, i.e., it sets all actuators to their mid-point.
| None microscope.gui.DeformableMirrorWidget.__init__ | ( | self, | |
| microscope.abc.DeformableMirror | device, | ||
| * | args, | ||
| ** | kwargs | ||
| ) |
Definition at line 255 of file gui.py.
| None microscope.gui.DeformableMirrorWidget.resetPattern | ( | self | ) |
Set all actuators to their mid-point (0.5).
Definition at line 300 of file gui.py.
References microscope.gui.DeviceSettingsWidget._device, microscope.gui.ControllerWidget._device, microscope.gui.CameraWidget._device, microscope.gui.DeformableMirrorWidget._device, microscope.gui.FilterWheelWidget._device, microscope.gui.LightSourceWidget._device, microscope.gui.StageWidget._device, and microscope.gui.DeformableMirrorWidget._pattern.
| None microscope.gui.DeformableMirrorWidget.setActuatorValue | ( | self, | |
| int | actuator_index, | ||
| int | value | ||
| ) |
Definition at line 291 of file gui.py.