![]() |
BioLib
3.6.2
A GUI-less version of Bio .NET library for editing & annotating various microscopy image formats.
|
Public Member Functions | |
| Objective (object o, int index) | |
| override string | ToString () |
Public Attributes | |
| Dictionary< string, object > | config = new Dictionary<string, object>() |
| string | Name = "" |
| string | UniqueName = "" |
| string | ElementType = "" |
| bool | Oil = false |
| int | Magnification = 0 |
| float | NumericAperture = 0 |
| int | Index |
| string | Modes = "" |
| string | Features = "" |
| double | LocateExposure = 50 |
| int | WorkingDistance = 0 |
| double | AcquisitionExposure = 50 |
| string | Configuration = "" |
| double | MoveAmountL = 40 |
| double | MoveAmountR = 10 |
| double | FocusMoveAmount = 0.02 |
| double | ViewWidth |
| double | ViewHeight |
Definition at line 154 of file Microscope.cs.
| BioLib.Objectives.Objective.Objective | ( | object | o, |
| int | index ) |
Definition at line 175 of file Microscope.cs.
| BioLib.Objectives.Objective.Objective | ( | ) |
Definition at line 179 of file Microscope.cs.
| override string BioLib.Objectives.Objective.ToString | ( | ) |
Definition at line 182 of file Microscope.cs.
| double BioLib.Objectives.Objective.AcquisitionExposure = 50 |
Definition at line 168 of file Microscope.cs.
| Dictionary<string, object> BioLib.Objectives.Objective.config = new Dictionary<string, object>() |
Definition at line 156 of file Microscope.cs.
| string BioLib.Objectives.Objective.Configuration = "" |
Definition at line 169 of file Microscope.cs.
| string BioLib.Objectives.Objective.ElementType = "" |
Definition at line 159 of file Microscope.cs.
| string BioLib.Objectives.Objective.Features = "" |
Definition at line 165 of file Microscope.cs.
| double BioLib.Objectives.Objective.FocusMoveAmount = 0.02 |
Definition at line 172 of file Microscope.cs.
| int BioLib.Objectives.Objective.Index |
Definition at line 163 of file Microscope.cs.
| double BioLib.Objectives.Objective.LocateExposure = 50 |
Definition at line 166 of file Microscope.cs.
| int BioLib.Objectives.Objective.Magnification = 0 |
Definition at line 161 of file Microscope.cs.
| string BioLib.Objectives.Objective.Modes = "" |
Definition at line 164 of file Microscope.cs.
| double BioLib.Objectives.Objective.MoveAmountL = 40 |
Definition at line 170 of file Microscope.cs.
| double BioLib.Objectives.Objective.MoveAmountR = 10 |
Definition at line 171 of file Microscope.cs.
| string BioLib.Objectives.Objective.Name = "" |
Definition at line 157 of file Microscope.cs.
| float BioLib.Objectives.Objective.NumericAperture = 0 |
Definition at line 162 of file Microscope.cs.
| bool BioLib.Objectives.Objective.Oil = false |
Definition at line 160 of file Microscope.cs.
| string BioLib.Objectives.Objective.UniqueName = "" |
Definition at line 158 of file Microscope.cs.
| double BioLib.Objectives.Objective.ViewHeight |
Definition at line 174 of file Microscope.cs.
| double BioLib.Objectives.Objective.ViewWidth |
Definition at line 173 of file Microscope.cs.
| int BioLib.Objectives.Objective.WorkingDistance = 0 |
Definition at line 167 of file Microscope.cs.