Click or drag to resize

CreateDerivedCalibRun Method

Creates derived calibration

Namespace:  MediaCy.Addins.SystemSettings.Commands
Assembly:  MediaCy.Addins.SystemSettings (in MediaCy.Addins.SystemSettings.dll) Version: 3.1.0.0
Syntax
VB
Public Overridable Sub Run ( 
	inputLens As Object,
	baseLens As McLens,
	ByRef outCal As McSpatialCalib
)

Parameters

inputLens
Type: SystemObject
input lens as McLens
baseLens
Type: MediaCy.IQL.Microscopy.InfoMcLens
base lens that is used to create derived calibration
outCal
Type: MediaCy.IQL.CalibrationsMcSpatialCalib
output spatial calibration
Remarks
Output calibration is created based on the calibration attached to baseLens scaled by the factor of magnifications ratio between baseLens and inputLens
See Also