![]() |
BioImager
4.9.0
A .NET microscopy imaging application based on Bio library. Supports various microscopes by using imported libraries & GUI automation. Supports XInput game controllers to move stage, take images, run ImageJ macros on images or Bio C# scripts.
|
Public Member Functions | |
| Command (Type t, double[] ds) | |
Public Attributes | |
| double[] | doubles |
| Command.Type | type |
Definition at line 13 of file MicroscopeConsole.cs.
| enum BioImager.MicroscopeConsole.Command.Type |
Definition at line 15 of file MicroscopeConsole.cs.
| BioImager.MicroscopeConsole.Command.Command | ( | ) |
Definition at line 46 of file MicroscopeConsole.cs.
| BioImager.MicroscopeConsole.Command.Command | ( | Type | t, |
| double[] | ds ) |
Definition at line 51 of file MicroscopeConsole.cs.
| double [] BioImager.MicroscopeConsole.Command.doubles |
Definition at line 44 of file MicroscopeConsole.cs.
| Command.Type BioImager.MicroscopeConsole.Command.type |
Definition at line 45 of file MicroscopeConsole.cs.