![]() |
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 Types | |
| enum | Type |
Public Member Functions | |
| double | GetPosition () |
| void | SetPosition (double f) |
| override string | ToString () |
Public Attributes | |
| double | position |
| Type | type |
Definition at line 651 of file Microscope.cs.
| enum BioImager.LightSource.Type |
Definition at line 653 of file Microscope.cs.
| BioImager.LightSource.LightSource | ( | ) |
Definition at line 662 of file Microscope.cs.
| double BioImager.LightSource.GetPosition | ( | ) |
If the microscope is a MTB, then get the position of the light source.
Definition at line 668 of file Microscope.cs.
| void BioImager.LightSource.SetPosition | ( | double | f | ) |
The function takes a double as an argument and then calls the SetPosition function of the light source object
| f | the position of the light source |
Definition at line 697 of file Microscope.cs.
| override string BioImager.LightSource.ToString | ( | ) |
Definition at line 720 of file Microscope.cs.
| double BioImager.LightSource.position |
Definition at line 659 of file Microscope.cs.
Referenced by microscope.abc.FilterWheel.get_num_positions(), and microscope.stages.ludl._LudlStageAxis.limits().
| Type BioImager.LightSource.type |
Definition at line 660 of file Microscope.cs.
Referenced by microscope.stages.linkam._CommsInfo.view_of_info().