Click or drag to resize

FieldCorrectionCreate(CorrectionType, Int32, Int32, Int32, Int32, Int32) Method

Creates a new instance with a correction table in the specified format and size.

Namespace: RAYLASE.Marker.Corrections
Assembly: RAYLASE.Marker.Corrections (in RAYLASE.Marker.Corrections.dll) Version: 2.19.0
Syntax
C#
public static FieldCorrection Create(
	CorrectionType type,
	int rows,
	int columns,
	int layers = 1,
	int magnifications = 1,
	int axes = 3
)

Parameters

type  CorrectionType
The correction format associated with this field correction.
rows  Int32
The number of rows of the new correction table.
columns  Int32
The number of columns of the new correction table.
layers  Int32  (Optional)
The number of layers of the new correction table.
magnifications  Int32  (Optional)
The number of magnifications of the new correction table.
axes  Int32  (Optional)
The number of axes of the new correction table.

Return Value

FieldCorrection
A new instance with the specified number of grid points.
See Also