|
FireSync API
|
| 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.
| info | Algorithm info object. |
| maxFound | Maximum number of spots that can be detected. |
| adjustment | Automatic adjustment style (optional). |