Click or drag to resize

AcquisitionMetadata Class

Inheritance Hierarchy
SystemObject
  LynceeTec.ImagingAcquisitionMetadata

Namespace:  LynceeTec.Imaging
Assembly:  LynceeTec.Imaging (in LynceeTec.Imaging.dll) Version: 0.0.0.0
Syntax
public class AcquisitionMetadata : IEquatable<AcquisitionMetadata>, 
	IDisposable

The AcquisitionMetadata type exposes the following members.

Constructors
  NameDescription
Public methodAcquisitionMetadata
Initializes a new instance of the AcquisitionMetadata class
Public methodAcquisitionMetadata(Metadata*)
Initializes a new instance of the AcquisitionMetadata class
Top
Properties
  NameDescription
Public propertyAxesPositions
Axes positions data (Name, distance in meter)
Public propertyBitsPerPixel
Number of bits saved per pixel
Public propertyCalibrationCoefficients
Calibration correction coefficients for different correction orders
Public propertyCameraName
Combination of the camera id and name
Public propertyCorrectionCoefficients
User correction coefficients for different correction orders
Public propertyCyclePositions
Cycle positions per axis (Name, array of position per cycle and sub-cycles)
Public propertyDeltaReconstructionDistance_m
Distance difference in meter with the reconstruction distance for each used laser source
Public propertyDistanceScaleX
Image scaling in the X direction of the image obtained for each laser source
Public propertyDistanceScaleY
Image scaling in the Y direction of the image obtained for each laser source
Public propertyExperimentName
User defined experiment name
Public propertyExpositionTime_s
Camera exposition time in second
Public propertyFourierShapes
List of shapes combined to compute the fourier spectrum mask for each used laser source
Public propertyFrameData
Metadata saved for each frame
Public propertyLambda_m
Wavelength in meter defined for each used laser source
Public propertyLocationOnSample
User defined location on sample
Public propertyMeasurementType
Measurement type depending on the DHM type
Public propertyMediumRefractiveIndex
Refractive index of the medium defined for each laser source
Public propertyObjectiveImmersionIndex
Objective immersion refractive index
Public propertyObjectiveMagnification
Objective magnification
Public propertyObjectiveName
Combination of the objective id and name
Public propertyObjectiveNumericalAperture
Objective numerical aperture
Public propertyObjectivePixelSizeX_m
Calibrated size of the pixel in meter in the X direction
Public propertyObjectivePixelSizeY_m
Calibrated size of a pixel in meter in the Y direction
Public propertyPhaseInterpretation
Interpretation of the phase data
Public propertyPixelShiftX
Shift in pixel in the X direction of the image obtained for each laser source
Public propertyPixelShiftY
Shift in pixel in the Y direction of the image obtained for each laser source
Public propertyPixelsNumberX
Number of pixels acquired in the X axis direction
Public propertyPixelsNumberY
Number of pixels acquired in the Y axis direction
Public propertyReconstructionDistance_m
Reconstruction distance in meter
Public propertyReferenceHologram
Reference hologram for each used laser source
Public propertySampleName
User defined sample name
Public propertySampleRefractiveIndex
Refractive index of the sample defined for each laser source
Public propertySpectrumCenteringKx
Displacement in pixels in the X direction defined to center the fourier spectrum
Public propertySpectrumCenteringKy
Displacement in pixels in the Y direction defined to center the fourier spectrum
Public propertyTotalSizeX_m
Total size in meter of the acquired area in the X direction
Public propertyTotalSizeY_m
Total size in meter of the acquired area in the Y direction
Top
Methods
  NameDescription
Public methodCopyFrom
Copies the whole object from an existing one
Public methodDispose
Releases all resources used by the AcquisitionMetadata
Public methodEquals
Compares two metadata objects
Public methodStatic memberFromJson
Creates an object from Json format
Public methodToJson
Gets the current object in Json format
Public methodStatic memberToStdString
Top
See Also