![]() |
Sensor API v2.5.0
|
Public Attributes | |
| double | averageStd |
| Average standard deviation of sequential measurements. Indicates noise of the camera. More... | |
| double | maximumStd |
| Maximum standard deviation of sequential measurements. Indicates noise of the camera. More... | |
| double | minimumStd |
| Minimum standard deviation of sequential measurements. Indicates noise of the camera. More... | |
| double | averageIntensity |
| Average intensity of measured profiles. More... | |
| double | usedPulseLength |
| Used pulse length for measured profiles. More... | |
| uint64_t | calibrationBlock |
| Detected calibration block (0 = not detected, 1 = mirror, 2 = groove) More... | |
| double | averageAbsoluteDeviation |
| Average flatness correction calculated from the calibration block More... | |
| double | maximumAbsoluteDeviation |
| Maximum flatness correction calculated from the calibration block More... | |
| double | grooveMeasurements [MAX_GROOVE_MEASUREMENTS] |
| Measured groove heights in micrometers. More... | |
| uint64_t | numOfGrooveMeasurements |
| Number of measured groove heights. More... | |
| double | calculatedGrooveCorrection |
| Calculated z-correction. More... | |
| double | profileZValues [2048] |
| Measured profile. Array of z-values. More... | |
| double | profileStdDevValues [2048] |
| Stdev for each x-coordinate in the profile. More... | |
| double FieldCalibrationResults::averageAbsoluteDeviation |
Average flatness correction calculated from the calibration block
| double FieldCalibrationResults::averageIntensity |
Average intensity of measured profiles.
| double FieldCalibrationResults::averageStd |
Average standard deviation of sequential measurements. Indicates noise of the camera.
| double FieldCalibrationResults::calculatedGrooveCorrection |
Calculated z-correction.
| uint64_t FieldCalibrationResults::calibrationBlock |
Detected calibration block (0 = not detected, 1 = mirror, 2 = groove)
| double FieldCalibrationResults::grooveMeasurements[MAX_GROOVE_MEASUREMENTS] |
Measured groove heights in micrometers.
| double FieldCalibrationResults::maximumAbsoluteDeviation |
Maximum flatness correction calculated from the calibration block
| double FieldCalibrationResults::maximumStd |
Maximum standard deviation of sequential measurements. Indicates noise of the camera.
| double FieldCalibrationResults::minimumStd |
Minimum standard deviation of sequential measurements. Indicates noise of the camera.
| uint64_t FieldCalibrationResults::numOfGrooveMeasurements |
Number of measured groove heights.
| double FieldCalibrationResults::profileStdDevValues[2048] |
Stdev for each x-coordinate in the profile.
| double FieldCalibrationResults::profileZValues[2048] |
Measured profile. Array of z-values.
| double FieldCalibrationResults::usedPulseLength |
Used pulse length for measured profiles.