FireSync API
 All Classes Files Functions Variables Typedefs Friends Macros Modules Pages
kStatus kSobelvAccgdwInfo_SetMaxFound ( kSobelvAccgdwInfo  info,
k32u  maxFound,
kAdjust  adjustment = kADJUST_NONE 
)

Sets the maximum number of spots that can be detected.

If the specified maximum number of spots are found, any additional spots will be omitted from output.

If spot sorting is disabled, the MaxFound parameter determines the size of the data array that will be delivered from PL to PS memory, regardless of the number of spots actually found (empty space at the end of the list is filled with special null values). Accordingly, to avoid wasting controller memory bandwidth, the MaxFound parameter should normally be set to the smallest viable value when receiving unsorted spots.

Parameters
infoAlgorithm info object.
maxFoundMaximum number of spots that can be detected.
adjustmentAutomatic adjustment style (optional).
Returns
Operation status.