Gocator API > Go2 > Values > Go2SpotSelectionType
Gocator 2x00 API
Go2SpotSelectionType
Description

Represents the algorithm used to select spots

C
enum Go2SpotSelectionType {
  GO2_SPOT_SELECTION_TYPE_INTENSITY = 0,
  GO2_SPOT_SELECTION_TYPE_MIN_ROW = 1,
  GO2_SPOT_SELECTION_TYPE_MAX_ROW = 2
};
Members
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 
File

Go2Api.h

Copyright (c) 2013 by LMI Technologies Inc. All rights reserved.