Represents the algorithm used to select spots
enum Go2SpotSelectionType { GO2_SPOT_SELECTION_TYPE_INTENSITY = 0, GO2_SPOT_SELECTION_TYPE_MIN_ROW = 1, GO2_SPOT_SELECTION_TYPE_MAX_ROW = 2 };
|
Members |
Description |
|
GO2_SPOT_SELECTION_TYPE_INTENSITY = 0 |
Select the most intense spot |
|
GO2_SPOT_SELECTION_TYPE_MIN_ROW = 1 |
Select the spot at the minimum imager row |
|
GO2_SPOT_SELECTION_TYPE_MAX_ROW = 2 |
Select the spot at the maximum imager row |
Go2Api.h