BioLib  3.6.2
A GUI-less version of Bio .NET library for editing & annotating various microscopy image formats.
Loading...
Searching...
No Matches
BioLib.Objectives.Objective Class Reference

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
 

Detailed Description

Definition at line 154 of file Microscope.cs.

Constructor & Destructor Documentation

◆ Objective() [1/2]

BioLib.Objectives.Objective.Objective ( object o,
int index )

Definition at line 175 of file Microscope.cs.

176 {
177 Index = index;
178 }

◆ Objective() [2/2]

BioLib.Objectives.Objective.Objective ( )

Definition at line 179 of file Microscope.cs.

180 {
181 }

Member Function Documentation

◆ ToString()

override string BioLib.Objectives.Objective.ToString ( )

Definition at line 182 of file Microscope.cs.

183 {
184 return Name.ToString() + " " + Index;
185 }

Member Data Documentation

◆ AcquisitionExposure

double BioLib.Objectives.Objective.AcquisitionExposure = 50

Definition at line 168 of file Microscope.cs.

◆ config

Dictionary<string, object> BioLib.Objectives.Objective.config = new Dictionary<string, object>()

Definition at line 156 of file Microscope.cs.

◆ Configuration

string BioLib.Objectives.Objective.Configuration = ""

Definition at line 169 of file Microscope.cs.

◆ ElementType

string BioLib.Objectives.Objective.ElementType = ""

Definition at line 159 of file Microscope.cs.

◆ Features

string BioLib.Objectives.Objective.Features = ""

Definition at line 165 of file Microscope.cs.

◆ FocusMoveAmount

double BioLib.Objectives.Objective.FocusMoveAmount = 0.02

Definition at line 172 of file Microscope.cs.

◆ Index

int BioLib.Objectives.Objective.Index

Definition at line 163 of file Microscope.cs.

◆ LocateExposure

double BioLib.Objectives.Objective.LocateExposure = 50

Definition at line 166 of file Microscope.cs.

◆ Magnification

int BioLib.Objectives.Objective.Magnification = 0

Definition at line 161 of file Microscope.cs.

◆ Modes

string BioLib.Objectives.Objective.Modes = ""

Definition at line 164 of file Microscope.cs.

◆ MoveAmountL

double BioLib.Objectives.Objective.MoveAmountL = 40

Definition at line 170 of file Microscope.cs.

◆ MoveAmountR

double BioLib.Objectives.Objective.MoveAmountR = 10

Definition at line 171 of file Microscope.cs.

◆ Name

string BioLib.Objectives.Objective.Name = ""

Definition at line 157 of file Microscope.cs.

◆ NumericAperture

float BioLib.Objectives.Objective.NumericAperture = 0

Definition at line 162 of file Microscope.cs.

◆ Oil

bool BioLib.Objectives.Objective.Oil = false

Definition at line 160 of file Microscope.cs.

◆ UniqueName

string BioLib.Objectives.Objective.UniqueName = ""

Definition at line 158 of file Microscope.cs.

◆ ViewHeight

double BioLib.Objectives.Objective.ViewHeight

Definition at line 174 of file Microscope.cs.

◆ ViewWidth

double BioLib.Objectives.Objective.ViewWidth

Definition at line 173 of file Microscope.cs.

◆ WorkingDistance

int BioLib.Objectives.Objective.WorkingDistance = 0

Definition at line 167 of file Microscope.cs.


The documentation for this class was generated from the following file: