![]() |
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 | |
| bool | Initialize () |
| bool | SetPosition (Point3D p) |
| bool | SetPosition (PointD p) |
| bool | GetPosition3D (out Point3D p, bool update) |
| bool | GetPosition (out PointD p, bool update) |
| bool | SetFilterWheelPosition (int p) |
| bool | GetFilterWheelPosition (out int p) |
| bool | TakeImage (string path) |
| bool | SetExposure (float f) |
| bool | GetSize (out int width, out int height) |
Static Public Member Functions | |
| static string | run_cmd (string cmd, string args) |
| static void | StartCommand (string cmd, string args) |
| static void | Start () |
| static void | Stop () |
Static Public Attributes | |
| static Process | deviceServer |
| static PointD | location |
| static double | focus |
Definition at line 13 of file PythonMicroscope.cs.
| bool BioImager.PMicroscope.GetFilterWheelPosition | ( | out int | p | ) |
Definition at line 149 of file PythonMicroscope.cs.
| bool BioImager.PMicroscope.GetPosition | ( | out PointD | p, |
| bool | update | ||
| ) |
Definition at line 120 of file PythonMicroscope.cs.
| bool BioImager.PMicroscope.GetPosition3D | ( | out Point3D | p, |
| bool | update | ||
| ) |
Definition at line 99 of file PythonMicroscope.cs.
| bool BioImager.PMicroscope.GetSize | ( | out int | width, |
| out int | height | ||
| ) |
Definition at line 180 of file PythonMicroscope.cs.
| bool BioImager.PMicroscope.Initialize | ( | ) |
Definition at line 66 of file PythonMicroscope.cs.
|
static |
Definition at line 18 of file PythonMicroscope.cs.
| bool BioImager.PMicroscope.SetExposure | ( | float | f | ) |
Definition at line 172 of file PythonMicroscope.cs.
| bool BioImager.PMicroscope.SetFilterWheelPosition | ( | int | p | ) |
Definition at line 141 of file PythonMicroscope.cs.
| bool BioImager.PMicroscope.SetPosition | ( | Point3D | p | ) |
Definition at line 76 of file PythonMicroscope.cs.
| bool BioImager.PMicroscope.SetPosition | ( | PointD | p | ) |
Definition at line 88 of file PythonMicroscope.cs.
|
static |
Definition at line 49 of file PythonMicroscope.cs.
|
static |
Definition at line 39 of file PythonMicroscope.cs.
|
static |
Definition at line 60 of file PythonMicroscope.cs.
| bool BioImager.PMicroscope.TakeImage | ( | string | path | ) |
Definition at line 164 of file PythonMicroscope.cs.
|
static |
Definition at line 15 of file PythonMicroscope.cs.
|
static |
Definition at line 17 of file PythonMicroscope.cs.
|
static |
Definition at line 16 of file PythonMicroscope.cs.