BioGTK  5.1.1
A .NET library & program for annotating, editing various microscopy imaging formats using Bioformats supported images.
Loading...
Searching...
No Matches
BioGTK.Objectives.Objective Class Reference

Public Member Functions

 Objective (object o, int index)
 
 Objective ()
 
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
 

Constructor & Destructor Documentation

◆ Objective() [1/2]

BioGTK.Objectives.Objective.Objective ( object  o,
int  index 
)
inline
184 {
185 Index = index;
186 }
int Index
Definition Microscope.cs:171

◆ Objective() [2/2]

BioGTK.Objectives.Objective.Objective ( )
inline
188 {
189 }

Member Function Documentation

◆ ToString()

override string BioGTK.Objectives.Objective.ToString ( )
inline
191 {
192 return Name.ToString() + " " + Index;
193 }
string Name
Definition Microscope.cs:165

Member Data Documentation

◆ AcquisitionExposure

double BioGTK.Objectives.Objective.AcquisitionExposure = 50

◆ config

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

◆ Configuration

string BioGTK.Objectives.Objective.Configuration = ""

◆ ElementType

string BioGTK.Objectives.Objective.ElementType = ""

◆ Features

string BioGTK.Objectives.Objective.Features = ""

◆ FocusMoveAmount

double BioGTK.Objectives.Objective.FocusMoveAmount = 0.02

◆ Index

int BioGTK.Objectives.Objective.Index

◆ LocateExposure

double BioGTK.Objectives.Objective.LocateExposure = 50

◆ Magnification

int BioGTK.Objectives.Objective.Magnification = 0

◆ Modes

string BioGTK.Objectives.Objective.Modes = ""

◆ MoveAmountL

double BioGTK.Objectives.Objective.MoveAmountL = 40

◆ MoveAmountR

double BioGTK.Objectives.Objective.MoveAmountR = 10

◆ Name

string BioGTK.Objectives.Objective.Name = ""

◆ NumericAperture

float BioGTK.Objectives.Objective.NumericAperture = 0

◆ Oil

bool BioGTK.Objectives.Objective.Oil = false

◆ UniqueName

string BioGTK.Objectives.Objective.UniqueName = ""

◆ ViewHeight

double BioGTK.Objectives.Objective.ViewHeight

◆ ViewWidth

double BioGTK.Objectives.Objective.ViewWidth

◆ WorkingDistance

int BioGTK.Objectives.Objective.WorkingDistance = 0

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