|
FireSync API
|
| kStatus kFpgaSpot2i_ConvertTo | ( | kFpgaSpot2i const * | inSpots, |
| kSpot * | outSpots, | ||
| kSize | count = 1 |
||
| ) |
Populate kSpot(s) from kFpgaSpot2i(s)
if kFpgaSpot2i patch bit is set, all fields in kSpot are set to *_NULL as appropriate.
Moving average Intensity is read from kSpot->strength Moving average Detection is read from kSpot->width The values are copied over exactly, no scaling is performed.
| inSpots | kFpgaSpot2i(s) from which to populate outSpots |
| outSpots | kSpot(s) to be populated |
| count | Count of spots, default value of 1 can be used to convert single spot |